Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-esdhc.h42 #define ESDHC_CTRL_8BITBUS (0x2 << 1) macro
H A Dsdhci-esdhc-imx.c122 #define ESDHC_CTRL_8BITBUS (0x2 << 1) macro
458 case ESDHC_CTRL_8BITBUS: in usdhc_auto_tuning_mode_sel_and_en()
826 ret |= (val & ESDHC_CTRL_8BITBUS) << 3; in esdhc_readb_le()
1037 ctrl = ESDHC_CTRL_8BITBUS; in esdhc_pltfm_set_bus_width()
H A Dsdhci-of-esdhc.c789 ctrl |= ESDHC_CTRL_8BITBUS; in esdhc_pltfm_set_bus_width()