Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-jz4740.c62 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->pwm); in jz4740_pwm_enable()
73 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->hwpwm); in jz4740_pwm_disable()
137 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->pwm); in jz4740_pwm_set_polarity()
/Linux-v4.19/arch/mips/include/asm/mach-jz4740/
Dtimer.h130 static inline uint16_t jz4740_timer_get_ctrl(unsigned int timer) in jz4740_timer_get_ctrl() function