Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_mmc.c124 int spl_mmc_find_device(struct mmc **mmcp, u32 boot_device) function
290 err = spl_mmc_find_device(&mmc, bootdev->boot_device);
/rk3399_rockchip-uboot/include/
H A Dspl.h285 int spl_mmc_find_device(struct mmc **mmcp, u32 boot_device);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c855 ret = spl_mmc_find_device(&mmc, BOOT_DEVICE_MMC2); in spl_board_storages_fixup()