Lines Matching full:errata
67 * timer errata flags
69 * Errata i103/i767 impacts all OMAP3/4/5 devices including AM33xx. This
70 * errata prevents us from using posted mode on these devices, unless the
72 * the OMAP3/4/5 errata documents.
115 u32 errata; member
314 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted()
327 * __omap_dm_timer_override_errata - override errata flags for a timer
329 * @errata: errata flags to be ignored
331 * For a given timer, override a timer errata by clearing the flags
332 * specified by the errata argument. A specific erratum should only be
337 u32 errata) in __omap_dm_timer_override_errata() argument
339 timer->errata &= ~errata; in __omap_dm_timer_override_errata()