gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ataStatusIn from tkernel_2/driver/tef_em1d/sysdsk/src/atacmd.c (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/atacmd.c - 6.7KB - 212 lines
33:         /* Reset the interrupt */
34:         ataStatusIn(drv);
35: }
43: DIS_INT(drv); /* Disable the interrupt */ 44: drv->wrk.ub[0] = ataStatusIn(drv); /* Clear the interrupt */ 45: tk_wup_tsk(drv->WaitTskId); /* Wake up the idle task */
47: /* Illegal interrupt : Clear the interrupt */ 48: ataStatusIn(drv); 49: }