Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc.c1807 static const struct ext_csd_bus_width { struct
1811 } ext_csd_bus_width[] = { argument
1820 for (ecbv = ext_csd_bus_width;\
1821 ecbv < ext_csd_bus_width + ARRAY_SIZE(ext_csd_bus_width);\
1829 const struct ext_csd_bus_width *ecbw; in mmc_select_mode_and_width()