Lines Matching defs:cs
59 regs->cs[i].config = ((cs_n_en & 0x1) << 31) |
69 debug("cs%d\n", i);
70 debug(" _config = 0x%x\n", regs->cs[i].config);
522 /* Require cs and cfg first */
736 ((regs->cs[i].config & SDRAM_CS_CONFIG_EN) != 0)) {
903 regs->cs[i].bnds = ((sa & 0xffff) << 16) |
908 regs->cs[i].bnds = 0xffffffff;
911 debug("cs[%d].bnds = 0x%x\n", i, regs->cs[i].bnds);
920 const unsigned int cs0_config = regs->cs[0].config;
925 unsigned int cs;
953 cs = 1;
956 cs = 2;
959 cs = 0;
1003 if (cs != 0U) {
1005 if (cs == 2U) {