Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-hibvt.c24 #define PWM_ENABLE_MASK BIT(0) macro
88 PWM_ENABLE_MASK, 0x1); in hibvt_pwm_enable()
96 PWM_ENABLE_MASK, 0x0); in hibvt_pwm_disable()
148 state->enabled = (PWM_ENABLE_MASK & value); in hibvt_pwm_get_state()
/OK3568_Linux_fs/u-boot/drivers/pwm/
H A Dtegra_pwm.c52 clrsetbits_le32(&regs[channel].control, PWM_ENABLE_MASK, in tegra_pwm_set_enable()
53 enable ? PWM_ENABLE_MASK : 0); in tegra_pwm_set_enable()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpwm.h22 #define PWM_ENABLE_MASK (0x1 << PWM_ENABLE_SHIFT) macro