Home
last modified time | relevance | path

Searched refs:sc_simplebus (Results 1 – 3 of 3) sorted by relevance

/src/sys/arm/ti/
H A Dti_prcm.c66 struct simplebus_softc sc_simplebus; member
147 if (simplebus_fill_ranges(node, &sc->sc_simplebus) < 0) { in ti_prcm_attach()
151 if (sc->sc_simplebus.nranges == 0) { in ti_prcm_attach()
157 sc->sc_simplebus.ranges[0].host, in ti_prcm_attach()
158 (sc->sc_simplebus.ranges[0].host + in ti_prcm_attach()
159 sc->sc_simplebus.ranges[0].size - 1), in ti_prcm_attach()
160 sc->sc_simplebus.ranges[0].size, in ti_prcm_attach()
H A Dti_scm_syscon.c63 struct simplebus_softc sc_simplebus; member
/src/sys/arm/ti/am335x/
H A Dam335x_pwmss.c70 struct simplebus_softc sc_simplebus; member