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

/freebsd-11-stable/sys/dev/drm/
H A Dvia_dma.c50 #define VIA_REG_STATUS 0x400 macro
54 /* VIA_REG_STATUS(0x400): Engine Status */
494 while (!(VIA_READ(VIA_REG_STATUS) & VIA_VR_QUEUE_BUSY) && --count)
497 while (count && (VIA_READ(VIA_REG_STATUS) &

Completed in 110 milliseconds