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

/netbsd-current/sys/arch/arm/imx/
H A Dimxspivar.h65 int sc_enhanced; member in struct:imxspi_softc
H A Dimx51_spi.c97 sc->sc_enhanced = cf_flags;
98 if (sc->sc_enhanced)
H A Dimxspi.c75 #define IMXSPI(x) ((sc->sc_enhanced) ? IMXESPI(x) : IMXCSPI(x))
76 #define IMXSPI_TYPE(x) ((sc->sc_enhanced) ? IMXESPI(x) : IMXCSPI_TYPE(sc->sc_type, x))
109 ((sc->sc_enhanced) ? "e" : ""), sc->sc_freq);
114 if (sc->sc_enhanced)
/netbsd-current/sys/arch/evbarm/netwalker/
H A Dnetwalker_spi.c154 sc->sc_enhanced = cf_flags;
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_spi.c144 sc->sc_enhanced = config->enhanced;

Completed in 85 milliseconds