Searched refs:xgene_hwmon_reg_map_rd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwmon/
H A Dxgene-hwmon.c221 static int xgene_hwmon_reg_map_rd(struct xgene_hwmon_dev *ctx, u32 addr, function
276 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_REG, &watt);
280 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_MW_REG, &mwatt);
293 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_REG, &watt);
297 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_MW_REG, &mwatt);
307 return xgene_hwmon_reg_map_rd(ctx, SOC_TEMP_REG, val);

Completed in 142 milliseconds