Home
last modified time | relevance | path

Searched defs:mvebu_mmc_cfg (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmvebu_mmc.h265 struct mvebu_mmc_cfg { struct
266 u32 mvebu_mmc_base;
267 u32 mvebu_mmc_clk;
268 u8 max_bus_width;
269 struct mmc_config cfg;
/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c417 static struct mmc_config mvebu_mmc_cfg = { variable