Lines Matching refs:dram_channels
1934 u32 dram_channels; /* number of dram channels */ member
1953 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth() local
1959 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
1963 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1973 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth_for_display() local
1979 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth_for_display()
1983 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
2160 u32 dram_channels; in evergreen_program_watermarks() local
2179 dram_channels = evergreen_get_number_of_dram_channels(rdev); in evergreen_program_watermarks()
2205 wm_high.dram_channels = dram_channels; in evergreen_program_watermarks()
2232 wm_low.dram_channels = dram_channels; in evergreen_program_watermarks()