Lines Matching defs:dram_channels
2034 u32 dram_channels; /* number of dram channels */
2053 fixed20_12 yclk, dram_channels, bandwidth;
2059 dram_channels.full = dfixed_const(wm->dram_channels * 4);
2063 bandwidth.full = dfixed_mul(dram_channels, yclk);
2073 fixed20_12 yclk, dram_channels, bandwidth;
2079 dram_channels.full = dfixed_const(wm->dram_channels * 4);
2083 bandwidth.full = dfixed_mul(dram_channels, yclk);
2280 u32 dram_channels;
2300 dram_channels = evergreen_get_number_of_dram_channels(rdev);
2302 dram_channels = si_get_number_of_dram_channels(rdev);
2328 wm_high.dram_channels = dram_channels;
2355 wm_low.dram_channels = dram_channels;