Searched refs:burst_time (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/net/sched/
H A Dsch_pie.c53 psched_time_t burst_time; member in struct:pie_vars
95 vars->burst_time = PSCHED_NS2TICKS(100 * NSEC_PER_MSEC); pie_vars_init()
106 if (q->vars.burst_time > 0) drop_early()
301 if (q->vars.burst_time > 0) { pie_process_dequeue()
302 if (q->vars.burst_time > dtime) pie_process_dequeue()
303 q->vars.burst_time -= dtime; pie_process_dequeue()
305 q->vars.burst_time = 0; pie_process_dequeue()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dcypress_dpm.c909 u32 burst_time; cypress_calculate_burst_time() local
912 burst_time = 0; cypress_calculate_burst_time()
914 burst_time = result - 4; cypress_calculate_burst_time()
916 burst_time = result / 2 ; cypress_calculate_burst_time()
917 if (burst_time > 18) cypress_calculate_burst_time()
918 burst_time = 18; cypress_calculate_burst_time()
921 return burst_time; cypress_calculate_burst_time()
H A Dni_dpm.c1509 u32 burst_time; ni_copy_and_switch_arb_sets() local
1516 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT; ni_copy_and_switch_arb_sets()
1521 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE1_MASK) >> STATE1_SHIFT; ni_copy_and_switch_arb_sets()
1526 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE2_MASK) >> STATE2_SHIFT; ni_copy_and_switch_arb_sets()
1531 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE3_MASK) >> STATE3_SHIFT; ni_copy_and_switch_arb_sets()
1541 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); ni_copy_and_switch_arb_sets()
1546 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); ni_copy_and_switch_arb_sets()
1551 WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK); ni_copy_and_switch_arb_sets()
1556 WREG32_P(MC_ARB_BURST_TIME, STATE3(burst_time), ~STATE3_MASK); ni_copy_and_switch_arb_sets()
H A Dci_dpm.c2499 u32 burst_time; ci_populate_memory_timing_parameters() local
2505 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; ci_populate_memory_timing_parameters()
2511 arb_regs->McArbBurstTime = (u8)burst_time; ci_populate_memory_timing_parameters()
H A Dsi_dpm.c4311 u32 burst_time; si_populate_memory_timing_parameters() local
4322 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; si_populate_memory_timing_parameters()
4326 arb_regs->mc_arb_burst_time = (u8)burst_time; si_populate_memory_timing_parameters()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Dci_dpm.c199 u32 burst_time; ci_copy_and_switch_arb_sets() local
206 burst_time = (RREG32(mmMC_ARB_BURST_TIME) & MC_ARB_BURST_TIME__STATE0_MASK) >> ci_copy_and_switch_arb_sets()
212 burst_time = (RREG32(mmMC_ARB_BURST_TIME) & MC_ARB_BURST_TIME__STATE1_MASK) >> ci_copy_and_switch_arb_sets()
223 WREG32_P(mmMC_ARB_BURST_TIME, (burst_time << MC_ARB_BURST_TIME__STATE0__SHIFT), ci_copy_and_switch_arb_sets()
229 WREG32_P(mmMC_ARB_BURST_TIME, (burst_time << MC_ARB_BURST_TIME__STATE1__SHIFT), ci_copy_and_switch_arb_sets()
2629 u32 burst_time; ci_populate_memory_timing_parameters() local
2635 burst_time = RREG32(mmMC_ARB_BURST_TIME) & MC_ARB_BURST_TIME__STATE0_MASK; ci_populate_memory_timing_parameters()
2641 arb_regs->McArbBurstTime = (u8)burst_time; ci_populate_memory_timing_parameters()

Completed in 294 milliseconds