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