Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Damlpwm.c47 #define PWM_B_EN (1 << 1) macro
158 if ((misc & PWM_B_CLK_EN) && (misc & PWM_B_EN)) in amlpwm_get_state()
191 HCLR4(sc, PWM_MISC_REG_AB, (idx == 0) ? PWM_A_EN : PWM_B_EN); in amlpwm_set_state()
220 HSET4(sc, PWM_MISC_REG_AB, (idx == 0) ? PWM_A_EN : PWM_B_EN); in amlpwm_set_state()