HomeSort by: relevance | last modified time | path
    Searched defs:gb_pipe_select (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r520.c 59 unsigned pipe_select_current, gb_pipe_select, tmp; local in function:r520_gpu_init
66 * GB_PIPE_SELECT 0x402C
87 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
91 (((gb_pipe_select >> 8) & 0xF) << 4);
radeon_r420.c 98 unsigned gb_pipe_select; local in function:r420_pipes_init
109 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
110 num_pipes = ((gb_pipe_select >> 12) & 3) + 1;
496 seq_printf(m, "GB_PIPE_SELECT 0x%08x\n", tmp);
radeon_rv515.c 164 unsigned pipe_select_current, gb_pipe_select, tmp; local in function:rv515_gpu_init
171 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT);
175 (((gb_pipe_select >> 8) & 0xF) << 4);
250 tmp = RREG32(GB_PIPE_SELECT);
251 seq_printf(m, "GB_PIPE_SELECT 0x%08x\n", tmp);

Completed in 14 milliseconds