Search | Google it | Results 1 - 3 of 3 for funcall:in_h (0.00 seconds) |
75: if(ch <= 7) { 76: *buf++ = (UW)in_h(ADDR(ch)); 77: } else {
25: #define InB(reg) (UB)in_b(iob + (reg)) 26: #define InH(reg) (UH)in_h(iob + (reg)) 27: #define OutB(reg, v) out_b(iob + (reg), (UB)(v))
96: while (--cnt >= 0) { 97: *buf++ = in_h(port); 98: }