Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1930 const struct ext_csd_bus_width *ecbw; in mmc_select_mode_and_width() local
1965 mmc_is_mode_ddr(mwt->mode), ecbw) { in mmc_select_mode_and_width()
1969 bus_width(ecbw->cap), in mmc_select_mode_and_width()
1980 ecbw->ext_csd_bits & ~EXT_CSD_DDR_FLAG); in mmc_select_mode_and_width()
1983 mmc_set_bus_width(mmc, bus_width(ecbw->cap)); in mmc_select_mode_and_width()
2002 if (ecbw->ext_csd_bits & EXT_CSD_DDR_FLAG) { in mmc_select_mode_and_width()
2006 ecbw->ext_csd_bits); in mmc_select_mode_and_width()