Searched refs:PHY_C (Results 1 – 6 of 6) sorted by relevance
146 return phy < PHY_C; in has_phy_misc()213 return phy == PHY_C; in phy_is_master()
2811 case PHY_C: in mcc_encoder_to_ddc_pin()2835 if (INTEL_PCH_TYPE(display) >= PCH_TGP && phy >= PHY_C) in rkl_encoder_to_ddc_pin()2836 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in rkl_encoder_to_ddc_pin()2854 if (INTEL_PCH_TYPE(display) >= PCH_TGP && phy >= PHY_C) in gen9bc_tgp_encoder_to_ddc_pin()2855 return GMBUS_PIN_9_TC1_ICP + phy - PHY_C; in gen9bc_tgp_encoder_to_ddc_pin()
168 PHY_C, enumerator
48 if (display->platform.pantherlake && phy < PHY_C) in intel_encoder_is_c10phy()51 if ((display->platform.lunarlake || display->platform.meteorlake) && phy < PHY_C) in intel_encoder_is_c10phy()
1696 (pll->info->id < DPLL_ID_DG1_DPLL2 && phy >= PHY_C) || in dg1_ddi_enable_clock()1697 (pll->info->id >= DPLL_ID_DG1_DPLL2 && phy < PHY_C))) in dg1_ddi_enable_clock()1741 if (phy >= PHY_C) in dg1_ddi_get_pll()
1824 return phy <= PHY_C; in intel_phy_is_combo()1851 return phy >= PHY_C && phy <= PHY_F; in intel_phy_is_tc()1876 return PHY_C + port - PORT_TC1; in intel_port_to_phy()
Completed in 48 milliseconds