Searched refs:coltmp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_common.c | 244 u32 coltmp) in sdram_detect_col() argument 250 for (col = coltmp; col >= 9; col -= 1) { in sdram_detect_col() 270 u32 coltmp, u32 bktmp) in sdram_detect_bank() argument 277 (1ul << (coltmp + bktmp + bw - 1ul))); in sdram_detect_bank() 293 u32 coltmp) in sdram_detect_bg() argument 300 (1ul << (coltmp + bw + 1ul))); in sdram_detect_bg() 366 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument 375 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_row() 392 u32 coltmp, u32 bktmp) in sdram_detect_row_3_4() argument 401 (0x3ul << (row + bktmp + coltmp + bw - 1ul - 1ul))); in sdram_detect_row_3_4() [all …]
|
| H A D | sdram_rk3328.c | 417 u32 col, coltmp; in dram_detect_cap() local 425 coltmp = 12; in dram_detect_cap() 429 if (sdram_detect_col(cap_info, coltmp) != 0) in dram_detect_cap() 431 sdram_detect_bank(cap_info, coltmp, bktmp); in dram_detect_cap() 435 coltmp = 10; in dram_detect_cap() 443 sdram_detect_bg(cap_info, coltmp); in dram_detect_cap() 447 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap() 451 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap()
|
| H A D | sdram_px30.c | 501 u32 col, coltmp; in dram_detect_cap() local 509 coltmp = 12; in dram_detect_cap() 516 if (sdram_detect_col(cap_info, coltmp) != 0) in dram_detect_cap() 518 sdram_detect_bank(cap_info, coltmp, bktmp); in dram_detect_cap() 522 coltmp = 10; in dram_detect_cap() 530 sdram_detect_bg(cap_info, coltmp); in dram_detect_cap() 534 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap() 538 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap()
|
| H A D | sdram_rv1126.c | 2643 u32 coltmp; in dram_detect_cap() local 2654 coltmp = 11; in dram_detect_cap() 2656 coltmp = 12; in dram_detect_cap() 2663 if (sdram_detect_col(cap_info, coltmp) != 0) in dram_detect_cap() 2666 sdram_detect_bank(cap_info, coltmp, bktmp); in dram_detect_cap() 2670 coltmp = 10; in dram_detect_cap() 2676 sdram_detect_bg(cap_info, coltmp); in dram_detect_cap() 2679 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap() 2682 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap() 2769 u32 row, bktmp, coltmp, bw; in dram_detect_cs1_row() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_common.h | 428 u32 coltmp); 430 u32 coltmp, u32 bktmp); 432 u32 coltmp); 435 u32 coltmp, u32 bktmp, u32 rowtmp); 437 u32 coltmp, u32 bktmp);
|