Searched refs:sc_rman (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/powerpc/wii/
H A Dwii_bus.c61 struct rman sc_rman; member in struct:wiibus_softc
180 sc->sc_rman.rm_type = RMAN_ARRAY;
181 sc->sc_rman.rm_descr = "Wii Bus Memory Mapped I/O";
182 rman_init(&sc->sc_rman);
188 wiibus_init_device_resources(&sc->sc_rman, dinfo, 0, WIIPIC_REG_ADDR,
195 wiibus_init_device_resources(&sc->sc_rman, dinfo, 0, WIIFB_REG_ADDR,
197 wiibus_init_device_resources(&sc->sc_rman, dinfo, 1, WIIFB_FB_ADDR,
204 wiibus_init_device_resources(&sc->sc_rman, dinfo, 0, WIIEXI_REG_ADDR,
211 wiibus_init_device_resources(&sc->sc_rman, dinfo, 0, WIIIPC_REG_ADDR,
213 wiibus_init_device_resources(&sc->sc_rman, dinf
[all...]
/freebsd-10.3-release/sys/dev/quicc/
H A Dquicc_bfe.h47 struct rman sc_rman; member in struct:quicc_softc
H A Dquicc_core.c121 sc->sc_rman.rm_start = start;
122 sc->sc_rman.rm_end = start + size - 1;
123 sc->sc_rman.rm_type = RMAN_ARRAY;
124 sc->sc_rman.rm_descr = "QUICC resources";
125 error = rman_init(&sc->sc_rman);
127 error = rman_manage_region(&sc->sc_rman, start,
181 qd->qd_rman = &sc->sc_rman;
/freebsd-10.3-release/sys/powerpc/mpc85xx/
H A Dlbc.h118 struct rman sc_rman; member in struct:lbc_softc
H A Dlbc.c503 rm = &sc->sc_rman;
711 rm = &sc->sc_rman;

Completed in 122 milliseconds