Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c35 u32 bt0_cfg = 0; in get_boot_mode() local
37 bt0_cfg = readl(CMC0_RBASE + 0x40); in get_boot_mode()
38 bt0_cfg &= (BT0CFG_LPBOOT_MASK | BT0CFG_DUALBOOT_MASK); in get_boot_mode()
40 if (!(bt0_cfg & BT0CFG_LPBOOT_MASK)) { in get_boot_mode()
42 if (bt0_cfg & BT0CFG_DUALBOOT_MASK) in get_boot_mode()