Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Dintel_decode.c160 int cc_shift = 0; in decode_MI_WAIT_FOR_EVENT() local
164 cc_shift = 9; in decode_MI_WAIT_FOR_EVENT()
166 cc_shift = 16; in decode_MI_WAIT_FOR_EVENT()
168 switch ((data >> cc_shift) & 0x1f) { in decode_MI_WAIT_FOR_EVENT()