Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3288.h60 u32 txpdll; member
H A Dsdram_rk3036.h63 u32 txpdll; member
260 u32 txpdll; member
H A Dsdram_rk322x.h92 u32 txpdll; member
218 u32 txpdll; member
H A Dsdram_rv1108_pctl_phy.h64 u32 txpdll; member
280 u32 txpdll; member
H A Dddr_rk3368.h67 u32 txpdll; member
H A Dddr_rk3288.h62 u32 txpdll; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dddrmc-vf610.h44 u8 txpdll; member
/OK3568_Linux_fs/u-boot/board/phytec/pcm052/
H A Dpcm052.c240 .txpdll = 10, in dram_init()
295 .txpdll = 10, in dram_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c1205 u8 tcke, tcksrx, tcksre, txpdll, taofpd, taonpd, trrd; in mx6_ddr3_cfg() local
1304 txpdll = DIV_ROUND_UP(max(10 * clkper, 24000), clkper) - 1; in mx6_ddr3_cfg()
1335 debug("txpdll=%d\n", txpdll); in mx6_ddr3_cfg()
1410 (txpdll << 9) | (tfaw << 4) | tcl; in mx6_ddr3_cfg()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dddrmc-vf610.c154 writel(DDRMC_CR30_TXPDLL(timings->txpdll), &ddrmr->cr[30]); in ddrmc_ctrl_init_ddr3()
/OK3568_Linux_fs/u-boot/board/freescale/vf610twr/
H A Dvf610twr.c118 .txpdll = 10, in dram_init()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training.c305 t_wr = 0, t2t = 0, txpdll = 0; in hws_ddr3_tip_init_controller() local
596 txpdll = GET_MAX_VALUE(t_ckclk * 10, 24); in hws_ddr3_tip_init_controller()
597 txpdll = CEIL_DIVIDE((txpdll - 1), t_ckclk); in hws_ddr3_tip_init_controller()
600 DDR_TIMING_REG, txpdll << 4, in hws_ddr3_tip_init_controller()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun6i.h90 u32 txpdll; /* 0x114 */ member
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt75 txpdll
/OK3568_Linux_fs/u-boot/board/toradex/colibri_vf/
H A Dcolibri_vf.c137 .txpdll = 10, in dram_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun6i.c225 writel(MCTL_TXPDLL, &mctl_ctl->txpdll); in mctl_channel_init()
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c510 pctl_timing->txpdll = max(10u, ps_to_tCK(24000, freq)); in pctl_calc_timings()