Home
last modified time | relevance | path

Searched refs:cdoffs (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/mach-omap2/
A Dcm33xx.c129 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write() argument
133 v = am33xx_cm_read_reg(inst, cdoffs); in _clktrctrl_write()
136 am33xx_cm_write_reg(v, inst, cdoffs); in _clktrctrl_write()
149 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_is_clkdm_in_hwsup() argument
153 v = am33xx_cm_read_reg(inst, cdoffs); in am33xx_cm_is_clkdm_in_hwsup()
168 static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_enable_hwsup() argument
170 _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO, inst, cdoffs); in am33xx_cm_clkdm_enable_hwsup()
182 static void am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_disable_hwsup() argument
195 static void am33xx_cm_clkdm_force_sleep(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_force_sleep() argument
197 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP, inst, cdoffs); in am33xx_cm_clkdm_force_sleep()
[all …]
A Dcminst44xx.c180 static void _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) in _clktrctrl_write() argument
184 v = omap4_cminst_read_inst_reg(part, inst, cdoffs + OMAP4_CM_CLKSTCTRL); in _clktrctrl_write()
187 omap4_cminst_write_inst_reg(v, part, inst, cdoffs + OMAP4_CM_CLKSTCTRL); in _clktrctrl_write()
199 static bool omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) in omap4_cminst_is_clkdm_in_hwsup() argument
203 v = omap4_cminst_read_inst_reg(part, inst, cdoffs + OMAP4_CM_CLKSTCTRL); in omap4_cminst_is_clkdm_in_hwsup()
219 static void omap4_cminst_clkdm_enable_hwsup(u8 part, u16 inst, u16 cdoffs) in omap4_cminst_clkdm_enable_hwsup() argument
221 _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO, part, inst, cdoffs); in omap4_cminst_clkdm_enable_hwsup()
236 _clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO, part, inst, cdoffs); in omap4_cminst_clkdm_disable_hwsup()
250 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_WAKEUP, part, inst, cdoffs); in omap4_cminst_clkdm_force_wakeup()
257 static void omap4_cminst_clkdm_force_sleep(u8 part, u16 inst, u16 cdoffs) in omap4_cminst_clkdm_force_sleep() argument
[all …]

Completed in 6 milliseconds