Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1861 static const struct ext_csd_bus_width { struct
1865 } ext_csd_bus_width[] = { argument
1921 for (ecbv = ext_csd_bus_width;\
1922 ecbv < ext_csd_bus_width + ARRAY_SIZE(ext_csd_bus_width);\
1930 const struct ext_csd_bus_width *ecbw; in mmc_select_mode_and_width()