Searched refs:sc_vendor_bus_width (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/sdmmc/
H A Dsdhcvar.h83 int (*sc_vendor_bus_width)(struct sdhc_softc *, int); member in struct:sdhc_softc
H A Dsdhc.c1331 if (hp->sc->sc_vendor_bus_width) {
1332 const int error = hp->sc->sc_vendor_bus_width(hp->sc, width);
/netbsd-current/sys/arch/arm/ti/
H A Dti_sdhc.c239 sc->sc.sc_vendor_bus_width = ti_sdhc_bus_width;

Completed in 194 milliseconds