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.
116 u32 errata; member
315 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted()
328 * __omap_dm_timer_override_errata - override errata flags for a timer
330 * @errata: errata flags to be ignored
332 * For a given timer, override a timer errata by clearing the flags
333 * specified by the errata argument. A specific erratum should only be
338 u32 errata) in __omap_dm_timer_override_errata() argument
340 timer->errata &= ~errata; in __omap_dm_timer_override_errata()