Searched refs:xgene_hwmon_reg_map_rd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | xgene-hwmon.c | 238 static int xgene_hwmon_reg_map_rd(struct xgene_hwmon_dev *ctx, u32 addr, in xgene_hwmon_reg_map_rd() function 293 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_REG, &watt); in xgene_hwmon_get_cpu_pwr() 297 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_MW_REG, &mwatt); in xgene_hwmon_get_cpu_pwr() 310 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_REG, &watt); in xgene_hwmon_get_io_pwr() 314 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_MW_REG, &mwatt); in xgene_hwmon_get_io_pwr() 324 return xgene_hwmon_reg_map_rd(ctx, SOC_TEMP_REG, val); in xgene_hwmon_get_temp()
|