Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc.c1829 const struct ext_csd_bus_width *ecbw; in mmc_select_mode_and_width() local
1852 mmc_is_mode_ddr(mwt->mode), ecbw) { in mmc_select_mode_and_width()
1856 bus_width(ecbw->cap), in mmc_select_mode_and_width()
1867 ecbw->ext_csd_bits & ~EXT_CSD_DDR_FLAG); in mmc_select_mode_and_width()
1870 mmc_set_bus_width(mmc, bus_width(ecbw->cap)); in mmc_select_mode_and_width()
1881 if (ecbw->ext_csd_bits & EXT_CSD_DDR_FLAG) { in mmc_select_mode_and_width()
1884 ecbw->ext_csd_bits); in mmc_select_mode_and_width()