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

  /src/sys/arch/macppc/macppc/
pic_heathrow.c 75 "heathrow",
83 int heathrow; local in function:init_heathrow
85 heathrow = OF_finddevice("/pci/mac-io");
86 if (heathrow == -1)
87 heathrow = OF_finddevice("mac-io");
88 if (heathrow == -1)
91 if (! of_compatible(heathrow, compat))
94 if (OF_getprop(heathrow, "assigned-addresses", reg, sizeof(reg)) != 20)
98 aprint_normal("found heathrow PIC at %08x\n", obio_base);
100 /* TODO: look for 2nd Heathrow */
107 struct heathrow_ops *heathrow; local in function:setup_heathrow
141 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_enable_irq
156 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_reenable_irq
182 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_disable_irq
221 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_get_irq
257 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_establish_irq
    [all...]
pic_heathrow.c 75 "heathrow",
83 int heathrow; local in function:init_heathrow
85 heathrow = OF_finddevice("/pci/mac-io");
86 if (heathrow == -1)
87 heathrow = OF_finddevice("mac-io");
88 if (heathrow == -1)
91 if (! of_compatible(heathrow, compat))
94 if (OF_getprop(heathrow, "assigned-addresses", reg, sizeof(reg)) != 20)
98 aprint_normal("found heathrow PIC at %08x\n", obio_base);
100 /* TODO: look for 2nd Heathrow */
107 struct heathrow_ops *heathrow; local in function:setup_heathrow
141 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_enable_irq
156 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_reenable_irq
182 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_disable_irq
221 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_get_irq
257 struct heathrow_ops *heathrow = (struct heathrow_ops *)pic; local in function:heathrow_establish_irq
    [all...]

Completed in 33 milliseconds