Home
last modified time | relevance | path

Searched refs:t_rc (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c109 u32 t_rc; member
226 spd->t_rc = (((((buf->tras_trc_ext & 0xf0) << 4) | buf->trc_min_lsb) * in ddrtimingcalculation()
325 spd_cb->phy_cfg.dtpr0 = (spd->t_rc & 0x3f) << 26 | in init_ddr3param()
379 ((spd->t_rc - 1) & 0xff) << 10 | in init_ddr3param()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_bw.c22 u16 dclk, t_rp, t_rdpre, t_rc, t_ras, t_rcd; member
70 sp->t_rc = sp->t_rp + sp->t_ras; in dg1_mchbar_read_qgv_point_info()
97 sp->t_rc = sp->t_rp + sp->t_ras; in icl_pcode_read_qgv_point_info()
192 sp->t_rc = sp->t_rp + sp->t_ras; 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/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddram.c45 writel((ck / dram->trc) & 0x0000001F, &emc->t_rc); in ddr_init()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h26 u32 t_rc; /* Active to active command period */ member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c106 unsigned int t_rc:4; member
819 tmgs.t_rc = val; in pl35x_nfc_setup_interface()
820 if (tmgs.t_rc != val || tmgs.t_rc < 2) in pl35x_nfc_setup_interface()
857 plnand->timings = PL35X_SMC_NAND_TRC_CYCLES(tmgs.t_rc) | in pl35x_nfc_setup_interface()