Lines Matching refs:dfixed_mul

131 	rdev->pm.k8_bandwidth.full = dfixed_mul(rdev->pm.igp_system_mclk, tmp);  in rs690_pm_info()
136 rdev->pm.ht_bandwidth.full = dfixed_mul(rdev->pm.igp_ht_link_clk, in rs690_pm_info()
147 rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info()
254 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rs690_crtc_bandwidth_compute()
276 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
293 line_time.full = dfixed_mul(a, pclk); in rs690_crtc_bandwidth_compute()
302 wm->active_time.full = dfixed_mul(line_time, b); in rs690_crtc_bandwidth_compute()
315 read_delay_latency.full = dfixed_mul(read_delay_latency, a); in rs690_crtc_bandwidth_compute()
328 rdev->pm.sclk.full = dfixed_mul(rdev->pm.max_bandwidth, a); in rs690_crtc_bandwidth_compute()
337 chunk_time.full = dfixed_mul(rdev->pm.sclk, a); in rs690_crtc_bandwidth_compute()
351 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute()
355 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute()
374 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rs690_crtc_bandwidth_compute()
451 a.full = dfixed_mul(wm0.dbpp, wm0.num_line_pair); in rs690_bandwidth_update()
455 b.full = dfixed_mul(wm1.dbpp, wm1.num_line_pair); in rs690_bandwidth_update()
462 b.full = dfixed_mul(b, wm0.active_time); in rs690_bandwidth_update()
463 a.full = dfixed_mul(wm0.worst_case_latency, in rs690_bandwidth_update()
469 a.full = dfixed_mul(wm0.worst_case_latency, in rs690_bandwidth_update()
476 b.full = dfixed_mul(b, wm1.active_time); in rs690_bandwidth_update()
477 a.full = dfixed_mul(wm1.worst_case_latency, in rs690_bandwidth_update()
483 a.full = dfixed_mul(wm1.worst_case_latency, in rs690_bandwidth_update()
504 a.full = dfixed_mul(wm0.dbpp, wm0.num_line_pair); in rs690_bandwidth_update()
510 b.full = dfixed_mul(b, wm0.active_time); in rs690_bandwidth_update()
511 a.full = dfixed_mul(wm0.worst_case_latency, in rs690_bandwidth_update()
517 a.full = dfixed_mul(wm0.worst_case_latency, in rs690_bandwidth_update()
531 a.full = dfixed_mul(wm1.dbpp, wm1.num_line_pair); in rs690_bandwidth_update()
537 b.full = dfixed_mul(b, wm1.active_time); in rs690_bandwidth_update()
538 a.full = dfixed_mul(wm1.worst_case_latency, in rs690_bandwidth_update()
544 a.full = dfixed_mul(wm1.worst_case_latency, in rs690_bandwidth_update()