Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_common.c318 u32 die_bw_0 = 0, die_bw_1 = 0; in sdram_detect_dbw() local
336 die_bw_0 = (col < 9) ? 2 : 1; in sdram_detect_dbw()
338 die_bw_0 = (col < 10) ? 2 : 1; in sdram_detect_dbw()
340 die_bw_0 = (col < 11) ? 2 : 1; in sdram_detect_dbw()
342 die_bw_0 = (col < 12) ? 2 : 1; in sdram_detect_dbw()
347 die_bw_0 = (col < 9) ? 2 : 1; in sdram_detect_dbw()
349 die_bw_0 = (col < 10) ? 2 : 1; in sdram_detect_dbw()
351 die_bw_0 = (col < 11) ? 2 : 1; in sdram_detect_dbw()
353 die_bw_0 = (col < 12) ? 2 : 1; in sdram_detect_dbw()
357 die_bw_0 = 1; in sdram_detect_dbw()
[all …]