Searched refs:gcr_mem_base (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/mfd/
H A Dintel_pmc_bxt.c89 *data = readq(pmc->gcr_mem_base + offset);
116 new_val = readl(pmc->gcr_mem_base + offset);
119 writel(new_val, pmc->gcr_mem_base + offset);
121 new_val = readl(pmc->gcr_mem_base + offset);
144 deep = readq(pmc->gcr_mem_base + PMC_GCR_TELEM_DEEP_S0IX_REG);
145 shlw = readq(pmc->gcr_mem_base + PMC_GCR_TELEM_SHLW_S0IX_REG);
331 pmc->gcr_mem_base = devm_ioremap_resource(&pdev->dev, &gcr_res);
332 if (IS_ERR(pmc->gcr_mem_base))
333 return PTR_ERR(pmc->gcr_mem_base);
/linux-master/include/linux/mfd/
H A Dintel_pmc_bxt.h17 * @gcr_mem_base: Virtual base address of GCR (Global Configuration Registers)
25 void __iomem *gcr_mem_base; member in struct:intel_pmc_dev

Completed in 221 milliseconds