Lines Matching refs:dram_channels
2026 u32 dram_channels; /* number of dram channels */ member
2045 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth() local
2051 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
2055 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
2065 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth_for_display() local
2071 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth_for_display()
2075 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
2258 u32 dram_channels; in evergreen_program_watermarks() local
2274 dram_channels = evergreen_get_number_of_dram_channels(rdev); in evergreen_program_watermarks()
2300 wm_high.dram_channels = dram_channels; in evergreen_program_watermarks()
2327 wm_low.dram_channels = dram_channels; in evergreen_program_watermarks()