Home
last modified time | relevance | path

Searched refs:bus_8_bit_support (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsdhc.h167 unsigned int bus_8_bit_support: 1; /**< 8-bit Support for embedded device */ member
/Zephyr-Core-3.5.0/drivers/sdhc/
Dmcux_sdif.c121 props->host_caps.bus_8_bit_support = true; in mcux_sdif_get_host_props()
Dimx_usdhc.c193 props->host_caps.bus_8_bit_support = (bool)(caps.flags & kUSDHC_Support8BitFlag); in imx_usdhc_init_host_props()
Dintel_emmc_host.c1170 props->host_caps.bus_8_bit_support = true; in emmc_get_host_props()
/Zephyr-Core-3.5.0/subsys/sd/
Dmmc.c383 if (card->host_props.host_caps.bus_8_bit_support && card->bus_width == 8) { in mmc_set_bus_width()