Home
last modified time | relevance | path

Searched refs:MX3_PWMSAR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-imx27.c27 #define MX3_PWMSAR 0x0C /* PWM Sample Register */ macro
165 val = readl(imx->mmio_base + MX3_PWMSAR); in pwm_imx27_get_state()
265 writel(duty_cycles, imx->mmio_base + MX3_PWMSAR); in pwm_imx27_apply()
270 * MX3_PWMSAR register can't be read (i.e. when the PWM is disabled). in pwm_imx27_apply()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-imx27.c27 #define MX3_PWMSAR 0x0C /* PWM Sample Register */ macro
165 val = readl(imx->mmio_base + MX3_PWMSAR); in pwm_imx27_get_state()
267 writel(duty_cycles, imx->mmio_base + MX3_PWMSAR); in pwm_imx27_apply()
272 * MX3_PWMSAR register can't be read (i.e. when the PWM is disabled). in pwm_imx27_apply()

Completed in 2 milliseconds