Home
last modified time | relevance | path

Searched refs:txpdll (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-vf610/
H A Dddrmc-vf610.h43 u8 txpdll; member
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram.h65 u32 txpdll; member
H A Dsdram_rk3036.h62 u32 txpdll; member
259 u32 txpdll; member
H A Dsdram_rk322x.h98 u32 txpdll; member
224 u32 txpdll; member
H A Dddr_rk3368.h66 u32 txpdll; member
H A Dddr_rk3288.h61 u32 txpdll; member
/openbmc/u-boot/board/phytec/pcm052/
H A Dpcm052.c239 .txpdll = 10, in dram_init()
294 .txpdll = 10, in dram_init()
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c1228 u8 tcke, tcksrx, tcksre, txpdll, taofpd, taonpd, trrd; in mx6_ddr3_cfg() local
1327 txpdll = DIV_ROUND_UP(max(10 * clkper, 24000), clkper) - 1; in mx6_ddr3_cfg()
1358 debug("txpdll=%d\n", txpdll); in mx6_ddr3_cfg()
1433 (txpdll << 9) | (tfaw << 4) | tcl; in mx6_ddr3_cfg()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dddrmc-vf610.c156 writel(DDRMC_CR30_TXPDLL(timings->txpdll), &ddrmr->cr[30]); in ddrmc_ctrl_init_ddr3()
/openbmc/u-boot/board/freescale/vf610twr/
H A Dvf610twr.c117 .txpdll = 10, in dram_init()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun6i.h89 u32 txpdll; /* 0x114 */ member
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt75 txpdll
/openbmc/u-boot/board/toradex/colibri_vf/
H A Dcolibri_vf.c129 .txpdll = 10, in dram_init()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun6i.c224 writel(MCTL_TXPDLL, &mctl_ctl->txpdll); in mctl_channel_init()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h2686 uint64_t txpdll:5; member
2708 uint64_t txpdll:5;
2716 uint64_t txpdll:5; member
2738 uint64_t txpdll:5;
/openbmc/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c507 pctl_timing->txpdll = max(10u, ps_to_tCK(24000, freq)); in pctl_calc_timings()