Searched refs:tCKE (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/ |
| H A D | emif.c | 37 .tCKE = 3, 61 .tCKE = 3, 88 .tCKE = 3,
|
| H A D | sdram_elpida.c | 204 .tCKE = 3, 227 .tCKE = 3, 250 .tCKE = 3, 270 .tCKE = 3,
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | emif.c | 38 .tCKE = 3, 65 .tCKE = 3,
|
| H A D | sdram.c | 622 .tCKE = 3, 642 .tCKE = 3,
|
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 154 struct dram_sun9i_timing tCKE; member 412 const u32 tCKE = MAX(para->tCKE.ck, PS2CYCLES_ROUNDUP(para->tCKE.ps)); in mctl_channel_init() local 422 const u32 tCKESR = tCKE + 1; in mctl_channel_init() 555 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0), in mctl_channel_init() 651 (tCKE << 15) | (tDLLK << 19) | in mctl_channel_init() 923 .tCKE = { .ck = 3, .ps = 5000 }, in sunxi_dram_init()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | emif.h | 1107 u8 tCKE; member 1134 u8 tCKE; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 634 val = max(min_tck->tCKE, timings->tCKE) - 1; in get_sdram_tim_2_reg()
|