HomeSort by: relevance | last modified time | path
    Searched refs:PHY_CONTROL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_phy.c 498 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
503 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
761 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
763 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
781 hw->phy.ops.read_reg(hw, PHY_CONTROL, &mii_reg);
783 hw->phy.ops.write_reg(hw, PHY_CONTROL, mii_reg);
igc_defines.h 911 #define PHY_CONTROL 0x00 /* Control Register */

Completed in 13 milliseconds