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

  /external/grub/netboot/
w89c840.c 289 static void decode_interrupt(u32 intr_status)
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/
usb-ohci.c 81 uint32_t intr_status; member in struct:__anon4769
317 (ohci->intr_status & ohci->intr))
326 ohci->intr_status |= intr;
393 ohci->intr_status = 0;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
sdio.h 39 uint8 intr_status; /* RO, interrupt pending status */ member in struct:__anon7543
106 /* intr_status */

Completed in 988 milliseconds