Searched refs:MDIO_CTRL_START (Results 1 – 2 of 2) sorted by relevance
270 if (!(val & (MDIO_CTRL_BUSY | MDIO_CTRL_START))) in atl1c_wait_mdio_idle()297 MDIO_CTRL_START | in atl1c_start_phy_polling()302 val &= ~MDIO_CTRL_START; in atl1c_start_phy_polling()334 MDIO_CTRL_START | in atl1c_read_phy_core()341 MDIO_CTRL_START | in atl1c_read_phy_core()384 MDIO_CTRL_START | in atl1c_write_phy_core()391 MDIO_CTRL_START; in atl1c_write_phy_core()
298 #define MDIO_CTRL_START BIT(23) macro