Lines Matching refs:cdoffs
124 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write() argument
128 v = am33xx_cm_read_reg(inst, cdoffs); in _clktrctrl_write()
131 am33xx_cm_write_reg(v, inst, cdoffs); in _clktrctrl_write()
144 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_is_clkdm_in_hwsup() argument
148 v = am33xx_cm_read_reg(inst, cdoffs); in am33xx_cm_is_clkdm_in_hwsup()
163 static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_enable_hwsup() argument
165 _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO, inst, cdoffs); in am33xx_cm_clkdm_enable_hwsup()
177 static void am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_disable_hwsup() argument
179 _clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO, inst, cdoffs); in am33xx_cm_clkdm_disable_hwsup()
190 static void am33xx_cm_clkdm_force_sleep(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_force_sleep() argument
192 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP, inst, cdoffs); in am33xx_cm_clkdm_force_sleep()
203 static void am33xx_cm_clkdm_force_wakeup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_force_wakeup() argument
205 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_WAKEUP, inst, cdoffs); in am33xx_cm_clkdm_force_wakeup()