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

/linux-master/drivers/gpu/drm/radeon/
H A Dr520.c54 unsigned pipe_select_current, gb_pipe_select, tmp; local
82 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
86 (((gb_pipe_select >> 8) & 0xF) << 4);
H A Dr420.c92 unsigned gb_pipe_select; local
103 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
104 num_pipes = ((gb_pipe_select >> 12) & 3) + 1;
H A Drv515.c142 unsigned pipe_select_current, gb_pipe_select, tmp; local
149 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
153 (((gb_pipe_select >> 8) & 0xF) << 4);

Completed in 277 milliseconds