Searched refs:_clktrctrl_write (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mach-omap2/ |
H A D | cm33xx.c | 116 * _clktrctrl_write - write @c to a CM_CLKSTCTRL.CLKTRCTRL register bitfield 124 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write() function 165 _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO, inst, cdoffs); in am33xx_cm_clkdm_enable_hwsup() 179 _clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO, inst, cdoffs); in am33xx_cm_clkdm_disable_hwsup() 192 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP, inst, cdoffs); in am33xx_cm_clkdm_force_sleep() 205 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_WAKEUP, inst, cdoffs); in am33xx_cm_clkdm_force_wakeup()
|