Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-esdhc.h41 #define ESDHC_CTRL_4BITBUS (0x1 << 1) macro
Dsdhci-esdhc-mcf.c288 mcf_data->current_bus_width = ESDHC_CTRL_4BITBUS; in esdhc_mcf_pltfm_set_bus_width()
Dsdhci-esdhc-imx.c115 #define ESDHC_CTRL_4BITBUS (0x1 << 1) macro
748 ret |= (val & ESDHC_CTRL_4BITBUS); in esdhc_readb_le()
962 ctrl = ESDHC_CTRL_4BITBUS; in esdhc_pltfm_set_bus_width()
Dsdhci-of-esdhc.c784 ctrl |= ESDHC_CTRL_4BITBUS; in esdhc_pltfm_set_bus_width()