Home
last modified time | relevance | path

Searched refs:dct_cont_base_reg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/edac/
H A Damd64_edac.c2638 u32 dct_cont_base_reg, dct_cont_limit_reg, tmp; in f15_m30h_match_to_this_node() local
2646 amd64_read_pci_cfg(pvt->F1, DRAM_CONT_BASE, &dct_cont_base_reg); in f15_m30h_match_to_this_node()
2649 dct_offset_en = (u8) ((dct_cont_base_reg >> 3) & BIT(0)); in f15_m30h_match_to_this_node()
2650 dct_sel = (u8) ((dct_cont_base_reg >> 4) & 0x7); in f15_m30h_match_to_this_node()
2671 if (!(dct_cont_base_reg & BIT(0)) && in f15_m30h_match_to_this_node()
2692 leg_mmio_hole = (u8) (dct_cont_base_reg >> 1 & BIT(0)); in f15_m30h_match_to_this_node()