Searched refs:t_rcd (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | ddr3_spd.c | 106 u32 t_rcd; member 219 spd->t_rcd = ((buf->trcd_min * mtb) - 1) / spd->t_ck + 1; in ddrtimingcalculation() 327 (spd->t_ras & 0x3f) << 16 | (spd->t_rcd & 0xf) << 12 | in init_ddr3param() 384 ((spd->t_rcd - 1) & 0x1f); in init_ddr3param()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_bw.c | 22 u16 dclk, t_rp, t_rdpre, t_rc, t_ras, t_rcd; member 67 sp->t_rcd = REG_FIELD_GET(DG1_DRAM_T_RCD_MASK, val); in dg1_mchbar_read_qgv_point_info() 92 sp->t_rcd = (val & 0xff000000) >> 24; in icl_pcode_read_qgv_point_info() 187 sp->t_rcd = REG_FIELD_GET(MTL_TRCD_MASK, val); in mtl_read_qgv_point_info() 298 sp->t_rcd, sp->t_rc); in icl_get_qgv_points() 429 ct = max_t(int, sp->t_rc, sp->t_rp + sp->t_rcd + in icl_get_bw_info() 531 ct = max_t(int, sp->t_rc, sp->t_rp + sp->t_rcd + in tgl_get_bw_info()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training.c | 1623 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 1672 t_rcd = time_to_nclk(mv_ddr_speed_bin_timing_get(speed_bin_index, in ddr3_tip_set_timing() 1689 (((t_rcd - 1) & SDRAM_TIMING_LOW_TRCD_MASK) << SDRAM_TIMING_LOW_TRCD_OFFS) | in ddr3_tip_set_timing() 1690 (((t_rcd - 1) >> SDRAM_TIMING_LOW_TRCD_OFFS & SDRAM_TIMING_HIGH_TRCD_MASK) in ddr3_tip_set_timing()
|