Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dgxp-fan-ctrl.c15 #define POWER_BIT 24 macro
55 return !!((val & BIT(POWER_BIT)) && fan_installed(dev, fan)); in fan_enabled()
111 if (reg & BIT(POWER_BIT)) in gxp_pwm_read()