Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmvebu_mmc.h131 #define SDIO_HOST_CTRL_DATA_WIDTH_1_BIT (0 << 9) macro
/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c292 ctrl_reg |= SDIO_HOST_CTRL_DATA_WIDTH_1_BIT; in mvebu_mmc_set_bus()