Home
last modified time | relevance | path

Searched refs:boot_device (Results 1 – 5 of 5) sorted by relevance

/common/spl/
A Dspl_mmc.c60 static int spl_mmc_get_device_index(uint boot_device) in spl_mmc_get_device_index() argument
62 switch (boot_device) { in spl_mmc_get_device_index()
267 u32 __weak spl_mmc_boot_mode(struct mmc *mmc, const u32 boot_device) in spl_mmc_boot_mode() argument
279 int __weak spl_mmc_boot_partition(const u32 boot_device) in spl_mmc_boot_partition() argument
356 mmc_dev = spl_mmc_get_device_index(bootdev->boot_device); in spl_mmc_load()
357 log_debug("boot_device=%d, mmc_dev=%d\n", bootdev->boot_device, in spl_mmc_load()
372 boot_mode = spl_mmc_boot_mode(mmc, bootdev->boot_device); in spl_mmc_load()
442 spl_mmc_boot_partition(bootdev->boot_device), in spl_mmc_load_image()
A Dspl_ubi.c22 switch (bootdev->boot_device) { in spl_ubi_load_image()
80 if (bootdev->boot_device == BOOT_DEVICE_NAND) in spl_ubi_load_image()
A Dspl.c233 __weak const char *spl_board_loader_name(u32 boot_device) in spl_board_loader_name() argument
589 bootdev.boot_device = loader->boot_device; in spl_load_image()
637 if (loader && bootdev != loader->boot_device) in boot_from_devices()
655 spl_image->boot_device = bootdev; in boot_from_devices()
764 spl_image.boot_device = BOOT_DEVICE_NONE; in board_init_r()
A Dspl_ram.c63 if (bootdev->boot_device == BOOT_DEVICE_DFU) in spl_ram_load_image()
/common/
A Davb_verify.c1035 AvbOps *avb_ops_alloc(int boot_device) in avb_ops_alloc() argument
1058 ops_data->mmc_dev = boot_device; in avb_ops_alloc()

Completed in 21 milliseconds