Searched refs:PWM_PCGR (Results 1 – 5 of 5) sorted by relevance
198 unsigned long reg_addr = PWM_BASE + PWM_PCGR; in hal_pwm_enable_clk_gating()426 temp = hal_readl(PWM_BASE + PWM_PCGR); in hal_pwm_control()428 hal_writel(temp, PWM_BASE + PWM_PCGR); in hal_pwm_control()495 value = hal_readl(PWM_BASE + PWM_PCGR); in hal_pwm_control()497 hal_writel(value, PWM_BASE + PWM_PCGR); in hal_pwm_control()
56 #define PWM_PCGR 0X40 /*PWM CLOCK Gating Register 0X40*/ macro
56 #define PWM_PCGR 0X20 /*PWM CLOCK Gating Register 0X40*/ macro
Completed in 9 milliseconds