Searched refs:MII_IER (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 580 err = atl1c_write_phy_reg(hw, MII_IER, phy_data); in atl1c_phy_reset() 797 if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) { in atl1c_power_saving() 798 dev_dbg(&pdev->dev, "%s: write phy MII_IER failed.\n", in atl1c_power_saving()
|
H A D | atl1c_hw.h | 799 #define MII_IER 0x12 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 580 err = atl1c_write_phy_reg(hw, MII_IER, phy_data); in atl1c_phy_reset() 823 if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) { in atl1c_power_saving() 824 dev_dbg(&pdev->dev, "%s: write phy MII_IER failed.\n", in atl1c_power_saving()
|
H A D | atl1c_hw.h | 835 #define MII_IER 0x12 macro
|
Completed in 8 milliseconds