Home
last modified time | relevance | path

Searched refs:pmu_map (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/iio/adc/
Dexynos_adc.c126 struct regmap *pmu_map; member
234 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v1_init_hw()
252 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v1_exit_hw()
392 regmap_write(info->pmu_map, info->data->phy_offset, 1); in exynos_adc_v2_init_hw()
410 regmap_write(info->pmu_map, info->data->phy_offset, 0); in exynos_adc_v2_exit_hw()
820 info->pmu_map = syscon_regmap_lookup_by_phandle( in exynos_adc_probe()
823 if (IS_ERR(info->pmu_map)) { in exynos_adc_probe()
825 return PTR_ERR(info->pmu_map); in exynos_adc_probe()
/Linux-v6.6/drivers/cxl/
Dcxl.h268 struct cxl_pmu_reg_map pmu_map; member