gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:InH (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/ataio.c - 6.8KB - 257 lines
224:         pcIO_16bits(); /* 16 bits I/O */
225:         while (--cnt >= 0) {d = InH(REG_DATA); *buf++ = CnvHIO(d);}
226:         pcIO_8bits();  /* 8 bits I/O */
236: pcIO_16bits(); /* 16 bits I/O */ 237: while (--cnt >= 0) InH(REG_DATA); 238: pcIO_8bits(); /* 8 bits I/O */