Home
last modified time | relevance | path

Searched refs:boot_type (Results 1 – 7 of 7) sorted by relevance

/arch/arm/mach-imx/
A Dmmc_env.c21 u8 boot_type = (*p)->boot_dev_type; in mmc_get_env_dev() local
24 if ((boot_type != BOOT_TYPE_SD) && (boot_type != BOOT_TYPE_MMC)) in mmc_get_env_dev()
A Dromapi.c40 u16 boot_type; in get_boot_device() local
53 boot_type = boot >> 16; in get_boot_device()
56 switch (boot_type) { in get_boot_device()
A Dcpu.c451 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() local
454 switch (boot_type) { in get_boot_device()
/arch/arm/mach-imx/imx9/scmi/
A Dsoc.c67 u16 boot_type; in mmc_get_env_dev() local
90 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() local
702 boot_type = rdata->boot_dev_type; in get_boot_device()
707 switch (boot_type) { in get_boot_device()
/arch/arm/mach-imx/mx7ulp/
A Dsoc.c390 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() local
393 switch (boot_type) { in get_boot_device()
/arch/arm/mach-imx/imx9/
A Dsoc.c61 u16 boot_type; in mmc_get_env_dev() local
71 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()
/arch/arm/mach-imx/imx8ulp/
A Dsoc.c52 u16 boot_type; in mmc_get_env_dev() local
62 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