Searched refs:coltmp (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_common.c | 257 u32 coltmp) in sdram_detect_col() argument 263 for (col = coltmp; col >= 9; col -= 1) { in sdram_detect_col() 283 u32 coltmp, u32 bktmp) in sdram_detect_bank() argument 293 (1ul << (coltmp + bktmp + bw - 1ul))); in sdram_detect_bank() 315 u32 coltmp) in sdram_detect_bg() argument 325 (1ul << (coltmp + bw + 1ul))); in sdram_detect_bg() 396 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument 405 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_row() 422 u32 coltmp, u32 bktmp) in sdram_detect_row_3_4() argument 431 (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, dram->pctl, coltmp, bktmp); in dram_detect_cap() 435 coltmp = 10; in dram_detect_cap() 443 sdram_detect_bg(cap_info, dram->pctl, 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 | 502 u32 col, coltmp; in dram_detect_cap() local 510 coltmp = 12; in dram_detect_cap() 517 if (sdram_detect_col(cap_info, coltmp) != 0) in dram_detect_cap() 519 sdram_detect_bank(cap_info, pctl_base, coltmp, bktmp); in dram_detect_cap() 523 coltmp = 10; in dram_detect_cap() 531 sdram_detect_bg(cap_info, pctl_base, coltmp); in dram_detect_cap() 535 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap() 539 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap()
|
| H A D | sdram_rv1126.c | 2719 u32 coltmp; in dram_detect_cap() local 2730 coltmp = 11; in dram_detect_cap() 2732 coltmp = 12; in dram_detect_cap() 2739 if (sdram_detect_col(cap_info, coltmp) != 0) in dram_detect_cap() 2742 sdram_detect_bank(cap_info, pctl_base, coltmp, bktmp); in dram_detect_cap() 2746 coltmp = 10; in dram_detect_cap() 2752 sdram_detect_bg(cap_info, pctl_base, coltmp); in dram_detect_cap() 2755 if (sdram_detect_row(cap_info, coltmp, bktmp, rowtmp) != 0) in dram_detect_cap() 2758 sdram_detect_row_3_4(cap_info, coltmp, bktmp); in dram_detect_cap() 2843 u32 row, bktmp, coltmp, bw; in dram_detect_cs1_row() local [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_common.h | 432 u32 coltmp); 434 u32 coltmp, u32 bktmp); 436 u32 coltmp); 439 u32 coltmp, u32 bktmp, u32 rowtmp); 441 u32 coltmp, u32 bktmp);
|