Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mchp_xec.c252 uint32_t dc, cfgval; in xec_compute_and_set_parameters() local
299 cfgval = regs->CONFIG; in xec_compute_and_set_parameters()
303 cfgval &= ~MCHP_PWM_CFG_CLK_SEL_100K; in xec_compute_and_set_parameters()
305 cfgval |= MCHP_PWM_CFG_CLK_SEL_100K; in xec_compute_and_set_parameters()
310 cfgval &= ~MCHP_PWM_CFG_CLK_PRE_DIV(0xF); in xec_compute_and_set_parameters()
311 cfgval |= MCHP_PWM_CFG_CLK_PRE_DIV(params->div); in xec_compute_and_set_parameters()
312 cfgval |= MCHP_PWM_CFG_ENABLE; in xec_compute_and_set_parameters()
314 regs->CONFIG = cfgval; in xec_compute_and_set_parameters()