Searched refs:cfg_rcw_src (Results 1 – 6 of 6) sorted by relevance
39 u16 cfg_rcw_src; in checkboard() local47 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()
43 u16 cfg_rcw_src; in checkboard() local55 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()
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.