Searched refs:idlest_id (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dcm2xxx.c244 * @idlest_id: CM_IDLESTx register ID (i.e., x = 1, 2, 3)
248 * (@prcm_mod, @idlest_id, @idlest_shift) is clocked. Return 0 upon
251 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, omap2xxx_cm_wait_module_ready() argument
258 if (!idlest_id || (idlest_id > ARRAY_SIZE(omap2xxx_cm_idlest_offs))) omap2xxx_cm_wait_module_ready()
261 cm_idlest_reg = omap2xxx_cm_idlest_offs[idlest_id - 1]; omap2xxx_cm_wait_module_ready()
H A Dcm2xxx.h57 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id,
H A Dcm3xxx.c84 * @idlest_id: CM_IDLESTx register ID (i.e., x = 1, 2, 3)
88 * (@prcm_mod, @idlest_id, @idlest_shift) is clocked. Return 0 upon
91 static int omap3xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, omap3xxx_cm_wait_module_ready() argument
98 if (!idlest_id || (idlest_id > ARRAY_SIZE(omap3xxx_cm_idlest_offs))) omap3xxx_cm_wait_module_ready()
101 cm_idlest_reg = omap3xxx_cm_idlest_offs[idlest_id - 1]; omap3xxx_cm_wait_module_ready()
H A Dcm_common.c89 * (@prcm_mod, @idlest_id, @idlest_shift) is clocked. Return 0 upon
115 * (@prcm_mod, @idlest_id, @idlest_shift) is no longer clocked. Return

Completed in 55 milliseconds