Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dxgene-hwmon.c279 u32 watt, mwatt; in xgene_hwmon_get_cpu_pwr() local
286 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_MW_REG, &mwatt); in xgene_hwmon_get_cpu_pwr()
290 *val = WATT_TO_mWATT(watt) + mwatt; in xgene_hwmon_get_cpu_pwr()
296 u32 watt, mwatt; in xgene_hwmon_get_io_pwr() local
303 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_MW_REG, &mwatt); in xgene_hwmon_get_io_pwr()
307 *val = WATT_TO_mWATT(watt) + mwatt; in xgene_hwmon_get_io_pwr()