Searched refs:regmap_length (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/platform/x86/intel/pmc/ |
H A D | icl.c | 44 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | spt.c | 128 .regmap_length = SPT_PMC_MMIO_REG_LEN,
|
H A D | mtl.c | 452 .regmap_length = MTL_SOC_PMC_MMIO_REG_LEN, 775 .regmap_length = MTL_IOE_PMC_MMIO_REG_LEN, 915 .regmap_length = MTL_IOE_PMC_MMIO_REG_LEN,
|
H A D | core_ssram.c | 56 pmc->regbase = ioremap(pmc->base_addr, pmc->map->regmap_length); in pmc_core_pmc_add()
|
H A D | cnp.c | 198 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | adl.c | 293 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | tgl.c | 190 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | core.h | 304 const int regmap_length; member
|
H A D | core.c | 1036 pmc->regbase = ioremap(pmc->base_addr, pmc->map->regmap_length); in get_primary_reg_base()
|