mwatt             278 drivers/hwmon/xgene-hwmon.c 	u32 watt, mwatt;
mwatt             285 drivers/hwmon/xgene-hwmon.c 	rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_MW_REG, &mwatt);
mwatt             289 drivers/hwmon/xgene-hwmon.c 	*val = WATT_TO_mWATT(watt) + mwatt;
mwatt             295 drivers/hwmon/xgene-hwmon.c 	u32 watt, mwatt;
mwatt             302 drivers/hwmon/xgene-hwmon.c 	rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_MW_REG, &mwatt);
mwatt             306 drivers/hwmon/xgene-hwmon.c 	*val = WATT_TO_mWATT(watt) + mwatt;