/openbmc/linux/drivers/memory/ |
H A D | jedec_ddr_data.c | 43 .tXP = 7500, 64 .tXP = 7500, 85 .tXP = 7500, 106 .tXP = 7500, 127 .tXP = 2,
|
H A D | jedec_ddr.h | 156 u32 tXP; member 180 u32 tXP; member 245 u32 tXP; member 274 u32 tXP; member
|
H A D | of_memory.c | 44 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 D | elpida_ecb240abacn.dtsi | 18 tXP-min-tck = <2>; 34 tXP = <7500>; 56 tXP = <7500>;
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun9i.c | 149 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 D | jedec,lpddr2.yaml | 63 tXP-min-tck: 157 tXP-min-tck = <2>; 173 tXP = <7500>; 194 tXP = <7500>;
|
H A D | jedec,lpddr2-timings.yaml | 87 tXP: 131 tXP = <7500>;
|
H A D | jedec,lpddr3.yaml | 161 tXP-min-tck: 217 tXP-min-tck = <2>; 240 tXP = <3750>;
|
H A D | jedec,lpddr3-timings.yaml | 114 tXP: 154 tXP = <3750>;
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | emif.c | 62 .tXP = 2,
|
H A D | sdram.c | 643 .tXP = 2,
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | emif.c | 85 .tXP = 2,
|
H A D | sdram_elpida.c | 267 .tXP = 2,
|
/openbmc/u-boot/board/tbs/tbs2910/ |
H A D | tbs2910.cfg | 79 /* 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 D | exynos5422-dmc.c | 1148 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 D | exynos5422-odroid-core.dtsi | 358 tXP-min-tck = <2>; 381 tXP = <3750>;
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | emif.h | 1177 u32 tXP; member
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 734 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 D | atomfirmware.h | 3422 uint8_t tXP; member
|