Home
last modified time | relevance | path

Searched refs:sc_psc (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/mips/alchemy/dev/
Dauspi.c70 struct aupsc_controller sc_psc; /* parent controller ops */ member
107 bus_space_read_4(sc->sc_psc.psc_bust, sc->sc_psc.psc_bush, x)
109 bus_space_write_4(sc->sc_psc.psc_bust, sc->sc_psc.psc_bush, x, v)
138 sc->sc_psc = aa->aupsc_ctrl; in auspi_attach()
154 sc->sc_psc.psc_enable(sc, AUPSC_SEL_SPI); in auspi_attach()
/netbsd/src/sys/arch/arm/gemini/
Dif_gmc.c56 struct gmac_softc *sc_psc; member
264 struct gmac_softc * const psc = sc->sc_psc; in gmc_mii_tick()
410 struct gmac_softc * const psc = sc->sc_psc; in gmc_ifstop()
446 struct gmac_softc * const psc = sc->sc_psc; in gmc_ifinit()
666 struct gmac_softc * const psc = sc->sc_psc; in gmc_intr()
676 struct gmac_softc * const psc = sc->sc_psc; in gmc_intr()
699 if (sc->sc_psc->sc_swfree_min < MAX_RXMAPS) { in gmc_intr()
700 sc->sc_psc->sc_swfree_min++; in gmc_intr()
761 sc->sc_psc = psc; in gmc_attach()