Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pwm/
H A Dpwm.c46 #define PWM_SHOW_CONFIG 0x0004 macro
92 if (action & (PWM_DISABLE | PWM_SHOW_CONFIG)) in main()
97 if (action & (PWM_ENABLE | PWM_SHOW_CONFIG)) in main()
104 action = PWM_SHOW_CONFIG; in main()
107 if (action & PWM_SHOW_CONFIG) in main()
112 if (action & PWM_SHOW_CONFIG) in main()
118 if (action & PWM_SHOW_CONFIG) in main()
178 if (action == PWM_SHOW_CONFIG) { in main()