Home
last modified time | relevance | path

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

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