Lines Matching full:mdi
524 * igc_read_phy_reg_mdic - Read MDI control register
529 * Reads the MDI control register in the PHY at offset and stores the
544 /* Set up Op-code, Phy Address, and register offset in the MDI in igc_read_phy_reg_mdic()
554 /* Poll the ready bit to see if the MDI read completed in igc_read_phy_reg_mdic()
565 hw_dbg("MDI Read did not complete\n"); in igc_read_phy_reg_mdic()
570 hw_dbg("MDI Error\n"); in igc_read_phy_reg_mdic()
581 * igc_write_phy_reg_mdic - Write MDI control register
586 * Writes data to MDI control register in the PHY at offset.
600 /* Set up Op-code, Phy Address, and register offset in the MDI in igc_write_phy_reg_mdic()
611 /* Poll the ready bit to see if the MDI read completed in igc_write_phy_reg_mdic()
622 hw_dbg("MDI Write did not complete\n"); in igc_write_phy_reg_mdic()
627 hw_dbg("MDI Error\n"); in igc_write_phy_reg_mdic()