Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_bw.c22 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()