Lines Matching defs:mode
30 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
134 * am33xx_cm_is_clkdm_in_hwsup - is a clockdomain in hwsup idle mode?
139 * is in hardware-supervised idle mode, or 0 otherwise.
153 * am33xx_cm_clkdm_enable_hwsup - put a clockdomain in hwsup-idle mode
158 * hardware-supervised idle mode. No return value.
166 * am33xx_cm_clkdm_disable_hwsup - put a clockdomain in swsup-idle mode
171 * software-supervised idle mode, i.e., controlled manually by the
258 * @mode: Module mode (SW or HW)
265 static void am33xx_cm_module_enable(u8 mode, u8 part, u16 inst,
272 v |= mode << AM33XX_MODULEMODE_SHIFT;