Lines Matching refs:dram_channels
2053 u32 dram_channels; /* number of dram channels */
2072 fixed20_12 yclk, dram_channels, bandwidth;
2078 dram_channels.full = dfixed_const(wm->dram_channels * 4);
2082 bandwidth.full = dfixed_mul(dram_channels, yclk);
2092 fixed20_12 yclk, dram_channels, bandwidth;
2098 dram_channels.full = dfixed_const(wm->dram_channels * 4);
2102 bandwidth.full = dfixed_mul(dram_channels, yclk);
2299 u32 dram_channels;
2319 dram_channels = evergreen_get_number_of_dram_channels(rdev);
2321 dram_channels = si_get_number_of_dram_channels(rdev);
2347 wm_high.dram_channels = dram_channels;
2374 wm_low.dram_channels = dram_channels;