Home
last modified time | relevance | path

Searched refs:tCKE (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c36 .tCKE = 3,
60 .tCKE = 3,
87 .tCKE = 3,
H A Dsdram_elpida.c203 .tCKE = 3,
226 .tCKE = 3,
249 .tCKE = 3,
269 .tCKE = 3,
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c37 .tCKE = 3,
64 .tCKE = 3,
H A Dsdram.c625 .tCKE = 3,
645 .tCKE = 3,
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c151 struct dram_sun9i_timing tCKE; member
409 const u32 tCKE = MAX(para->tCKE.ck, PS2CYCLES_ROUNDUP(para->tCKE.ps)); in mctl_channel_init() local
419 const u32 tCKESR = tCKE + 1; in mctl_channel_init()
552 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0), in mctl_channel_init()
648 (tCKE << 15) | (tDLLK << 19) | in mctl_channel_init()
920 .tCKE = { .ck = 3, .ps = 5000 }, in sunxi_dram_init()
/openbmc/linux/drivers/memory/
H A Djedec_ddr.h182 u32 tCKE; member
246 u32 tCKE; member
275 u32 tCKE; member
H A Dof_memory.c46 ret |= of_property_read_u32(np, "tCKE-min-tck", &min->tCKE); in of_get_min_tck()
193 ret |= of_property_read_u32(np, "tCKE-min-tck", &min->tCKE); in of_lpddr3_get_min_tck()
236 ret |= of_property_read_u32(np, "tCKE", &tim->tCKE); in of_lpddr3_do_get_timings()
H A Djedec_ddr_data.c129 .tCKE = 3,
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi20 tCKE-min-tck = <3>;
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.cfg109 /* tCKE=2+1,tCKSRX=6,tCKSE=6, active power down after 256 cycles (setting 5) */
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1152 u8 tCKE; member
1179 u8 tCKE; member
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1154 val = dmc->timings->tCKE / clk_period_ps; in create_timings_aligned()
1155 val += dmc->timings->tCKE % clk_period_ps ? 1 : 0; in create_timings_aligned()
1156 val = max(val, dmc->min_tck->tCKE); in create_timings_aligned()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi359 tCKE-min-tck = <2>;
382 tCKE = <3750>;
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c720 val = max(min_tck->tCKE, timings->tCKE) - 1; in get_sdram_tim_2_reg()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3406 uint8_t tCKE; member