Lines Matching defs:bits
67 * omap44xx_prm_reset_src_map - map from bits in the PRM_RSTST
108 static u32 omap4_prm_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg)
114 v |= bits;
190 u32 omap4_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset)
197 return omap4_prminst_rmw_inst_reg_bits(mask, bits,
219 * Read PRM_IRQSTATUS_MPU* bits, AND'ed with the currently-enabled PRM
238 * bits. No return value.
248 * @saved_mask: ptr to a u32 array to save IRQENABLE bits
278 * @saved_mask: ptr to a u32 array of IRQENABLE bits saved previously
348 * to occur, WAKEUPENABLE bits must be set in the pad mux registers, and
368 * returned reset source bits are standardized across OMAP SoCs.
400 * Return 1 if any bits were set in the *_CONTEXT_* register
415 * Clear hardware context loss bits for the module identified by
416 * (@part, @inst, @idx). No return value. XXX Writes to reserved bits;