Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/ls1046ardb/
Dls1046ardb.c39 u16 cfg_rcw_src; in checkboard() local
47 cfg_rcw_src = cfg_rcw_src1; in checkboard()
48 cfg_rcw_src = (cfg_rcw_src << 1) | cfg_rcw_src2; in checkboard()
50 if (cfg_rcw_src == 0x44) in checkboard()
52 else if (cfg_rcw_src == 0x40) in checkboard()
/external/u-boot/board/freescale/ls1043ardb/
Dls1043ardb.c43 u16 cfg_rcw_src; in checkboard() local
55 cfg_rcw_src = cfg_rcw_src1; in checkboard()
56 cfg_rcw_src = (cfg_rcw_src << 1) | cfg_rcw_src2; in checkboard()
58 if (cfg_rcw_src == 0x25) in checkboard()
60 else if (cfg_rcw_src == 0x106) in checkboard()
/external/u-boot/board/freescale/t4rdb/
Dcpld.h21 u8 cfg_rcw_src; /* 0x06 - RCW Source Location Control Register */ member
Dcpld.c83 printf("cfg_rcw_src = 0x%02x\n", CPLD_READ(cfg_rcw_src)); in cpld_dump_regs()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.lsch3170 SRC should match the cfg_rcw_src, the reset config pins. It depends
171 on the NAND device. See reference manual for cfg_rcw_src.
220 SRC should match the cfg_rcw_src, the reset config pins.
/external/u-boot/board/freescale/ls2080ardb/
DREADME102 cfg_rcw_src switches needs to be changed for booting from different option.