Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_lpc.h70 uint32_t opb_irq_route0; member
/openbmc/qemu/hw/ppc/
H A Dpnv_lpc.c430 if ((lpc->opb_irq_route0 & PPC_BITMASK(8, 13)) || in pnv_lpc_eval_serirq_routes()
444 int serirq = (lpc->opb_irq_route0 >> (31 - 9 - (irq * 2))) & 0x3; in pnv_lpc_eval_serirq_routes()
606 val = lpc->opb_irq_route0; in opb_master_read()
638 lpc->opb_irq_route0 = val; in opb_master_write()