Searched refs:OPENPIC_IDEST (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sys/arch/macppc/dev/ | ||
H A D | openpicreg.h | 72 #define OPENPIC_IDEST(irq) (0x10010 + (irq) * 0x20) macro |
H A D | openpic.c | 270 openpic_write(OPENPIC_IDEST(irq), 1 << 0); in openpic_attach() |