Searched refs:cs0_config (Results 1 – 3 of 3) sorted by relevance
211 unsigned int cs0_config = ddr_in32(&ddr->csn_cfg[0]); in print_ddr_info() local261 if ((cs0_config & 0x20000000) != 0) { in print_ddr_info()263 switch ((cs0_config >> 24) & 0xf) { in print_ddr_info()
54 unsigned int cs0_config; in bist() local66 cs0_config = ddr_in32(&ddr->csn_cfg[0]); in bist()67 if ((cs0_config & CTLR_INTLV_MASK) != 0U) { in bist()74 ddr_out32(&ddr->csn_cfg[0], cs0_config & ~CTLR_INTLV_MASK); in bist()126 if ((cs0_config & CTLR_INTLV_MASK) != 0) { in bist()130 ddr_out32(&ddr->csn_cfg[0], cs0_config); in bist()
920 const unsigned int cs0_config = regs->cs[0].config; in cal_ddr_addr_dec() local940 col_bits = (cs0_config >> 0) & 0x7; in cal_ddr_addr_dec()946 row_bits = ((cs0_config >> 8) & 0x7) + 12; in cal_ddr_addr_dec()947 ba_bits = ((cs0_config >> 14) & 0x3) + 2; in cal_ddr_addr_dec()948 bg_bits = ((cs0_config >> 4) & 0x3) + 0; in cal_ddr_addr_dec()949 intlv = (cs0_config >> 24) & 0xf; in cal_ddr_addr_dec()