Home
last modified time | relevance | path

Searched refs:idlest_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dcm2xxx.c148 static int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap2xxx_cm_wait_module_ready() argument
155 if (!idlest_id || (idlest_id > ARRAY_SIZE(omap2xxx_cm_idlest_offs))) in omap2xxx_cm_wait_module_ready()
158 cm_idlest_reg = omap2xxx_cm_idlest_offs[idlest_id - 1]; in omap2xxx_cm_wait_module_ready()
H A Dcm3xxx.c88 static int omap3xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap3xxx_cm_wait_module_ready() argument
95 if (!idlest_id || (idlest_id > ARRAY_SIZE(omap3xxx_cm_idlest_offs))) in omap3xxx_cm_wait_module_ready()
98 cm_idlest_reg = omap3xxx_cm_idlest_offs[idlest_id - 1]; in omap3xxx_cm_wait_module_ready()