Searched refs:xm_phy_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/marvell/ |
| D | skge.c | 1107 static u16 xm_phy_read(struct skge_hw *hw, int port, u16 reg) in xm_phy_read() function 1216 xm_phy_read(hw, port, PHY_BCOM_STAT); in bcom_check_link() 1217 status = xm_phy_read(hw, port, PHY_BCOM_STAT); in bcom_check_link() 1230 lpa = xm_phy_read(hw, port, PHY_XMAC_AUNE_LP); in bcom_check_link() 1236 aux = xm_phy_read(hw, port, PHY_BCOM_AUX_STAT); in bcom_check_link() 1297 id1 = xm_phy_read(hw, port, PHY_XMAC_ID1); in bcom_phy_init() 1330 r = xm_phy_read(hw, port, PHY_BCOM_AUX_CTRL); in bcom_phy_init() 1423 xm_phy_read(hw, port, PHY_XMAC_STAT); in xm_check_link() 1424 status = xm_phy_read(hw, port, PHY_XMAC_STAT); in xm_check_link() 1437 lpa = xm_phy_read(hw, port, PHY_XMAC_AUNE_LP); in xm_check_link() [all …]
|