Searched refs:ch_ires (Results 1 – 2 of 2) sorted by relevance
155 ch->ch_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, in scc_bfe_attach() 189 rle->res = (ch->ch_ires != NULL) ? ch->ch_ires : in scc_bfe_attach() 190 sc->sc_chan[0].ch_ires; in scc_bfe_attach() 234 if (ch->ch_ires == NULL) in scc_bfe_attach() 236 error = bus_setup_intr(dev, ch->ch_ires, in scc_bfe_attach() 240 error = bus_setup_intr(dev, ch->ch_ires, in scc_bfe_attach() 249 ch->ch_ires); in scc_bfe_attach() 250 ch->ch_ires = NULL; in scc_bfe_attach() 255 if (sc->sc_chan[0].ch_ires ! in scc_bfe_attach() [all...]
88 struct resource *ch_ires; /* Interrupt resource. */ member