Searched refs:_DKL_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dkl_phy_regs.h | 39 #define _DKL_REG(tc_port, phy_offset) \ macro 47 _DKL_REG(tc_port, (ln0_offs) + (ln_idx) * ((ln1_offs) - (ln0_offs))) 57 #define DKL_PLL_DIV0(tc_port) _DKL_REG(tc_port, \ 76 #define DKL_PLL_DIV1(tc_port) _DKL_REG(tc_port, \ 84 #define DKL_PLL_SSC(tc_port) _DKL_REG(tc_port, \ 95 #define DKL_PLL_BIAS(tc_port) _DKL_REG(tc_port, \ 103 #define DKL_PLL_TDC_COLDST_BIAS(tc_port) _DKL_REG(tc_port, \ 111 #define DKL_REFCLKIN_CTL(tc_port) _DKL_REG(tc_port, \ 116 #define DKL_CLKTOP2_HSCLKCTL(rc_port) _DKL_REG(tc_port, \ 121 #define DKL_CLKTOP2_CORECLKCTL1(tc_port) _DKL_REG(tc_port, \ [all …]
|