Search | Google it | Results 1 - 3 of 3 for funcall:in_b (0.00 seconds) |
123: 124: stbc = in_b(CPG_STBCR5); 125: out_b(CPG_STBCR5, stbc & 0x7F);
31: #define OutB(ix, dt) out_b((ix), (dt)) 32: #define InB(ix) in_b((ix)) 33:
72: while (--cnt >= 0) { 73: *buf++ = in_b(port); 74: }