Searched refs:hw_w (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/savage/
H A Dsavage_bci.c963 unsigned int event_w, hw_w; local
972 hw_w = dev_priv->event_wrap;
974 hw_w--; /* hardware hasn't passed the last wrap yet */
983 if (event_w < hw_w || (event_w == hw_w && event_e <= hw_e))

Completed in 101 milliseconds