Searched refs:gb_pipe_select (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr520.c58 unsigned pipe_select_current, gb_pipe_select, tmp; local
86 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
90 (((gb_pipe_select >> 8) & 0xF) << 4);
H A Dr420.c89 unsigned gb_pipe_select; local
101 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
102 num_pipes = ((gb_pipe_select >> 12) & 3) + 1;
H A Drv515.c158 unsigned pipe_select_current, gb_pipe_select, tmp; local
166 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
170 (((gb_pipe_select >> 8) & 0xF) << 4);

Completed in 114 milliseconds