Searched refs:PHY_STATUS (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Digc_phy.c617 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
620 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
656 /* Some PHYs require the PHY_STATUS register to be read
660 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
671 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
H A Digc_mac.c569 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
572 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg);
H A Dif_em_hw.c3286 ret_val = em_read_phy_reg(hw, PHY_STATUS, &phy_data);
3289 ret_val = em_read_phy_reg(hw, PHY_STATUS, &phy_data);
3716 ret_val = em_read_phy_reg(hw, PHY_STATUS,
3721 ret_val = em_read_phy_reg(hw, PHY_STATUS,
3756 ret_val = em_read_phy_reg(hw, PHY_STATUS,
3761 ret_val = em_read_phy_reg(hw, PHY_STATUS,
4062 ret_val = em_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
4065 ret_val = em_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
4306 ret_val = em_read_phy_reg(hw, PHY_STATUS, &phy_data);
4309 ret_val = em_read_phy_reg(hw, PHY_STATUS,
[all...]
H A Digc_defines.h911 #define PHY_STATUS 0x01 /* Status Register */ macro
H A Dif_em_hw.h2766 #define PHY_STATUS 0x01 /* Status Register */ macro
/openbsd-current/sys/dev/mii/
H A Dmiivar.h227 #define PHY_STATUS(p) \ macro
H A Dmii_physubr.c327 PHY_STATUS(sc);

Completed in 138 milliseconds