HomeSort by: relevance | last modified time | path
    Searched refs: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...]
  /src/sys/arch/macppc/dev/
wdc_obio.c 94 "ohare-ata",
218 /* Minimum cycle time is 150ns (DMA MODE 1) on ohare. */
219 if (ohare) {
251 if (strcmp(path, "/bandit@F2000000/ohare@10/ata@21000") == 0) {

Completed in 11 milliseconds