Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c2271 u32 bk_tmp; in dram_detect_cap() local
2316 dram_set_max_bank(chan, bw, &bk_tmp, &col_tmp); in dram_detect_cap()
2317 sdram_detect_bank(cap_info, col_tmp, bk_tmp); in dram_detect_cap()
2320 dram_set_max_row(chan, bw, &row_tmp, &bk_tmp, &col_tmp); in dram_detect_cap()
2321 if (sdram_detect_row(cap_info, col_tmp, bk_tmp, row_tmp) != 0) in dram_detect_cap()
2325 sdram_detect_row_3_4(cap_info, col_tmp, bk_tmp); in dram_detect_cap()