Lines Matching refs:size
614 * @size : To store the MMIO size of the i-th DDR memory controller.
618 static struct pci_dev *get_ddr_munit(struct skx_dev *d, int i, u32 *offset, unsigned long *size)
638 *size = I10NM_GNR_IMC_MMIO_SIZE;
655 *size = I10NM_GET_IMC_MMIO_SIZE(reg);
701 unsigned long size;
730 mdev = get_ddr_munit(d, i, &off, &size);
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);
825 edac_dbg(2, "hbm mc%d mmio base 0x%llx size 0x%x\n",