Searched refs:PHY_C (Results 1 – 6 of 6) sorted by relevance
147 return phy < PHY_C; in has_phy_misc()214 return phy == PHY_C; in phy_is_master()
2796 case PHY_C: in mcc_port_to_ddc_pin()2819 if (INTEL_PCH_TYPE(dev_priv) >= PCH_TGP && phy >= PHY_C) in rkl_port_to_ddc_pin()2820 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in rkl_port_to_ddc_pin()2837 if (INTEL_PCH_TYPE(i915) >= PCH_TGP && phy >= PHY_C) in gen9bc_tgp_port_to_ddc_pin()2838 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in gen9bc_tgp_port_to_ddc_pin()
200 PHY_C, enumerator
1623 (pll->info->id < DPLL_ID_DG1_DPLL2 && phy >= PHY_C) || in dg1_ddi_enable_clock()1624 (pll->info->id >= DPLL_ID_DG1_DPLL2 && phy < PHY_C))) in dg1_ddi_enable_clock()1668 if (phy >= PHY_C) in dg1_ddi_get_pll()
1753 return phy <= PHY_C; in intel_phy_is_combo()1775 return phy >= PHY_C && phy <= PHY_F; in intel_phy_is_tc()1803 return PHY_C + port - PORT_TC1; in intel_port_to_phy()
34 if (IS_METEORLAKE(i915) && (phy < PHY_C)) in intel_is_c10phy()