Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_lpc.h81 uint32_t lpc_hc_irqstat; member
/openbmc/qemu/hw/ppc/
H A Dpnv_lpc.c431 irqs = lpc->lpc_hc_irqstat & lpc->lpc_hc_irqmask; in pnv_lpc_eval_irqs()
470 val = lpc->lpc_hc_irqstat; in lpc_hc_read()
508 lpc->lpc_hc_irqstat &= ~val; in lpc_hc_write()
809 lpc->lpc_hc_irqstat |= LPC_HC_IRQ_SERIRQ0 >> n; in pnv_lpc_isa_irq_handler()