Searched refs:MII_DBG_ADDR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 430 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0xB); in atl1e_phy_init() 437 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0); in atl1e_phy_init() 447 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x12); in atl1e_phy_init() 454 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x4); in atl1e_phy_init() 461 ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x5); in atl1e_phy_init()
|
H A D | atl1e_hw.h | 627 #define MII_DBG_ADDR 0x1D macro
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 444 #define MII_DBG_ADDR 0x1D macro
|
H A D | atl2.h | 201 #define MII_DBG_ADDR 0x1D macro
|
H A D | atl2.c | 2635 atl2_write_phy_reg(hw, MII_DBG_ADDR, 0); in atl2_phy_init() 2736 atl2_write_phy_reg(hw, MII_DBG_ADDR, 0); in atl2_force_ps() 2740 atl2_write_phy_reg(hw, MII_DBG_ADDR, 2); in atl2_force_ps() 2742 atl2_write_phy_reg(hw, MII_DBG_ADDR, 3); in atl2_force_ps()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 429 err = atl1c_write_phy_reg(hw, MII_DBG_ADDR, reg_addr); in atl1c_read_phy_dbg() 442 err = atl1c_write_phy_reg(hw, MII_DBG_ADDR, reg_addr); in atl1c_write_phy_dbg()
|
H A D | atl1c_hw.h | 860 #define MII_DBG_ADDR 0x1D macro
|