Lines Matching full:hwmod

22  * - implement default hwmod SMS/SDRC flags?
155 * struct omap_hwmod_rst_info - IPs reset lines use by hwmod
161 * locally to the hwmod.
170 * struct omap_hwmod_opt_clk - optional clocks used by this hwmod
205 * interface to interact with the hwmod. Used to add sleep dependencies
290 * struct omap_hwmod_class_sysconfig - hwmod class OCP_SYS* data
353 * by the common clock framework and not hwmod.
397 * SDRAM controller, etc. XXX probably belongs outside the main hwmod file
400 * controller, etc. XXX probably belongs outside the main hwmod file
415 * enabled. This prevents the hwmod code from being able to
438 * HWMOD_NO_IDLE: Do not idle the hwmod at all. Useful to handle certain
440 * HWMOD_CLKDM_NOAUTO: Allows the hwmod's clockdomain to be prevented from
441 * entering HW_AUTO while hwmod is active. This is needed to workaround
469 * _HWMOD_SKIP_ENABLE: set if hwmod enabled during init (HWMOD_INIT_NO_IDLE) -
503 * @reset: ptr to fn to be executed in place of the standard hwmod reset fn
511 * hwmod clocks are disabled, etc. It is intended for use for hwmods
519 * executed in place of the standard hwmod _reset() code in
534 * @name: name of the hwmod
535 * @class: struct omap_hwmod_class * to the class of this hwmod
536 * @od: struct omap_device currently associated with this hwmod (internal use)
537 * @prcm: PRCM data pertaining to this hwmod
543 * @_sysc_cache: internal-use hwmod flags
551 * @_int_flags: internal-use hwmod flags
552 * @_state: internal-use hwmod state
553 * @_postsetup_state: internal-use state to leave the hwmod in after _setup()
554 * @flags: hwmod flags (documented below)
555 * @_lock: spinlock serializing operations on this hwmod
556 * @node: list node for hwmod list (internal use)
557 * @parent_hwmod: (temporary) a pointer to the hierarchical parent of this hwmod
663 * Chip variant-specific hwmod init routines - XXX should be converted