Searched refs:atl1e_read_phy_reg (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 153 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link() 154 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link() 217 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event() 218 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event() 449 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read() 481 if (atl1e_read_phy_reg(&adapter->hw, data->reg_num & 0x1F, in atl1e_mii_ioctl() 1226 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int() 2100 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend() 2101 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend() 2124 atl1e_read_phy_reg(hw, MII_BMSR, in atl1e_suspend() [all …]
|
D | atl1e_ethtool.c | 188 atl1e_read_phy_reg(hw, MII_BMCR, &phy_data); in atl1e_get_regs() 190 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_get_regs()
|
D | atl1e_hw.c | 200 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function 589 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
|
D | atl1e_hw.h | 27 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
|