HomeSort by: relevance | last modified time | path
    Searched refs:obio_base (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/macppc/macppc/
interrupts.c 70 uint32_t obio_base, pic_base; local in function:init_openpic
94 obio_base = reg[2];
95 aprint_debug("obio-base: %08x\n", obio_base);
100 pic_base = obio_base + reg[0];
pic_ohare.c 75 uint32_t obio_base; local in function:init_ohare
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);
pic_heathrow.c 82 uint32_t obio_base; local in function:init_heathrow
97 obio_base = reg[2];
98 aprint_normal("found heathrow PIC at %08x\n", obio_base);
99 setup_heathrow(obio_base);

Completed in 118 milliseconds