Home
last modified time | relevance | path

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

/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.c452 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device() local
456 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()
459 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()
/arch/arm/mach-imx/imx9/scmi/
A Dsoc.c68 u8 boot_instance; in mmc_get_env_dev() local
91 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() local
703 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()
/arch/arm/mach-imx/mx7ulp/
A Dsoc.c391 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device() local
395 boot_dev = boot_instance + SD1_BOOT; in get_boot_device()
398 boot_dev = boot_instance + MMC1_BOOT; in get_boot_device()
/arch/arm/mach-imx/imx9/
A Dsoc.c62 u8 boot_instance; in mmc_get_env_dev() local
72 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()
/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 11 milliseconds