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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c402 u32 d2mode_priority_a_cnt = S_006548_D1MODE_PRIORITY_A_OFF(1); local
494 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
497 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
554 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
556 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
561 WREG32(R_006D48_D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
562 WREG32(R_006D4C_D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);
H A Drv515.c931 u32 d2mode_priority_a_cnt = MODE_PRIORITY_OFF; local
1000 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1003 d2mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1060 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1062 d2mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1067 WREG32(D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
1068 WREG32(D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);
H A Drs600.c699 u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; local
712 d2mode_priority_a_cnt = RREG32(R_006D48_D2MODE_PRIORITY_A_CNT);
714 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
717 WREG32(R_006D48_D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
718 WREG32(R_006D4C_D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);

Completed in 60 milliseconds