Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_px30.c502 u32 rowtmp; in dram_detect_cap() local
512 rowtmp = 15; in dram_detect_cap()
514 rowtmp = 16; in dram_detect_cap()
524 rowtmp = 17; in dram_detect_cap()
534 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
H A Dsdram_rk3328.c418 u32 rowtmp; in dram_detect_cap() local
427 rowtmp = 16; in dram_detect_cap()
437 rowtmp = 17; in dram_detect_cap()
447 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
H A Dsdram_common.c366 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument
372 for (row = rowtmp; row > 12; row--) { in sdram_detect_row()
H A Dsdram_rv1126.c2644 u32 rowtmp; in dram_detect_cap() local
2659 rowtmp = 15; in dram_detect_cap()
2661 rowtmp = 16; in dram_detect_cap()
2672 rowtmp = 17; in dram_detect_cap()
2679 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h435 u32 coltmp, u32 bktmp, u32 rowtmp);