Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dcm2xxx.c245 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap2xxx_cm_wait_module_ready() argument
252 if (!idlest_id || (idlest_id > ARRAY_SIZE(omap2xxx_cm_idlest_offs))) in omap2xxx_cm_wait_module_ready()
255 cm_idlest_reg = omap2xxx_cm_idlest_offs[idlest_id - 1]; in omap2xxx_cm_wait_module_ready()
Dcm2xxx.h54 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id,
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()