Home
last modified time | relevance | path

Searched refs:SDHC_POWER_ON (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/tests/drivers/sdhc/src/
Dmain.c59 io.power_mode = SDHC_POWER_ON; in ZTEST()
106 io.power_mode = SDHC_POWER_ON; in ZTEST()
/Zephyr-Core-3.5.0/subsys/sd/
Dsd.c127 bus_io->power_mode = SDHC_POWER_ON; in sd_init_io()
155 bus_io->power_mode = SDHC_POWER_ON; in sd_init_io()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsdhc.h92 SDHC_POWER_ON = 2, enumerator
/Zephyr-Core-3.5.0/drivers/sdhc/
Dimx_usdhc.c252 ios->power_mode == SDHC_POWER_ON ? "ON" : "OFF", in imx_usdhc_set_io()
336 if (host_io->power_mode == SDHC_POWER_ON) { in imx_usdhc_set_io()
343 } else if (ios->power_mode == SDHC_POWER_ON) { in imx_usdhc_set_io()
Dsdhc_spi.c675 if (ios->power_mode == SDHC_POWER_ON) { in sdhc_spi_set_io()
684 if (ios->power_mode == SDHC_POWER_ON) { in sdhc_spi_set_io()
Dmcux_sdif.c155 SDIF_EnableCardPower(config->base, ios->power_mode == SDHC_POWER_ON); in mcux_sdif_set_io()
Dintel_emmc_host.c161 if (state == SDHC_POWER_ON) { in emmc_set_power()
1015 ios->clock, ios->power_mode == SDHC_POWER_ON ? "ON" : "OFF", in emmc_set_io()