Searched refs:PHY_C (Results 1 – 6 of 6) sorted by relevance
144 return phy < PHY_C; in has_phy_misc()211 return phy == PHY_C; in phy_is_master()
2798 case PHY_C: in mcc_encoder_to_ddc_pin()2822 if (INTEL_PCH_TYPE(dev_priv) >= PCH_TGP && phy >= PHY_C) in rkl_encoder_to_ddc_pin()2823 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in rkl_encoder_to_ddc_pin()2842 if (INTEL_PCH_TYPE(i915) >= PCH_TGP && phy >= PHY_C) in gen9bc_tgp_encoder_to_ddc_pin()2843 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in gen9bc_tgp_encoder_to_ddc_pin()
185 PHY_C, enumerator
1688 (pll->info->id < DPLL_ID_DG1_DPLL2 && phy >= PHY_C) || in dg1_ddi_enable_clock()1689 (pll->info->id >= DPLL_ID_DG1_DPLL2 && phy < PHY_C))) in dg1_ddi_enable_clock()1733 if (phy >= PHY_C) in dg1_ddi_get_pll()
1825 return phy <= PHY_C; in intel_phy_is_combo()1852 return phy >= PHY_C && phy <= PHY_F; in intel_phy_is_tc()1877 return PHY_C + port - PORT_TC1; in intel_port_to_phy()
43 if ((display->platform.lunarlake || display->platform.meteorlake) && phy < PHY_C) in intel_encoder_is_c10phy()