Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-imx/
A Dromapi.c41 u8 boot_instance; in get_boot_device() local
54 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()
A Dcpu.c453 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device() local
457 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()
460 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()
/u-boot/arch/arm/mach-imx/mx7ulp/
A Dsoc.c386 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device() local
390 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()
393 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()
/u-boot/arch/arm/mach-imx/imx9/
A Dsoc.c56 u8 boot_instance; in mmc_get_env_dev() local
66 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()
/u-boot/arch/arm/mach-imx/imx8ulp/
A Dsoc.c53 u8 boot_instance; in mmc_get_env_dev() local
63 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