Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c245 masterCmdData1.bits.phy_type = psr_context->phyType; in dce_dmcu_setup_psr()
683 masterCmdData1.bits.phy_type = psr_context->phyType; in dcn10_dmcu_setup_psr()
/linux/drivers/net/ethernet/qlogic/
H A 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()
H A Dqla3xxx.h1185 u16 phyType; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h663 enum phy_type phyType; member
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c760 psr_context->phyType = PHY_TYPE_UNIPHY; in edp_setup_psr()