Home
last modified time | relevance | path

Searched refs:sc_irid (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c62 int sc_irid; member
210 sc->sc_irid = 0; in atpic_isa_attach()
211 sc->sc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irid, in atpic_isa_attach()
229 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in atpic_isa_attach()
H A Dlbc.h114 int sc_irid; member
H A Dlbc.c500 sc->sc_irid = 0; in lbc_attach()
501 sc->sc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irid, in lbc_attach()
509 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in lbc_attach()
/freebsd/sys/dev/quicc/
H A Dquicc_core.c136 sc->sc_irid = 0; in quicc_bfe_attach()
137 sc->sc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irid, in quicc_bfe_attach()
152 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in quicc_bfe_attach()
210 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, sc->sc_ires); in quicc_bfe_detach()
H A Dquicc_bfe.h45 int sc_irid; member
/freebsd/sys/dev/dpaa/
H A Dbman.c99 sc->sc_irid = 0; in bman_attach()
101 &sc->sc_irid, RF_ACTIVE | RF_SHAREABLE); in bman_attach()
155 sc->sc_irid, sc->sc_ires); in bman_detach()
H A Dqman.c182 sc->sc_irid = 0; in qman_attach()
184 &sc->sc_irid, RF_ACTIVE | RF_SHAREABLE); in qman_attach()
259 sc->sc_irid, sc->sc_ires); in qman_detach()
H A Dbman.h58 int sc_irid; /* interrupt rid */ member
H A Dqman.h70 int sc_irid; /* interrupt rid */ member
/freebsd/sys/dev/uart/
H A Duart_bus_pci.c330 sc->sc_irid = 1; in uart_pci_attach()
345 if (sc->sc_irid != 0) in uart_pci_detach()
H A Duart_core.c690 &sc->sc_irid, RF_ACTIVE | RF_SHAREABLE); in uart_bus_attach()
704 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in uart_bus_attach()
757 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in uart_bus_attach()
791 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in uart_bus_detach()
H A Duart_bus.h90 int sc_irid; member
/freebsd/sys/dev/puc/
H A Dpuc_bfe.h60 int sc_irid; member
H A Dpuc_pci.c141 sc->sc_irid = 1; in puc_pci_attach()
H A Dpuc.c330 sc->sc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irid, in puc_bfe_attach()
344 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, in puc_bfe_attach()
430 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, sc->sc_ires); in puc_bfe_detach()