HomeSort by relevance Sort by last modified time
    Searched refs:AbnormalIntr (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
w89c840.c 188 NormalIntr=0x10000, AbnormalIntr=0x8000,
297 TRACE_INTR(AbnormalIntr);
363 if ((intr_stat & (NormalIntr|AbnormalIntr)) == 0) {
371 if (intr_stat & AbnormalIntr) {
482 if (intr_status & (AbnormalIntr | TxFIFOUnderflow | IntrPCIErr |TimerInt | IntrTxStopped)) {
tulip.c 299 NormalIntr=0x10000, AbnormalIntr=0x8000,
    [all...]

Completed in 44 milliseconds