Searched refs:sel_dw (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_debug.c | 327 uint32_t sel_dw = ac_ib_get(ib); local in function:ac_parse_packet3 328 print_named_value(f, "DST_SEL", (sel_dw >> 16) & 0x3, 2); 329 print_named_value(f, "INT_SEL", (sel_dw >> 24) & 0x7, 3); 330 print_named_value(f, "DATA_SEL", sel_dw >> 29, 3);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_debug.c | 365 uint32_t sel_dw = ac_ib_get(ib); local in function:ac_parse_packet3 366 print_named_value(f, "DST_SEL", (sel_dw >> 16) & 0x3, 2); 367 print_named_value(f, "INT_SEL", (sel_dw >> 24) & 0x7, 3); 368 print_named_value(f, "DATA_SEL", sel_dw >> 29, 3);
|
Completed in 4 milliseconds