Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dsxipwm.c145 uint32_t ctrl, ch_period; in sxipwm_get_state() local
153 ch_period = HREAD4(sc, PWM_CH0_PERIOD); in sxipwm_get_state()
166 cycles = ((ch_period >> PWM_CH0_CYCLES_SHIFT) & in sxipwm_get_state()
168 act_cycles = (ch_period >> PWM_CH0_ACT_CYCLES_SHIFT) & in sxipwm_get_state()