Lines Matching defs:base
705 u64 base;
725 base = I10NM_GET_SCK_MMIO_BASE(reg);
726 edac_dbg(2, "socket%d mmio base 0x%llx (reg 0x%x)\n",
727 j++, base, reg);
739 edac_dbg(2, "mc%d mmio base 0x%llx size 0x%lx (reg 0x%x)\n",
740 i, base + off, size, reg);
742 mbase = ioremap(base + off, size);
745 base + off);
785 u64 base;
800 base = I10NM_GET_SCK_MMIO_BASE(reg);
806 base += I10NM_GET_HBM_IMC_MMIO_OFFSET(reg);
825 edac_dbg(2, "hbm mc%d mmio base 0x%llx size 0x%x\n",
826 lmc, base + off, I10NM_HBM_IMC_MMIO_SIZE);
828 mbase = ioremap(base + off, I10NM_HBM_IMC_MMIO_SIZE);
834 base + off);