Lines Matching defs:info
2114 u32 command, size, info;
2122 info = radeon_get_ib_value(p, idx+1);
2123 if ((((info & 0x60000000) >> 29) != 0) || /* src = GDS or DATA */
2124 (((info & 0x00300000) >> 20) != 0) || /* dst = GDS */
2125 ((((info & 0x00300000) >> 20) == 0) &&
2127 ((((info & 0x60000000) >> 29) == 0) &&
2138 if (((info & 0x60000000) >> 29) != 1) {
2148 if (((info & 0x60000000) >> 29) == 0) {
2168 } else if (((info & 0x60000000) >> 29) != 2) {
2176 if (((info & 0x00300000) >> 20) != 1) {
2186 if (((info & 0x00300000) >> 20) == 0) {
3354 u32 command, info;
3438 info = ib[idx + 1];
3439 if ((((info & 0x60000000) >> 29) != 0) || /* src = GDS or DATA */
3440 (((info & 0x00300000) >> 20) != 0) || /* dst = GDS */
3441 ((((info & 0x00300000) >> 20) == 0) &&
3443 ((((info & 0x60000000) >> 29) == 0) &&
3453 if (((info & 0x60000000) >> 29) == 0) {
3474 if (((info & 0x00300000) >> 20) == 0) {