Lines Matching full:busy
165 /* Command Regulator is busy */
167 /* 2D Engine is busy */
169 /* 3D Engine is busy */
171 /* Virtual Queue is busy */
175 #define VIA_CMD_RGTR_BUSY_H5 0x00000010 /* Command Regulator is busy */
176 #define VIA_2D_ENG_BUSY_H5 0x00000002 /* 2D Engine is busy */
177 #define VIA_3D_ENG_BUSY_H5 0x00001FE1 /* 3D Engine is busy */
178 #define VIA_VR_QUEUE_BUSY_H5 0x00000004 /* Virtual Queue is busy */
181 #define VIA_CMD_RGTR_BUSY_M1 0x00000010 /* Command Regulator is busy */
182 #define VIA_2D_ENG_BUSY_M1 0x00000002 /* 2D Engine is busy */
183 #define VIA_3D_ENG_BUSY_M1 0x00001FE1 /* 3D Engine is busy */
184 #define VIA_VR_QUEUE_BUSY_M1 0x00000004 /* Virtual Queue is busy */