Searched refs:spl_mmc_get_uboot_raw_sector (Results 1 - 2 of 2) sorted by relevance

/u-boot/common/spl/
H A Dspl_mmc.c305 unsigned long __weak spl_mmc_get_uboot_raw_sector(struct mmc *mmc, function
407 raw_sect = spl_mmc_get_uboot_raw_sector(mmc, raw_sect);
/u-boot/include/
H A Dspl.h538 * spl_mmc_get_uboot_raw_sector() - Provide raw sector of the start of U-Boot (architecture override)
551 * spl_mmc_get_uboot_raw_sector() - Provide raw sector of the start of U-Boot (board override)
564 * spl_mmc_get_uboot_raw_sector() - Provide raw sector of the start of U-Boot
573 unsigned long spl_mmc_get_uboot_raw_sector(struct mmc *mmc,

Completed in 38 milliseconds