Searched refs:DWC_TIM_CTRL_PWM (Results 1 – 2 of 2) sorted by relevance
87 ctrl = DWC_TIM_CTRL_MODE_USER | DWC_TIM_CTRL_PWM; in __dwc_pwm_configure_timer()139 if (ctrl & DWC_TIM_CTRL_PWM) { in dwc_pwm_get_state()
34 #define DWC_TIM_CTRL_PWM BIT(3) macro