Home
last modified time | relevance | path

Searched refs:bootsel (Results 1 – 2 of 2) sorted by relevance

/u-boot/board/grinn/liteboard/
A Dboard.c83 u32 bootsel; in mmc_get_env_devno() local
85 bootsel = (soc_sbmr & 0x000000FF) >> 6; in mmc_get_env_devno()
88 if (bootsel != 1) in mmc_get_env_devno()
/u-boot/arch/arm/mach-imx/mx6/
A Dsoc.c503 u32 bootsel; in mmc_get_boot_dev() local
512 bootsel = (soc_sbmr & 0x000000FF) >> 6; in mmc_get_boot_dev()
515 if (bootsel != 1) in mmc_get_boot_dev()

Completed in 4 milliseconds