Lines Matching defs:posted
44 * errata prevents us from using posted mode on these devices, unless the
50 /* posted mode types */
138 unsigned posted:1;
178 * dmtimer_read - read timer registers in posted and non-posted mode
182 * The posted mode bit is encoded in reg. Note that in posted mode, write
193 /* Wait for a possible write pending bit in posted mode */
194 if (wp && timer->posted)
202 * dmtimer_write - write timer registers in posted and non-posted mode
207 * The posted mode bit is encoded in reg. Note that in posted mode, the write
218 /* Wait for a possible write pending bit in posted mode */
219 if (wp && timer->posted)
252 * __omap_dm_timer_enable_posted - enables write posted mode
255 * Enables the write posted mode for the timer. When posted mode is enabled
263 if (timer->posted)
267 timer->posted = OMAP_TIMER_NONPOSTED;
274 timer->posted = OMAP_TIMER_POSTED;
409 timer->posted = 0;