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

/linux-4.1.27/arch/arm/mach-omap2/
H A Dcm2xxx.c38 static const u8 omap2xxx_cm_idlest_offs[] = { variable
219 for (i = 0; i < ARRAY_SIZE(omap2xxx_cm_idlest_offs); i++) { omap2xxx_cm_split_idlest_reg()
220 if (idlest_offs == omap2xxx_cm_idlest_offs[i]) { omap2xxx_cm_split_idlest_reg()
226 if (i == ARRAY_SIZE(omap2xxx_cm_idlest_offs)) omap2xxx_cm_split_idlest_reg()
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()

Completed in 75 milliseconds