Searched refs:boot_dev (Results 1 – 12 of 12) sorted by relevance
42 enum boot_device boot_dev = SD1_BOOT; in get_boot_device() local58 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()61 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()64 boot_dev = NAND_BOOT; in get_boot_device()67 boot_dev = QSPI_BOOT; in get_boot_device()70 boot_dev = SPI_NOR_BOOT; in get_boot_device()75 boot_dev = boot_instance + USB_BOOT; in get_boot_device()81 return boot_dev; in get_boot_device()
451 enum boot_device boot_dev = SD1_BOOT; in get_boot_device() local457 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()460 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()463 boot_dev = NAND_BOOT; in get_boot_device()466 boot_dev = QSPI_BOOT; in get_boot_device()469 boot_dev = WEIM_NOR_BOOT; in get_boot_device()472 boot_dev = SPI_NOR_BOOT; in get_boot_device()475 boot_dev = USB_BOOT; in get_boot_device()480 boot_dev = QSPI_BOOT; in get_boot_device()485 return boot_dev; in get_boot_device()
163 read boot_dev<<<$(grep -o 'loop.*p.' <<< "${kp}")164 test "${boot_dev}"165 dev="/dev/mapper/${boot_dev}"182 echo "Failed to remove ${boot_dev}, use: sudo kpartx -d ${IMG}"
140 enum boot_device boot_dev = get_boot_device(); in env_get_location() local150 (boot_dev == SD1_BOOT || boot_dev == SD2_BOOT)) in env_get_location()
384 enum boot_device boot_dev = SD1_BOOT; in get_boot_device() local390 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()393 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()396 boot_dev = USB_BOOT; in get_boot_device()402 return boot_dev; in get_boot_device()
156 enum boot_device boot_dev = SD1_BOOT; in get_boot_device() local164 boot_dev = MMC1_BOOT; in get_boot_device()167 boot_dev = SD2_BOOT; in get_boot_device()170 boot_dev = SD3_BOOT; in get_boot_device()173 boot_dev = NAND_BOOT; in get_boot_device()176 boot_dev = FLEXSPI_BOOT; in get_boot_device()179 boot_dev = SATA_BOOT; in get_boot_device()184 boot_dev = USB_BOOT; in get_boot_device()190 return boot_dev; in get_boot_device()
199 u32 boot_dev = spl_boot_device(); in spl_mmc_get_uboot_raw_sector() local201 switch (boot_dev) { in spl_mmc_get_uboot_raw_sector()
943 struct efi_device_path *boot_dev = NULL; in find_boot_device() local962 ret = get_dp_device(boot_var16, &boot_dev); in find_boot_device()967 efi_free_pool(boot_dev); in find_boot_device()968 boot_dev = NULL; in find_boot_device()998 ret = get_dp_device(boot_var16, &boot_dev); in find_boot_device()1005 efi_free_pool(boot_dev); in find_boot_device()1006 boot_dev = NULL; in find_boot_device()1009 if (boot_dev) { in find_boot_device()1010 log_debug("Boot device %pD\n", boot_dev); in find_boot_device()1012 volume = efi_fs_from_path(boot_dev); in find_boot_device()[all …]
53 u8 boot_dev = BOOT_DEVICE_MMC1; in board_boot_order() local63 boot_dev = BOOT_DEVICE_MMC2; in board_boot_order()71 spl_boot_list[0] = boot_dev; in board_boot_order()
596 u8 boot_dev = BOOT_DEVICE_MMC1; in board_boot_order() local614 boot_dev = BOOT_DEVICE_MMC1; in board_boot_order()620 boot_dev = BOOT_DEVICE_MMC2; in board_boot_order()628 spl_boot_list[0] = boot_dev; in board_boot_order()
84 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *boot_dev);203 static inline void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *boot_dev) in sc_misc_get_boot_dev() argument
333 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *boot_dev) in sc_misc_get_boot_dev() argument352 if (boot_dev) in sc_misc_get_boot_dev()353 *boot_dev = RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
Completed in 33 milliseconds