Searched refs:obio_base (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/macppc/macppc/
H A Dinterrupts.c69 uint32_t obio_base, pic_base; local
93 obio_base = reg[2];
94 aprint_debug("obio-base: %08x\n", obio_base);
99 pic_base = obio_base + reg[0];
H A Dpic_ohare.c75 uint32_t obio_base; local
89 obio_base = reg[2];
91 is_gc ? "Grand Central" : "ohare", obio_base);
92 setup_ohare(obio_base, is_gc);
105 obio_base = reg[2];
106 aprint_normal("found ohare2 PIC at %08x, irq %d\n", obio_base, irq);
107 setup_ohare2(obio_base, irq);
H A Dpic_heathrow.c82 uint32_t obio_base; local
97 obio_base = reg[2];
98 aprint_normal("found heathrow PIC at %08x\n", obio_base);
99 setup_heathrow(obio_base);

Completed in 215 milliseconds