Home
last modified time | relevance | path

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

/u-boot/drivers/ram/rockchip/
A Dsdram_common.c242 u32 coltmp, u32 bktmp) in sdram_detect_bank() argument
249 (1ul << (coltmp + bktmp + bw - 1ul))); in sdram_detect_bank()
333 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument
342 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_row()
359 u32 coltmp, u32 bktmp) in sdram_detect_row_3_4() argument
368 (0x3ul << (row + bktmp + coltmp + bw - 1ul - 1ul))); in sdram_detect_row_3_4()
393 u32 row = 0, bktmp, coltmp, bw; in sdram_detect_cs1_row() local
402 bktmp = cap_info->bk + 2; in sdram_detect_cs1_row()
404 bktmp = cap_info->bk + 1; in sdram_detect_cs1_row()
406 bktmp = cap_info->bk; in sdram_detect_cs1_row()
[all …]
A Dsdram_rk3328.c410 u32 bk, bktmp; in dram_detect_cap() local
420 bktmp = 3; in dram_detect_cap()
425 sdram_detect_bank(cap_info, coltmp, bktmp); in dram_detect_cap()
430 bktmp = 4; in dram_detect_cap()
441 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
445 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap()
A Dsdram_px30.c578 u32 bk, bktmp; in dram_detect_cap() local
588 bktmp = 3; in dram_detect_cap()
596 sdram_detect_bank(cap_info, coltmp, bktmp); in dram_detect_cap()
601 bktmp = 4; in dram_detect_cap()
612 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
616 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dsdram_common.h131 u32 coltmp, u32 bktmp);
136 u32 coltmp, u32 bktmp, u32 rowtmp);
138 u32 coltmp, u32 bktmp);

Completed in 11 milliseconds