Searched refs:PWM_ENABLE_MASK (Results 1 – 2 of 2) sorted by relevance
49 clrsetbits_le32(®s[channel].control, PWM_ENABLE_MASK, in tegra_pwm_set_enable()50 enable ? PWM_ENABLE_MASK : 0); in tegra_pwm_set_enable()
21 #define PWM_ENABLE_MASK (0x1 << PWM_ENABLE_SHIFT) macro