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

/linux-master/arch/arm/mach-omap2/
H A Dcm33xx.c116 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
121 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) argument
125 v = am33xx_cm_read_reg(inst, cdoffs);
128 am33xx_cm_write_reg(v, inst, cdoffs);
136 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
138 * Returns true if the clockdomain referred to by (@inst, @cdoffs)
141 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) argument
145 v = am33xx_cm_read_reg(inst, cdoffs);
155 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
157 * Put a clockdomain referred to by (@inst, @cdoffs) int
160 am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) argument
174 am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) argument
187 am33xx_cm_clkdm_force_sleep(u16 inst, u16 cdoffs) argument
200 am33xx_cm_clkdm_force_wakeup(u16 inst, u16 cdoffs) argument
[all...]
H A Dcminst44xx.c175 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
180 static void _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) argument
184 v = omap4_cminst_read_inst_reg(part, inst, cdoffs + OMAP4_CM_CLKSTCTRL);
187 omap4_cminst_write_inst_reg(v, part, inst, cdoffs + OMAP4_CM_CLKSTCTRL);
194 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
196 * Returns true if the clockdomain referred to by (@part, @inst, @cdoffs)
199 static bool omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) argument
203 v = omap4_cminst_read_inst_reg(part, inst, cdoffs + OMAP4_CM_CLKSTCTRL);
214 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
216 * Put a clockdomain referred to by (@part, @inst, @cdoffs) int
219 omap4_cminst_clkdm_enable_hwsup(u8 part, u16 inst, u16 cdoffs) argument
234 omap4_cminst_clkdm_disable_hwsup(u8 part, u16 inst, u16 cdoffs) argument
248 omap4_cminst_clkdm_force_wakeup(u8 part, u16 inst, u16 cdoffs) argument
257 omap4_cminst_clkdm_force_sleep(u8 part, u16 inst, u16 cdoffs) argument
[all...]

Completed in 177 milliseconds