Searched refs:regmap_length (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/platform/x86/intel/pmc/ |
H A D | tgl.c | 195 .regmap_length = CNP_PMC_MMIO_REG_LEN, 220 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | icl.c | 44 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | mtl.c | 460 .regmap_length = MTL_SOC_PMC_MMIO_REG_LEN, 784 .regmap_length = MTL_IOE_PMC_MMIO_REG_LEN, 931 .regmap_length = MTL_IOE_PMC_MMIO_REG_LEN,
|
H A D | spt.c | 128 .regmap_length = SPT_PMC_MMIO_REG_LEN,
|
H A D | cnp.c | 200 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | adl.c | 293 .regmap_length = CNP_PMC_MMIO_REG_LEN,
|
H A D | core_ssram.c | 238 pmc->regbase = ioremap(pmc->base_addr, pmc->map->regmap_length); in pmc_core_pmc_add()
|
H A D | core.h | 331 const int regmap_length; member
|
H A D | core.c | 1193 pmc->regbase = ioremap(pmc->base_addr, pmc->map->regmap_length); in get_primary_reg_base()
|