Searched refs:boot_instance (Results 1 – 5 of 5) sorted by relevance
41 u8 boot_instance; in get_boot_device() local54 boot_instance = (boot >> 8) & 0xff; in get_boot_device()58 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()61 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()74 boot_instance = 0; in get_boot_device()75 boot_dev = boot_instance + USB_BOOT; in get_boot_device()
453 u8 boot_instance = (*p)->boot_dev_instance; 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()
386 u8 boot_instance = (*p)->boot_dev_instance; 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()
56 u8 boot_instance; in mmc_get_env_dev() local66 boot_instance = (boot >> 8) & 0xff; in mmc_get_env_dev()68 debug("boot_type %d, instance %d\n", boot_type, boot_instance); in mmc_get_env_dev()74 return board_mmc_get_env_dev(boot_instance); in mmc_get_env_dev()
53 u8 boot_instance; in mmc_get_env_dev() local63 boot_instance = (boot >> 8) & 0xff; in mmc_get_env_dev()69 return board_mmc_get_env_dev(boot_instance); in mmc_get_env_dev()
Completed in 19 milliseconds