Home
last modified time | relevance | path

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

/external/u-boot/drivers/ram/rockchip/
Dsdram_px30.c569 u32 rowtmp; in dram_detect_cap() local
579 rowtmp = 15; in dram_detect_cap()
581 rowtmp = 16; in dram_detect_cap()
591 rowtmp = 17; in dram_detect_cap()
601 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
Dsdram_rk3328.c414 u32 rowtmp; in dram_detect_cap() local
423 rowtmp = 16; in dram_detect_cap()
433 rowtmp = 17; in dram_detect_cap()
443 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap()
Dsdram_common.c320 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument
326 for (row = rowtmp; row > 12; row--) { in sdram_detect_row()
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dsdram_common.h151 u32 coltmp, u32 bktmp, u32 rowtmp);