Searched refs:xgene_hwmon_reg_map_rd (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | xgene-hwmon.c | 226 static int xgene_hwmon_reg_map_rd(struct xgene_hwmon_dev *ctx, u32 addr, in xgene_hwmon_reg_map_rd() function 281 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_REG, &watt); in xgene_hwmon_get_cpu_pwr() 285 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_MW_REG, &mwatt); in xgene_hwmon_get_cpu_pwr() 298 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_REG, &watt); in xgene_hwmon_get_io_pwr() 302 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_MW_REG, &mwatt); in xgene_hwmon_get_io_pwr() 312 return xgene_hwmon_reg_map_rd(ctx, SOC_TEMP_REG, val); in xgene_hwmon_get_temp()
|