HomeSort by: relevance | last modified time | path
    Searched defs:ohare (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/macppc/
pic_ohare.c 77 int ohare, ohare2, is_gc = 0; local in function:init_ohare
79 ohare = OF_finddevice("/bandit/ohare");
80 if (ohare == -1) {
81 ohare = OF_finddevice("/bandit/gc");
86 if (OF_getprop(ohare, "assigned-addresses", reg, sizeof(reg)) != 20)
91 is_gc ? "Grand Central" : "ohare", obio_base);
94 /* look for 2nd ohare */
115 struct ohare_ops *ohare; local in function:setup_ohare
119 ohare = kmem_zalloc(sizeof(struct ohare_ops), KM_SLEEP)
167 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_enable_irq
177 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_reenable_irq
193 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_disable_irq
223 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_get_irq
292 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_establish_irq
    [all...]
pic_ohare.c 77 int ohare, ohare2, is_gc = 0; local in function:init_ohare
79 ohare = OF_finddevice("/bandit/ohare");
80 if (ohare == -1) {
81 ohare = OF_finddevice("/bandit/gc");
86 if (OF_getprop(ohare, "assigned-addresses", reg, sizeof(reg)) != 20)
91 is_gc ? "Grand Central" : "ohare", obio_base);
94 /* look for 2nd ohare */
115 struct ohare_ops *ohare; local in function:setup_ohare
119 ohare = kmem_zalloc(sizeof(struct ohare_ops), KM_SLEEP)
167 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_enable_irq
177 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_reenable_irq
193 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_disable_irq
223 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_get_irq
292 struct ohare_ops *ohare = (struct ohare_ops *)pic; local in function:ohare_establish_irq
    [all...]

Completed in 23 milliseconds