Searched refs:boot_instance (Results 1 – 6 of 6) 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()
452 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device() local456 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()459 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()
68 u8 boot_instance; in mmc_get_env_dev() local91 boot_instance = rdata->boot_dev_inst; in mmc_get_env_dev()94 debug("boot_type %d, instance %d\n", boot_type, boot_instance); in mmc_get_env_dev()100 return board_mmc_get_env_dev(boot_instance); in mmc_get_env_dev()681 u8 boot_instance; in get_boot_device() local703 boot_instance = rdata->boot_dev_inst; in get_boot_device()709 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()712 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()721 boot_dev = boot_instance + USB_BOOT; in get_boot_device()
391 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device() local395 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()398 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()
62 u8 boot_instance; in mmc_get_env_dev() local72 boot_instance = (boot >> 8) & 0xff; in mmc_get_env_dev()74 debug("boot_type %d, instance %d\n", boot_type, boot_instance); in mmc_get_env_dev()80 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 11 milliseconds