Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_common.c348 u32 die_bw_0 = 0, die_bw_1 = 0; in sdram_detect_dbw() local
366 die_bw_0 = (col < 9) ? 2 : 1; in sdram_detect_dbw()
368 die_bw_0 = (col < 10) ? 2 : 1; in sdram_detect_dbw()
370 die_bw_0 = (col < 11) ? 2 : 1; in sdram_detect_dbw()
372 die_bw_0 = (col < 12) ? 2 : 1; in sdram_detect_dbw()
377 die_bw_0 = (col < 9) ? 2 : 1; in sdram_detect_dbw()
379 die_bw_0 = (col < 10) ? 2 : 1; in sdram_detect_dbw()
381 die_bw_0 = (col < 11) ? 2 : 1; in sdram_detect_dbw()
383 die_bw_0 = (col < 12) ? 2 : 1; in sdram_detect_dbw()
387 die_bw_0 = 1; in sdram_detect_dbw()
[all …]