/src/sys/arch/mips/alchemy/dev/ |
auspi.c | 70 struct aupsc_controller sc_psc; /* parent controller ops */ member in struct:auspi_softc 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) 137 sc->sc_psc = aa->aupsc_ctrl; 150 sc->sc_psc.psc_enable(sc, AUPSC_SEL_SPI);
|
auspi.c | 70 struct aupsc_controller sc_psc; /* parent controller ops */ member in struct:auspi_softc 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) 137 sc->sc_psc = aa->aupsc_ctrl; 150 sc->sc_psc.psc_enable(sc, AUPSC_SEL_SPI);
|
/src/sys/arch/arm/gemini/ |
if_gmc.c | 56 struct gmac_softc *sc_psc; member in struct:gmc_softc 264 struct gmac_softc * const psc = sc->sc_psc; 410 struct gmac_softc * const psc = sc->sc_psc; 446 struct gmac_softc * const psc = sc->sc_psc; 666 struct gmac_softc * const psc = sc->sc_psc; 676 struct gmac_softc * const psc = sc->sc_psc; 699 if (sc->sc_psc->sc_swfree_min < MAX_RXMAPS) { 700 sc->sc_psc->sc_swfree_min++; 761 sc->sc_psc = psc;
|
if_gmc.c | 56 struct gmac_softc *sc_psc; member in struct:gmc_softc 264 struct gmac_softc * const psc = sc->sc_psc; 410 struct gmac_softc * const psc = sc->sc_psc; 446 struct gmac_softc * const psc = sc->sc_psc; 666 struct gmac_softc * const psc = sc->sc_psc; 676 struct gmac_softc * const psc = sc->sc_psc; 699 if (sc->sc_psc->sc_swfree_min < MAX_RXMAPS) { 700 sc->sc_psc->sc_swfree_min++; 761 sc->sc_psc = psc;
|