Searched refs:intr_status (Results 1 - 2 of 2) sorted by relevance

/external/grub/netboot/
H A Dw89c840.c289 static void decode_interrupt(u32 intr_status) argument
294 if (intr_status & (_intr_)) { printf (" " #_intr_); }
397 u32 intr_status = readl(ioaddr + IntrStatus); local
398 /* handle_intr(intr_status); */ /* -- handled later */
482 if (intr_status & (AbnormalIntr | TxFIFOUnderflow | IntrPCIErr |TimerInt | IntrTxStopped)) {
483 handle_intr(intr_status);
/external/qemu/hw/
H A Dusb-ohci.c80 uint32_t intr_status; member in struct:__anon24880
316 (ohci->intr_status & ohci->intr))
325 ohci->intr_status |= intr;
392 ohci->intr_status = 0;
1156 if (ohci->done_count == 0 && !(ohci->intr_status & OHCI_INTR_WD)) {
1159 if (ohci->intr & ohci->intr_status)
1427 retval = ohci->intr_status;
1561 ohci->intr_status &= ~val;

Completed in 85 milliseconds