Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmvebu_mmc.h266 struct mvebu_mmc_cfg { struct
267 u32 mvebu_mmc_base;
268 u32 mvebu_mmc_clk;
269 u8 max_bus_width;
270 struct mmc_config cfg;
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmvebu_mmc.c418 static struct mmc_config mvebu_mmc_cfg = { variable