Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dpnv_lpc.c444 PPC_BIT32_NR(5 + irq * 2), 2); in pnv_lpc_eval_serirq_routes()
450 PPC_BIT32_NR(9 + (irq - 14) * 2), 2); in pnv_lpc_eval_serirq_routes()
/openbmc/qemu/target/ppc/
H A Dcpu.h43 #define PPC_BIT32_NR(bit) (31 - (bit)) macro