Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_px30.c503 u32 rowtmp; in dram_detect_cap() local
513 rowtmp = 15; in dram_detect_cap()
515 rowtmp = 16; in dram_detect_cap()
525 rowtmp = 17; in dram_detect_cap()
535 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.c396 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument
402 for (row = rowtmp; row > 12; row--) { in sdram_detect_row()
H A Dsdram_rv1126.c2720 u32 rowtmp; in dram_detect_cap() local
2735 rowtmp = 15; in dram_detect_cap()
2737 rowtmp = 16; in dram_detect_cap()
2748 rowtmp = 17; in dram_detect_cap()
2755 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h439 u32 coltmp, u32 bktmp, u32 rowtmp);