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

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Drs690.c408 u32 d1mode_priority_a_cnt = S_006548_D1MODE_PRIORITY_A_OFF(1); local
496 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
499 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1);
526 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
528 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1);
558 WREG32(R_006548_D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
559 WREG32(R_00654C_D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);
H A Drv515.c1031 u32 d1mode_priority_a_cnt = MODE_PRIORITY_OFF; local
1096 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
1099 d1mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1126 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
1128 d1mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1158 WREG32(D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
1159 WREG32(D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);
H A Drs600.c791 u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; local
804 d1mode_priority_a_cnt = RREG32(R_006548_D1MODE_PRIORITY_A_CNT);
806 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1);
808 WREG32(R_006548_D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
809 WREG32(R_00654C_D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);

Completed in 95 milliseconds