Home
last modified time | relevance | path

Searched refs:die_bw_0 (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/ram/rockchip/
Dsdram_common.c277 u32 die_bw_0 = 0, die_bw_1 = 0; in sdram_detect_dbw() local
290 die_bw_0 = (col < 9) ? 2 : 1; in sdram_detect_dbw()
292 die_bw_0 = (col < 10) ? 2 : 1; in sdram_detect_dbw()
294 die_bw_0 = (col < 11) ? 2 : 1; in sdram_detect_dbw()
296 die_bw_0 = (col < 12) ? 2 : 1; in sdram_detect_dbw()
301 die_bw_0 = (col < 9) ? 2 : 1; in sdram_detect_dbw()
303 die_bw_0 = (col < 10) ? 2 : 1; in sdram_detect_dbw()
305 die_bw_0 = (col < 11) ? 2 : 1; in sdram_detect_dbw()
307 die_bw_0 = (col < 12) ? 2 : 1; in sdram_detect_dbw()
311 die_bw_0 = 1; in sdram_detect_dbw()
[all …]