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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 471 u32 *d2mode_priority_a_cnt)
477 *d2mode_priority_a_cnt = S_006548_D1MODE_PRIORITY_A_OFF(1);
527 *d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
530 *d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
583 *d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
585 *d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
597 u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; local in function:rs690_bandwidth_update
644 &d1mode_priority_a_cnt, &d2mode_priority_a_cnt);
652 WREG32(R_006D48_D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
radeon_rv515.c 1122 u32 *d2mode_priority_a_cnt)
1128 *d2mode_priority_a_cnt = MODE_PRIORITY_OFF;
1178 *d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1181 *d2mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1234 *d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1236 *d2mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1248 u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; local in function:rv515_bandwidth_avivo_update
1269 &d1mode_priority_a_cnt, &d2mode_priority_a_cnt);
1277 WREG32(D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
    [all...]
radeon_rs600.c 934 u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; local in function:rs600_bandwidth_update
951 d2mode_priority_a_cnt = RREG32(R_006D48_D2MODE_PRIORITY_A_CNT);
953 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
956 WREG32(R_006D48_D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
957 WREG32(R_006D4C_D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);

Completed in 15 milliseconds