|
@@ -234,20 +234,6 @@ void omap4_cminst_clkdm_disable_hwsup(u8 part, s16 inst, u16 cdoffs)
|
|
|
_clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO, part, inst, cdoffs);
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * omap4_cminst_clkdm_force_sleep - try to put a clockdomain into idle
|
|
|
- * @part: PRCM partition ID that the clockdomain registers exist in
|
|
|
- * @inst: CM instance register offset (*_INST macro)
|
|
|
- * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
|
|
|
- *
|
|
|
- * Put a clockdomain referred to by (@part, @inst, @cdoffs) into idle
|
|
|
- * No return value.
|
|
|
- */
|
|
|
-void omap4_cminst_clkdm_force_sleep(u8 part, s16 inst, u16 cdoffs)
|
|
|
-{
|
|
|
- _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP, part, inst, cdoffs);
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* omap4_cminst_clkdm_force_sleep - try to take a clockdomain out of idle
|
|
|
* @part: PRCM partition ID that the clockdomain registers exist in
|