Home
last modified time | relevance | path

Searched refs:sel_dw (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_debug.c349 uint32_t sel_dw = ac_ib_get(ib); in ac_parse_packet3() local
350 print_named_value(f, "DST_SEL", (sel_dw >> 16) & 0x3, 2); in ac_parse_packet3()
351 print_named_value(f, "INT_SEL", (sel_dw >> 24) & 0x7, 3); in ac_parse_packet3()
352 print_named_value(f, "DATA_SEL", sel_dw >> 29, 3); in ac_parse_packet3()