Searched refs:bus_mode (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/dev/mmc/
H A Dbridge.h116 enum mmc_bus_mode bus_mode; member in struct:mmc_ios
H A Dmmcbrvar.h85 MMCBR_ACCESSOR(bus_mode, BUS_MODE, int)
/freebsd-11.0-release/sys/arm/at91/
H A Dat91_mci.c626 if (sc->host.ios.bus_mode == opendrain)
1279 *(int *)result = sc->host.ios.bus_mode;
1345 sc->host.ios.bus_mode = value;
/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_mmc.c549 *(int *)result = sc->lm_host.ios.bus_mode;
602 sc->lm_host.ios.bus_mode = value;
674 if (ios->bus_mode == opendrain)
/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc.c1072 *(int *)result = sc->host.ios.bus_mode;
1125 sc->host.ios.bus_mode = value;
/freebsd-11.0-release/sys/arm/allwinner/
H A Da10_mmc.c714 *(int *)result = sc->a10_host.ios.bus_mode;
768 sc->a10_host.ios.bus_mode = value;
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_mmc.c942 *(int *)result = sc->host.ios.bus_mode;
995 sc->host.ios.bus_mode = value;
H A Daml8726_sdxc-m8.c1221 *(int *)result = sc->host.ios.bus_mode;
1274 sc->host.ios.bus_mode = value;
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c1142 *(int *)result = host->ios.bus_mode;
1189 host->ios.bus_mode = value;
/freebsd-11.0-release/sys/arm/ti/
H A Dti_sdhci.c351 if (ios->bus_mode == opendrain)
353 else /* if (ios->bus_mode == pushpull) */
/freebsd-11.0-release/sys/dev/sdhci/
H A Dsdhci.c1391 *result = slot->host.ios.bus_mode;
1445 slot->host.ios.bus_mode = value;

Completed in 132 milliseconds