Home
last modified time | relevance | path

Searched refs:phy_status (Results 1 – 25 of 28) sorted by relevance

12

/drivers/net/ethernet/intel/igc/
Digc_phy.c66 u16 i, phy_status; in igc_phy_has_link() local
74 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_phy_has_link()
85 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_phy_has_link()
88 if (phy_status & MII_SR_LINK_STATUS) in igc_phy_has_link()
411 u16 i, phy_status; in igc_wait_autoneg() local
416 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_wait_autoneg()
419 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igc_wait_autoneg()
422 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igc_wait_autoneg()
/drivers/net/wireless/realtek/rtw88/
Drtw8821c.c507 static void query_phy_status_page0(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page0() argument
515 vga_idx = GET_PHY_STAT_P0_VGA(phy_status); in query_phy_status_page0()
516 lna_idx = FIELD_PREP(BIT_LNA_H_MASK, GET_PHY_STAT_P0_LNA_H(phy_status)) | in query_phy_status_page0()
517 FIELD_PREP(BIT_LNA_L_MASK, GET_PHY_STAT_P0_LNA_L(phy_status)); in query_phy_status_page0()
527 static void query_phy_status_page1(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page1() argument
535 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
537 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
546 bw = GET_PHY_STAT_P1_RF_MODE(phy_status); in query_phy_status_page1()
548 pkt_stat->rx_power[RF_PATH_A] = GET_PHY_STAT_P1_PWDB_A(phy_status) - 110; in query_phy_status_page1()
556 static void query_phy_status(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status() argument
[all …]
Drtw8822b.c817 static void query_phy_status_page0(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page0() argument
822 u8 pwdb = GET_PHY_STAT_P0_PWDB(phy_status); in query_phy_status_page0()
833 static void query_phy_status_page1(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page1() argument
845 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
847 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
856 bw = GET_PHY_STAT_P1_RF_MODE(phy_status); in query_phy_status_page1()
858 pkt_stat->rx_power[RF_PATH_A] = GET_PHY_STAT_P1_PWDB_A(phy_status) - 110; in query_phy_status_page1()
859 pkt_stat->rx_power[RF_PATH_B] = GET_PHY_STAT_P1_PWDB_B(phy_status) - 110; in query_phy_status_page1()
868 pkt_stat->rx_evm[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status); in query_phy_status_page1()
869 pkt_stat->rx_evm[RF_PATH_B] = GET_PHY_STAT_P1_RXEVM_B(phy_status); in query_phy_status_page1()
[all …]
Drtw8723d.c250 static void query_phy_status_page0(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page0() argument
255 u8 pwdb = GET_PHY_STAT_P0_PWDB(phy_status); in query_phy_status_page0()
265 static void query_phy_status_page1(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page1() argument
274 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
276 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
278 if (GET_PHY_STAT_P1_RF_MODE(phy_status) == 0) in query_phy_status_page1()
285 pkt_stat->rx_power[RF_PATH_A] = GET_PHY_STAT_P1_PWDB_A(phy_status) - 110; in query_phy_status_page1()
290 pkt_stat->rx_evm[RF_PATH_A] = GET_PHY_STAT_P1_RXEVM_A(phy_status); in query_phy_status_page1()
291 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
292 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1()
[all …]
Drx.c129 if (pkt_stat->crc_err || pkt_stat->icv_err || !pkt_stat->phy_status || in rtw_rx_addr_match()
145 u8 *phy_status) in rtw_rx_fill_rx_status() argument
Drx.h50 u8 *phy_status);
Drtw8822c.c2527 static void query_phy_status_page0(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page0() argument
2538 rx_power[RF_PATH_A] = GET_PHY_STAT_P0_PWDB_A(phy_status); in query_phy_status_page0()
2539 rx_power[RF_PATH_B] = GET_PHY_STAT_P0_PWDB_B(phy_status); in query_phy_status_page0()
2542 gain_a = GET_PHY_STAT_P0_GAIN_A(phy_status); in query_phy_status_page0()
2543 gain_b = GET_PHY_STAT_P0_GAIN_B(phy_status); in query_phy_status_page0()
2570 static void query_phy_status_page1(struct rtw_dev *rtwdev, u8 *phy_status, in query_phy_status_page1() argument
2583 rxsc = GET_PHY_STAT_P1_L_RXSC(phy_status); in query_phy_status_page1()
2585 rxsc = GET_PHY_STAT_P1_HT_RXSC(phy_status); in query_phy_status_page1()
2594 pkt_stat->rx_power[RF_PATH_A] = GET_PHY_STAT_P1_PWDB_A(phy_status) - 110; in query_phy_status_page1()
2595 pkt_stat->rx_power[RF_PATH_B] = GET_PHY_STAT_P1_PWDB_B(phy_status) - 110; in query_phy_status_page1()
[all …]
Dmain.h603 bool phy_status; member
/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c103 u8 *phy_status, in odm_rx_phy_status_parsing() argument
113 struct phy_status_rpt_8192cd_t *phy_sta_rpt = (struct phy_status_rpt_8192cd_t *)phy_status; in odm_rx_phy_status_parsing()
397 u8 *phy_status, struct odm_packet_info *pkt_info) in odm_phy_status_query() argument
400 odm_rx_phy_status_parsing(dm_odm, phy_info, phy_status, pkt_info); in odm_phy_status_query()
Dodm_HWConfig.h63 u8 *phy_status, struct odm_packet_info *pkt_info);
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c653 s32 phy_status = 0; in ixgbe_reset_hw_82598() local
703 phy_status = hw->phy.ops.init(hw); in ixgbe_reset_hw_82598()
704 if (phy_status == -EOPNOTSUPP) in ixgbe_reset_hw_82598()
705 return phy_status; in ixgbe_reset_hw_82598()
706 if (phy_status == -ENOENT) in ixgbe_reset_hw_82598()
772 if (phy_status) in ixgbe_reset_hw_82598()
773 status = phy_status; in ixgbe_reset_hw_82598()
/drivers/phy/qualcomm/
Dphy-qcom-qmp.c2828 unsigned int phy_status; member
3043 .phy_status = PHYSTATUS,
3069 .phy_status = PHYSTATUS,
3099 .phy_status = PHYSTATUS,
3126 .phy_status = PHYSTATUS,
3159 .phy_status = PHYSTATUS,
3222 .phy_status = PHYSTATUS,
3251 .phy_status = PHYSTATUS,
3290 .phy_status = PHYSTATUS,
3329 .phy_status = PHYSTATUS,
[all …]
/drivers/scsi/mvsas/
Dmv_64xx.c582 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_64xx_fix_phy_info()
586 (phy->phy_status & in mvs_64xx_fix_phy_info()
589 (phy->phy_status & in mvs_64xx_fix_phy_info()
612 if (((phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_64xx_phy_work_around()
Dmv_94xx.c18 u32 phy_status; in mvs_94xx_detect_porttype() local
22 phy_status = ((reg & 0x3f0000) >> 16) & 0xff; in mvs_94xx_detect_porttype()
24 switch (phy_status) { in mvs_94xx_detect_porttype()
869 mv_dprintk("get all reg link rate is 0x%x\n", phy->phy_status); in mvs_94xx_fix_phy_info()
871 (phy->phy_status & PHY_NEG_SPP_PHYS_LINK_RATE_MASK) >> in mvs_94xx_fix_phy_info()
Dmv_sas.c1008 phy->phy_status = mvs_is_phy_ready(mvi, i); in mvs_update_phyinfo()
1011 if (phy->phy_status) { in mvs_update_phyinfo()
2008 phy->phy_status = mvs_is_phy_ready(mvi, phy_no); in mvs_int_port()
2010 if (phy->phy_status) { in mvs_int_port()
Dmv_sas.h214 u32 phy_status; member
/drivers/net/ethernet/intel/igb/
De1000_phy.c1592 u16 i, phy_status; in igb_wait_autoneg() local
1596 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg()
1599 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg()
1602 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igb_wait_autoneg()
1626 u16 i, phy_status; in igb_phy_has_link() local
1633 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link()
1644 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link()
1647 if (phy_status & MII_SR_LINK_STATUS) in igb_phy_has_link()
/drivers/net/ethernet/intel/e1000e/
Dphy.c1693 u16 i, phy_status; in e1000_wait_autoneg() local
1697 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_wait_autoneg()
1700 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000_wait_autoneg()
1703 if (phy_status & BMSR_ANEGCOMPLETE) in e1000_wait_autoneg()
1727 u16 i, phy_status; in e1000e_phy_has_link_generic() local
1735 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000e_phy_has_link_generic()
1746 ret_val = e1e_rphy(hw, MII_BMSR, &phy_status); in e1000e_phy_has_link_generic()
1749 if (phy_status & BMSR_LSTATUS) { in e1000e_phy_has_link_generic()
/drivers/gpu/drm/i915/display/
Dintel_display_power.c1535 u32 phy_status = 0; in assert_chv_phy_status() local
1559 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status()
1572 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status()
1582 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status()
1586 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0); in assert_chv_phy_status()
1589 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1); in assert_chv_phy_status()
1593 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0); in assert_chv_phy_status()
1596 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1); in assert_chv_phy_status()
1600 phy_status |= PHY_POWERGOOD(DPIO_PHY1); in assert_chv_phy_status()
1608 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0); in assert_chv_phy_status()
[all …]
/drivers/pci/controller/dwc/
Dpcie-spear13xx.c43 u32 phy_status; /* cr11 */ member
/drivers/scsi/isci/
Dhost.c1205 enum sci_status phy_status; in sci_controller_stop_phys() local
1210 phy_status = sci_phy_stop(&ihost->phys[index]); in sci_controller_stop_phys()
1212 if (phy_status != SCI_SUCCESS && in sci_controller_stop_phys()
1213 phy_status != SCI_FAILURE_INVALID_STATE) { in sci_controller_stop_phys()
1220 ihost->phys[index].phy_index, phy_status); in sci_controller_stop_phys()
/drivers/net/ethernet/ti/
Dtlan.c2750 u16 phy_status; in tlan_phy_monitor() local
2755 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &phy_status); in tlan_phy_monitor()
2758 if (!(phy_status & MII_GS_LINK)) { in tlan_phy_monitor()
2783 if ((phy_status & MII_GS_LINK) && !netif_carrier_ok(dev)) { in tlan_phy_monitor()
/drivers/net/ethernet/amd/xgbe/
Dxgbe.h911 void (*phy_status)(struct xgbe_prv_data *); member
Dxgbe-mdio.c1668 phy_if->phy_status = xgbe_phy_status; in xgbe_init_function_ptrs_phy()
/drivers/net/ethernet/intel/e1000/
De1000_main.c4679 u16 phy_status; in e1000_smartspeed() local
4690 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
4691 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) in e1000_smartspeed()
4693 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
4694 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) in e1000_smartspeed()

12