Home
last modified time | relevance | path

Searched refs:lmc_config (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dthunderx_edac.c667 u64 lmc_control, lmc_ddr_pll_ctl, lmc_config; in thunderx_lmc_probe() local
702 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()
/kernel/linux/linux-6.6/drivers/edac/
H A Dthunderx_edac.c667 u64 lmc_control, lmc_ddr_pll_ctl, lmc_config; in thunderx_lmc_probe() local
702 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()

Completed in 7 milliseconds