Home
last modified time | relevance | path

Searched refs:phy_state (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c215 link->phy_state.symclk_state = SYMCLK_ON_TX_ON; in dcn401_init_hw()
735 stream->link->phy_state.symclk_ref_cnts.otg = 1; in enable_stream_timing_calc()
736 if (stream->link->phy_state.symclk_state == SYMCLK_OFF_TX_OFF) in enable_stream_timing_calc()
737 stream->link->phy_state.symclk_state = SYMCLK_ON_TX_OFF; in enable_stream_timing_calc()
739 stream->link->phy_state.symclk_state = SYMCLK_ON_TX_ON; in enable_stream_timing_calc()
1050 if (dc_is_tmds_signal(signal) && link->phy_state.symclk_ref_cnts.otg > 0) { in dcn401_disable_link_output()
1052 link->phy_state.symclk_state = SYMCLK_ON_TX_OFF; in dcn401_disable_link_output()
1055 link->phy_state.symclk_state = SYMCLK_OFF_TX_OFF; in dcn401_disable_link_output()
2005 link->phy_state.symclk_ref_cnts.otg = 0; in dcn401_reset_back_end_for_pipe()
2006 if (link->phy_state.symclk_state == SYMCLK_ON_TX_OFF) { in dcn401_reset_back_end_for_pipe()
[all …]
/linux/drivers/net/fddi/
H A Ddefza.h553 u32 phy_state; /* PHY state */ member
H A Ddefxx.h710 PI_UINT32 phy_state[PI_PHY_K_MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c912 stream->link->phy_state.symclk_ref_cnts.otg = 1; in dcn20_enable_stream_timing()
913 if (stream->link->phy_state.symclk_state == SYMCLK_OFF_TX_OFF) in dcn20_enable_stream_timing()
914 stream->link->phy_state.symclk_state = SYMCLK_ON_TX_OFF; in dcn20_enable_stream_timing()
916 stream->link->phy_state.symclk_state = SYMCLK_ON_TX_ON; in dcn20_enable_stream_timing()
2875 link->phy_state.symclk_ref_cnts.otg = 0; in dcn20_reset_back_end_for_pipe()
2876 if (link->phy_state.symclk_state == SYMCLK_ON_TX_OFF) { in dcn20_reset_back_end_for_pipe()
2879 link->phy_state.symclk_state = SYMCLK_OFF_TX_OFF; in dcn20_reset_back_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h1151 struct phy_state { struct
H A Ddc.h1717 struct phy_state phy_state; member
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h466 u32 phy_state; member
H A Dhisi_sas_v1_hw.c1440 u32 phy_state = hisi_sas_read32(hisi_hba, PHY_STATE); in int_abnormal_v1_hw() local
1443 (phy_state & 1 << phy_no) ? 1 : 0, in int_abnormal_v1_hw()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h669 u8 phy_state; /* state of sfp optics (functional, faulted, etc.,) */ member
H A Dbe_cmds.c326 if (new_phy_state == adapter->phy_state) in be_async_port_misconfig_event_process()
329 adapter->phy_state = new_phy_state; in be_async_port_misconfig_event_process()
H A Dbe_main.c4408 adapter->phy_state = BE_UNKNOWN_PHY_STATE; in be_setup_init()
5477 be_misconfig_evt_port_state[adapter->phy_state], in be_log_sfp_info()
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c71 enum phy_state link;
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1547 u8 phy_state; member
2305 (bp)->link_info.phy_state == BNXT_PHY_STATE_ENABLED)
H A Dbnxt.c12002 link_info->phy_state = BNXT_PHY_STATE_DISABLED; in bnxt_hwrm_phy_qcaps()
12004 } else if (link_info->phy_state == BNXT_PHY_STATE_DISABLED) { in bnxt_hwrm_phy_qcaps()
12005 link_info->phy_state = BNXT_PHY_STATE_ENABLED; in bnxt_hwrm_phy_qcaps()
/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c162 phy->phy_state = PHY_LINK_DISABLE; in pm8001_phy_init()
/linux/drivers/net/usb/
H A Dr8152.c6759 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff; in rtl8153_in_nway() local
6761 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE) in rtl8153_in_nway()