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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Daccel.h171 #define VIA_REG_STATUS 0x400 macro
177 /* VIA_REG_STATUS(0x400): Engine Status */
188 /* VIA_REG_STATUS(0x400): Engine Status for H5 */
194 /* VIA_REG_STATUS(0x400): Engine Status for VT3353/3409 */
H A Daccel.c519 while (!(readl(engine + VIA_REG_STATUS) &
528 while ((readl(engine + VIA_REG_STATUS) & mask) && (loop < MAXLOOP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_dma.c47 #define VIA_REG_STATUS 0x400 macro
51 /* VIA_REG_STATUS(0x400): Engine Status */
471 while (!(VIA_READ(VIA_REG_STATUS) & VIA_VR_QUEUE_BUSY) && --count)
474 while (count && (VIA_READ(VIA_REG_STATUS) &

Completed in 111 milliseconds