Searched refs:rowtmp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_px30.c | 502 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 D | sdram_rk3328.c | 418 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 D | sdram_common.c | 366 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument 372 for (row = rowtmp; row > 12; row--) { in sdram_detect_row()
|
| H A D | sdram_rv1126.c | 2644 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 D | sdram_common.h | 435 u32 coltmp, u32 bktmp, u32 rowtmp);
|