Searched refs:lmc_config (Results 1 – 1 of 1) sorted by relevance
667 u64 lmc_control, lmc_ddr_pll_ctl, lmc_config; in thunderx_lmc_probe() local702 lmc_config = readq(lmc->regs + LMC_CONFIG); in thunderx_lmc_probe()747 FIELD_GET(LMC_CONFIG_BG2, lmc_config)) ? 4 : 3; in thunderx_lmc_probe()749 lmc->pbank_lsb = (lmc_config >> 5) & 0xf; in thunderx_lmc_probe()752 lmc->rank_lsb -= FIELD_GET(LMC_CONFIG_RANK_ENA, lmc_config) ? 1 : 0; in thunderx_lmc_probe()754 lmc->row_lsb = 14 + LMC_CONFIG_ROW_LSB(lmc_config) + lmc->xbits; in thunderx_lmc_probe()