Searched refs:has_pwm (Results 1 – 2 of 2) sorted by relevance
231 u8 has_pwm; member1685 data->has_pwm = 0x07; in w83793_probe()1693 data->has_pwm |= 0x18; /* pwm 4,5 */ in w83793_probe()1696 data->has_pwm |= 0x20; in w83793_probe()1700 data->has_pwm |= 0x40; in w83793_probe()1704 data->has_pwm |= 0x80; in w83793_probe()1726 data->has_pwm |= 0x80; in w83793_probe()1817 if (!(data->has_pwm & (1 << i))) in w83793_probe()1999 if (!(data->has_pwm & (1 << i))) in w83793_update_nonvolatile()2063 if (data->has_pwm & (1 << i)) in w83793_update_device()
107 u8 has_pwm; member