Lines Matching full:north
62 #define DEFINE_LOCAL_REG(name, cfg, package, north, ip_name, ip_idx, reg_name) \ argument
65 .pbase = (north ? (cfg)->mmio_base_l_north : \
126 static u32 get_imc_bitmap(struct res_config *cfg, int pkg, bool north) in get_imc_bitmap() argument
128 DEFINE_LOCAL_REG(reg, cfg, pkg, north, pcu, 0, capid3); in get_imc_bitmap()
134 pkg, north ? "north" : "south", in get_imc_bitmap()
147 bool north, int lmc) in __get_ddr_munits() argument
150 unsigned long bitmap = get_imc_bitmap(cfg, d->pkg, north); in __get_ddr_munits()
157 base = north ? d->mmio_base_h_north : d->mmio_base_h_south; in __get_ddr_munits()
190 pmc = north ? i : 8 + i; in __get_ddr_munits()
253 /* Get the system-view MMIO_BASE_H for {north,south}-IMH. */
266 /* Get MMIO_BASE_H for the north-IMH. */ in imh_get_all_mmio_base_h()
269 imh_printk(KERN_ERR, "Pkg%d has no north mmio_base_h\n", i); in imh_get_all_mmio_base_h()
274 edac_dbg(2, "Pkg%d north mmio_base_h 0x%llx (reg 0x%llx)\n", in imh_get_all_mmio_base_h()