Searched refs:boot_type (Results 1 – 7 of 7) sorted by relevance
21 u8 boot_type = (*p)->boot_dev_type; in mmc_get_env_dev() local24 if ((boot_type != BOOT_TYPE_SD) && (boot_type != BOOT_TYPE_MMC)) in mmc_get_env_dev()
40 u16 boot_type; in get_boot_device() local53 boot_type = boot >> 16; in get_boot_device()56 switch (boot_type) { in get_boot_device()
451 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() local454 switch (boot_type) { in get_boot_device()
67 u16 boot_type; in mmc_get_env_dev() local90 boot_type = rdata->boot_dev_type; in mmc_get_env_dev()94 debug("boot_type %d, instance %d\n", boot_type, boot_instance); in mmc_get_env_dev()97 if (boot_type != BOOT_TYPE_SD && boot_type != BOOT_TYPE_MMC) in mmc_get_env_dev()680 u16 boot_type; in get_boot_device() local702 boot_type = rdata->boot_dev_type; in get_boot_device()707 switch (boot_type) { in get_boot_device()
390 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() local393 switch (boot_type) { in get_boot_device()
61 u16 boot_type; in mmc_get_env_dev() local71 boot_type = boot >> 16; in mmc_get_env_dev()74 debug("boot_type %d, instance %d\n", boot_type, boot_instance); in mmc_get_env_dev()77 if (boot_type != BOOT_TYPE_SD && boot_type != BOOT_TYPE_MMC) in mmc_get_env_dev()
52 u16 boot_type; in mmc_get_env_dev() local62 boot_type = boot >> 16; in mmc_get_env_dev()66 if (boot_type != BOOT_TYPE_SD && boot_type != BOOT_TYPE_MMC) in mmc_get_env_dev()
Completed in 16 milliseconds