Searched refs:val_pwr (Results 1 – 1 of 1) sorted by relevance
269 static int smpro_read_power(struct device *dev, u32 attr, int channel, long *val_pwr) in smpro_read_power() argument285 *val_pwr = (val & 0x3ff) * 1000000 + (val_mw & 0x3ff) * 1000; in smpro_read_power()