Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.c248 masterCmdData1.bits.phy_type = psr_context->phyType; in dce_dmcu_setup_psr()
685 masterCmdData1.bits.phy_type = psr_context->phyType; in dcn10_dmcu_setup_psr()
/linux-5.19.10/drivers/net/ethernet/qlogic/
Dqla3xxx.c911 switch (qdev->phyType) { in ql_phy_get_speed()
942 switch (qdev->phyType) { in ql_is_full_dup()
1018 qdev->phyType = getPhyType(qdev, reg1, reg2); in PHY_Setup()
1020 if ((qdev->phyType == PHY_AGERE_ET1011C) && agereAddrChangeNeeded) { in PHY_Setup()
1023 } else if (qdev->phyType == PHY_TYPE_UNKNOWN) { in PHY_Setup()
1334 if (qdev->phyType == PHY_AGERE_ET1011C) in ql_phy_start_neg_ex()
Dqla3xxx.h1185 u16 phyType; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/
Ddc_types.h725 enum phy_type phyType; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3272 psr_context->phyType = PHY_TYPE_UNIPHY; in dc_link_setup_psr()