Searched refs:cfg_rcw_src (Results 1 – 6 of 6) sorted by relevance
40 u16 cfg_rcw_src; in checkboard() local48 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()
145 u16 cfg_rcw_src; in checkboard() local163 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()
21 u8 cfg_rcw_src; /* 0x06 - RCW Source Location Control Register */ member
83 printf("cfg_rcw_src = 0x%02x\n", CPLD_READ(cfg_rcw_src)); in cpld_dump_regs()
170 SRC should match the cfg_rcw_src, the reset config pins. It depends171 on the NAND device. See reference manual for cfg_rcw_src.220 SRC should match the cfg_rcw_src, the reset config pins.
102 cfg_rcw_src switches needs to be changed for booting from different option.