cdoffs 129 arch/arm/mach-omap2/cm33xx.c static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) cdoffs 133 arch/arm/mach-omap2/cm33xx.c v = am33xx_cm_read_reg(inst, cdoffs); cdoffs 136 arch/arm/mach-omap2/cm33xx.c am33xx_cm_write_reg(v, inst, cdoffs); cdoffs 149 arch/arm/mach-omap2/cm33xx.c static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) cdoffs 153 arch/arm/mach-omap2/cm33xx.c v = am33xx_cm_read_reg(inst, cdoffs); cdoffs 168 arch/arm/mach-omap2/cm33xx.c static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) cdoffs 170 arch/arm/mach-omap2/cm33xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO, inst, cdoffs); cdoffs 182 arch/arm/mach-omap2/cm33xx.c static void am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) cdoffs 184 arch/arm/mach-omap2/cm33xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO, inst, cdoffs); cdoffs 195 arch/arm/mach-omap2/cm33xx.c static void am33xx_cm_clkdm_force_sleep(u16 inst, u16 cdoffs) cdoffs 197 arch/arm/mach-omap2/cm33xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP, inst, cdoffs); cdoffs 208 arch/arm/mach-omap2/cm33xx.c static void am33xx_cm_clkdm_force_wakeup(u16 inst, u16 cdoffs) cdoffs 210 arch/arm/mach-omap2/cm33xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_WAKEUP, inst, cdoffs); cdoffs 180 arch/arm/mach-omap2/cminst44xx.c static void _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) cdoffs 184 arch/arm/mach-omap2/cminst44xx.c v = omap4_cminst_read_inst_reg(part, inst, cdoffs + OMAP4_CM_CLKSTCTRL); cdoffs 187 arch/arm/mach-omap2/cminst44xx.c omap4_cminst_write_inst_reg(v, part, inst, cdoffs + OMAP4_CM_CLKSTCTRL); cdoffs 199 arch/arm/mach-omap2/cminst44xx.c static bool omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) cdoffs 203 arch/arm/mach-omap2/cminst44xx.c v = omap4_cminst_read_inst_reg(part, inst, cdoffs + OMAP4_CM_CLKSTCTRL); cdoffs 219 arch/arm/mach-omap2/cminst44xx.c static void omap4_cminst_clkdm_enable_hwsup(u8 part, u16 inst, u16 cdoffs) cdoffs 221 arch/arm/mach-omap2/cminst44xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO, part, inst, cdoffs); cdoffs 234 arch/arm/mach-omap2/cminst44xx.c static void omap4_cminst_clkdm_disable_hwsup(u8 part, u16 inst, u16 cdoffs) cdoffs 236 arch/arm/mach-omap2/cminst44xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO, part, inst, cdoffs); cdoffs 248 arch/arm/mach-omap2/cminst44xx.c static void omap4_cminst_clkdm_force_wakeup(u8 part, u16 inst, u16 cdoffs) cdoffs 250 arch/arm/mach-omap2/cminst44xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_WAKEUP, part, inst, cdoffs); cdoffs 257 arch/arm/mach-omap2/cminst44xx.c static void omap4_cminst_clkdm_force_sleep(u8 part, u16 inst, u16 cdoffs) cdoffs 259 arch/arm/mach-omap2/cminst44xx.c _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP, part, inst, cdoffs);