Searched refs:tRTP (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 124 struct dram_sun9i_timing tRTP; member 387 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() local 539 writel((MCTL_DIV2(tXP) << 16) | (MCTL_DIV2(tRTP) << 8) | in mctl_channel_init() 645 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init() 897 .tRTP = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | emif.c | 64 .tRTP = 2,
|
| H A D | sdram.c | 641 .tRTP = 2,
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/ |
| H A D | emif.c | 87 .tRTP = 2,
|
| H A D | sdram_elpida.c | 269 .tRTP = 2,
|
| /rk3399_rockchip-uboot/board/buffalo/lsxl/ |
| H A D | kwbimage-lschl.cfg | 65 # bit31-28: 3, 4 cyle tRTP
|
| H A D | kwbimage-lsxhl.cfg | 65 # bit31-28: 2, 3 cyle tRTP
|
| /rk3399_rockchip-uboot/board/d-link/dns325/ |
| H A D | kwbimage.cfg | 62 # bit31-28: 2, 3 cyle tRTP
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | emif.h | 1133 u32 tRTP; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 637 val = max(min_tck->tRTP, ns_x2_2_cycles(timings->tRTPx2)) - 1; in get_sdram_tim_2_reg()
|