Searched refs:FAN_OFF (Results 1 – 3 of 3) sorted by relevance
20 #define FAN_OFF 0 macro
85 The value of 0 for pwm1 also forces FAN_OFF signal from the chip,
101 return (nw_gpio_read() & GPIO_FAN) ? FAN_ON : FAN_OFF; in netwinder_get_fan()