Searched refs:t_wr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | ddr3_spd.c | 120 u32 t_wr; member 217 spd->t_wr = (buf->twr_min * mtb) / spd->t_ck; in ddrtimingcalculation() 218 spd->t_wr_bin = (spd->t_wr / 2) & 0x07; in ddrtimingcalculation() 378 spd_cb->emif_cfg.sdtim1 = ((spd->t_wr - 1) & 0x1f) << 25 | in init_ddr3param()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training.c | 305 t_wr = 0, t2t = 0, txpdll = 0; in hws_ddr3_tip_init_controller() local 520 MR0_REG, twr_mask_table[t_wr + 1], in hws_ddr3_tip_init_controller() 1225 bus_cnt = 0, t_hclk = 0, t_wr = 0, in ddr3_tip_freq_set() local 1393 t_wr = speed_bin_table(speed_bin_index, SPEED_BIN_TWR); in ddr3_tip_freq_set() 1394 t_wr = (t_wr / 1000); in ddr3_tip_freq_set() 1397 (twr_mask_table[t_wr + 1] << 16), 0x70000)); in ddr3_tip_freq_set() 1618 u32 t_rcd = 0, t_rp = 0, t_wr = 0, t_wtr = 0, t_rrd = 0, t_rtp = 0, in ddr3_tip_set_timing() local 1649 t_wr = TIME_2_CLOCK_CYCLES(speed_bin_table(speed_bin_index, in ddr3_tip_set_timing() 1660 val = (t_ras & 0xf) | (t_rcd << 4) | (t_rp << 8) | (t_wr << 12) | in ddr3_tip_set_timing()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
| H A D | dram.c | 48 writel((ck / dram->twr) & 0x0000000F, &emc->t_wr); in ddr_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | emc.h | 26 u32 t_wr; /* Write recovery time */ member
|