Lines Matching refs:dram_channels
2058 u32 dram_channels; /* number of dram channels */
2077 fixed20_12 yclk, dram_channels, bandwidth;
2083 dram_channels.full = dfixed_const(wm->dram_channels * 4);
2087 bandwidth.full = dfixed_mul(dram_channels, yclk);
2097 fixed20_12 yclk, dram_channels, bandwidth;
2103 dram_channels.full = dfixed_const(wm->dram_channels * 4);
2107 bandwidth.full = dfixed_mul(dram_channels, yclk);
2304 u32 dram_channels;
2324 dram_channels = evergreen_get_number_of_dram_channels(rdev);
2326 dram_channels = si_get_number_of_dram_channels(rdev);
2352 wm_high.dram_channels = dram_channels;
2379 wm_low.dram_channels = dram_channels;