Searched defs:counter (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_irq.c160 atomic_t *counter; local
173 counter = &dev->vbl_received;
175 counter = &dev->vbl_received2;
187 (((cur_vblank = atomic_read(counter)) - *sequence) <= (1 << 23)));
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_db.c234 u_int *counter = wg_clientp->db_vrtcntrp; local
240 while (((u_int) (*counter - wg_clientp->db_lastvrtcntr))
253 u_int *counter = wg_clientp->db_vrtcntrp; local
256 ((u_int) (*counter - wg_clientp->db_lastvrtcntr))
326 * where the vertical retrace counter word is.
329 * vertical retrace counter to reflect the exact
330 * location where the counter word exists
341 * the computed address of the vertical retract counter
353 dga_vrt_release(counter)
354 u_int *counter;
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h814 uint32_t counter; member in struct:i915_dri1_state
934 * State variable and reset counter controlling the reset flow
936 * Upper bits are for the reset counter. This counter is used by the
1045 uint32_t counter; member in struct:drm_i915_private

Completed in 37 milliseconds