Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pwm/
H A Dpwm.c45 #define PWM_DISABLE 0x0002 macro
92 if (action & (PWM_DISABLE | PWM_SHOW_CONFIG)) in main()
99 action |= PWM_DISABLE; in main()
187 if (action & PWM_DISABLE) in main()