Searched refs:sc_intmap (Results 1 – 3 of 3) sorted by relevance
172 sc->sc_intmap = NULL; in ebus_attach()177 &sc->sc_nintmap, &sc->sc_intmap); in ebus_attach()345 sc->sc_intmap[k].hi, sc->sc_intmap[k].lo, in ebus_find_ino()346 sc->sc_intmap[k].intr)); in ebus_find_ino()347 if (hi == sc->sc_intmap[k].hi && in ebus_find_ino()348 lo == sc->sc_intmap[k].lo && in ebus_find_ino()349 intr == sc->sc_intmap[k].intr) { in ebus_find_ino()351 sc->sc_intmap[k].cintr; in ebus_find_ino()354 sc->sc_intmap[k].cintr)); in ebus_find_ino()
116 sc->sc_intmap = NULL; in ebus_mainbus_attach()120 &sc->sc_nintmap, (void **)&sc->sc_intmap); in ebus_mainbus_attach()151 if (psc && psc->sc_node == sc->sc_intmap[i].cnode) { in ebus_mainbus_attach()152 sc->sc_intmap[i].cintr |= psc->sc_ign; in ebus_mainbus_attach()290 if (sc->sc_intmap[i].cintr == ihandle) { in ebus_mainbus_intr_establish()291 node = sc->sc_intmap[i].cnode; in ebus_mainbus_intr_establish()
59 struct ebus_interrupt_map *sc_intmap; member