Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/ls1046ardb/
H A Dls1046ardb.c40 u16 cfg_rcw_src; in checkboard() local
48 cfg_rcw_src = cfg_rcw_src1; in checkboard()
49 cfg_rcw_src = (cfg_rcw_src << 1) | cfg_rcw_src2; in checkboard()
51 if (cfg_rcw_src == 0x44) in checkboard()
53 else if (cfg_rcw_src == 0x40) in checkboard()
/openbmc/u-boot/board/freescale/ls1043ardb/
H A Dls1043ardb.c145 u16 cfg_rcw_src; in checkboard() local
163 cfg_rcw_src = cfg_rcw_src1; in checkboard()
164 cfg_rcw_src = (cfg_rcw_src << 1) | cfg_rcw_src2; in checkboard()
166 if (cfg_rcw_src == 0x25) in checkboard()
168 else if (cfg_rcw_src == 0x106) in checkboard()
/openbmc/u-boot/board/freescale/t4rdb/
H A Dcpld.h21 u8 cfg_rcw_src; /* 0x06 - RCW Source Location Control Register */ member
H A Dcpld.c83 printf("cfg_rcw_src = 0x%02x\n", CPLD_READ(cfg_rcw_src)); in cpld_dump_regs()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A 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.
/openbmc/u-boot/board/freescale/ls2080ardb/
H A DREADME102 cfg_rcw_src switches needs to be changed for booting from different option.