Searched refs:rowtmp (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/ram/rockchip/ |
D | sdram_px30.c | 569 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()
|
D | sdram_rk3328.c | 414 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()
|
D | sdram_common.c | 320 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/ |
D | sdram_common.h | 151 u32 coltmp, u32 bktmp, u32 rowtmp);
|