Home
last modified time | relevance | path

Searched refs:tXP (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/memory/
H A Djedec_ddr_data.c43 .tXP = 7500,
64 .tXP = 7500,
85 .tXP = 7500,
106 .tXP = 7500,
127 .tXP = 2,
H A Djedec_ddr.h156 u32 tXP; member
180 u32 tXP; member
245 u32 tXP; member
274 u32 tXP; member
H A Dof_memory.c44 ret |= of_property_read_u32(np, "tXP-min-tck", &min->tXP); in of_get_min_tck()
76 ret |= of_property_read_u32(np, "tXP", &tim->tXP); in of_do_get_timings()
192 ret |= of_property_read_u32(np, "tXP-min-tck", &min->tXP); in of_lpddr3_get_min_tck()
235 ret |= of_property_read_u32(np, "tXP", &tim->tXP); in of_lpddr3_do_get_timings()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi18 tXP-min-tck = <2>;
34 tXP = <7500>;
56 tXP = <7500>;
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c149 struct dram_sun9i_timing tXP; member
406 const u32 tXP = MAX(para->tXP.ck, PS2CYCLES_ROUNDUP(para->tXP.ps)); in mctl_channel_init() local
536 writel((MCTL_DIV2(tXP) << 16) | (MCTL_DIV2(tRTP) << 8) | in mctl_channel_init()
647 writel((tXS << 0) | (MAX(tXP, tXPDLL) << 10) | in mctl_channel_init()
918 .tXP = { .ck = 3, .ps = 6000 }, in sunxi_dram_init()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml63 tXP-min-tck:
157 tXP-min-tck = <2>;
173 tXP = <7500>;
194 tXP = <7500>;
H A Djedec,lpddr2-timings.yaml87 tXP:
131 tXP = <7500>;
H A Djedec,lpddr3.yaml161 tXP-min-tck:
217 tXP-min-tck = <2>;
240 tXP = <3750>;
H A Djedec,lpddr3-timings.yaml114 tXP:
154 tXP = <3750>;
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c62 .tXP = 2,
H A Dsdram.c643 .tXP = 2,
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c85 .tXP = 2,
H A Dsdram_elpida.c267 .tXP = 2,
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.cfg79 /* tRFC=0x89+1,tXS=0x8e+1,tXP=3+1,tXPDLL=0xc+1,tFAW=0x17+1,tCL=0x4+3 */
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1148 val = dmc->timings->tXP / clk_period_ps; in create_timings_aligned()
1149 val += dmc->timings->tXP % clk_period_ps ? 1 : 0; in create_timings_aligned()
1150 val = max(val, dmc->min_tck->tXP); in create_timings_aligned()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi358 tXP-min-tck = <2>;
381 tXP = <3750>;
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1177 u32 tXP; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c734 val = max(min_tck->tXP, ns_x2_2_cycles(timings->tXPx2)) - 1; in get_sdram_tim_2_reg()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3422 uint8_t tXP; member