Searched refs:dram_efficiency (Results 1 – 3 of 3) sorted by relevance
1999 fixed20_12 dram_efficiency; /* 0.7 */ in evergreen_dram_bandwidth() local2008 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth()2009 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth()2011 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
2016 fixed20_12 dram_efficiency; /* 0.7 */ in dce6_dram_bandwidth() local2025 dram_efficiency.full = dfixed_const(7); in dce6_dram_bandwidth()2026 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth()2028 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth()
9198 fixed20_12 dram_efficiency; /* 0.7 */ in dce8_dram_bandwidth() local9207 dram_efficiency.full = dfixed_const(7); in dce8_dram_bandwidth()9208 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce8_dram_bandwidth()9210 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth()