Lines Matching refs:dram_channels
1928 u32 dram_channels; /* number of dram channels */ member
1947 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth() local
1953 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
1957 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1967 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth_for_display() local
1973 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth_for_display()
1977 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
2154 u32 dram_channels; in evergreen_program_watermarks() local
2173 dram_channels = evergreen_get_number_of_dram_channels(rdev); in evergreen_program_watermarks()
2199 wm_high.dram_channels = dram_channels; in evergreen_program_watermarks()
2226 wm_low.dram_channels = dram_channels; in evergreen_program_watermarks()