gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ataStatusIn (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/atacmd.c - 6.7KB - 212 lines
33:         /* Reset the interrupt */
34:         ataStatusIn(drv);
35: }
More results from atacmd.c
driver/tef_em1d/sysdsk/src/ataio.c - 6.8KB - 257 lines
119:         for (tm = 0;;) {
120:                 st = ataStatusIn(drv);
121:                 if ((st & stBSY) == 0) return E_OK;
More results from ataio.c