Lines Matching refs:a

2073 	fixed20_12 a;  in dce6_dram_bandwidth()  local
2075 a.full = dfixed_const(1000); in dce6_dram_bandwidth()
2077 yclk.full = dfixed_div(yclk, a); in dce6_dram_bandwidth()
2079 a.full = dfixed_const(10); in dce6_dram_bandwidth()
2081 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth()
2093 fixed20_12 a; in dce6_dram_bandwidth_for_display() local
2095 a.full = dfixed_const(1000); in dce6_dram_bandwidth_for_display()
2097 yclk.full = dfixed_div(yclk, a); in dce6_dram_bandwidth_for_display()
2099 a.full = dfixed_const(10); in dce6_dram_bandwidth_for_display()
2101 disp_dram_allocation.full = dfixed_div(disp_dram_allocation, a); in dce6_dram_bandwidth_for_display()
2113 fixed20_12 a; in dce6_data_return_bandwidth() local
2115 a.full = dfixed_const(1000); in dce6_data_return_bandwidth()
2117 sclk.full = dfixed_div(sclk, a); in dce6_data_return_bandwidth()
2118 a.full = dfixed_const(10); in dce6_data_return_bandwidth()
2120 return_efficiency.full = dfixed_div(return_efficiency, a); in dce6_data_return_bandwidth()
2121 a.full = dfixed_const(32); in dce6_data_return_bandwidth()
2122 bandwidth.full = dfixed_mul(a, sclk); in dce6_data_return_bandwidth()
2138 fixed20_12 a, b1, b2; in dce6_dmif_request_bandwidth() local
2141 a.full = dfixed_const(1000); in dce6_dmif_request_bandwidth()
2143 disp_clk.full = dfixed_div(disp_clk, a); in dce6_dmif_request_bandwidth()
2144 a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm) / 2); in dce6_dmif_request_bandwidth()
2145 b1.full = dfixed_mul(a, disp_clk); in dce6_dmif_request_bandwidth()
2147 a.full = dfixed_const(1000); in dce6_dmif_request_bandwidth()
2149 sclk.full = dfixed_div(sclk, a); in dce6_dmif_request_bandwidth()
2150 a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm)); in dce6_dmif_request_bandwidth()
2151 b2.full = dfixed_mul(a, sclk); in dce6_dmif_request_bandwidth()
2153 a.full = dfixed_const(10); in dce6_dmif_request_bandwidth()
2155 disp_clk_request_efficiency.full = dfixed_div(disp_clk_request_efficiency, a); in dce6_dmif_request_bandwidth()
2159 a.full = dfixed_const(min_bandwidth); in dce6_dmif_request_bandwidth()
2160 bandwidth.full = dfixed_mul(a, disp_clk_request_efficiency); in dce6_dmif_request_bandwidth()
2185 fixed20_12 a; in dce6_average_bandwidth() local
2187 a.full = dfixed_const(1000); in dce6_average_bandwidth()
2189 line_time.full = dfixed_div(line_time, a); in dce6_average_bandwidth()
2212 fixed20_12 a, b, c; in dce6_latency_watermark() local
2217 a.full = dfixed_const(2); in dce6_latency_watermark()
2219 if ((wm->vsc.full > a.full) || in dce6_latency_watermark()
2222 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce6_latency_watermark()
2227 a.full = dfixed_const(available_bandwidth); in dce6_latency_watermark()
2229 a.full = dfixed_div(a, b); in dce6_latency_watermark()
2231 tmp = min(dfixed_trunc(a), tmp); in dce6_latency_watermark()
2235 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce6_latency_watermark()
2239 a.full = dfixed_div(a, b); in dce6_latency_watermark()
2240 line_fill_time = dfixed_trunc(a); in dce6_latency_watermark()
2273 fixed20_12 a; in dce6_check_latency_hiding() local
2275 a.full = dfixed_const(1); in dce6_check_latency_hiding()
2276 if (wm->vsc.full > a.full) in dce6_check_latency_hiding()
2307 fixed20_12 a, b, c; in dce6_program_watermarks() local
2401 a.full = dfixed_const(1000); in dce6_program_watermarks()
2403 b.full = dfixed_div(b, a); in dce6_program_watermarks()
2407 c.full = dfixed_div(c, a); in dce6_program_watermarks()
2408 a.full = dfixed_const(16); in dce6_program_watermarks()
2409 c.full = dfixed_div(c, a); in dce6_program_watermarks()
2413 a.full = dfixed_const(1000); in dce6_program_watermarks()
2415 b.full = dfixed_div(b, a); in dce6_program_watermarks()
2419 c.full = dfixed_div(c, a); in dce6_program_watermarks()
2420 a.full = dfixed_const(16); in dce6_program_watermarks()
2421 c.full = dfixed_div(c, a); in dce6_program_watermarks()