Home
last modified time | relevance | path

Searched refs:bus_4_bit_support (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsdhc.h168 unsigned int bus_4_bit_support: 1; /**< 4 bit bus support */ member
/Zephyr-Core-3.5.0/subsys/sd/
Dmmc.c386 } else if (card->host_props.host_caps.bus_4_bit_support && card->bus_width >= 4) { in mmc_set_bus_width()
/Zephyr-Core-3.5.0/drivers/sdhc/
Dimx_usdhc.c194 props->host_caps.bus_4_bit_support = (bool)(caps.flags & kUSDHC_Support4BitFlag); in imx_usdhc_init_host_props()
Dintel_emmc_host.c1171 props->host_caps.bus_4_bit_support = true; in emmc_get_host_props()