Searched refs:MDIO_CTRL_START (Results 1 – 2 of 2) sorted by relevance
257 if (!(val & (MDIO_CTRL_BUSY | MDIO_CTRL_START))) in atl1c_wait_mdio_idle()284 MDIO_CTRL_START | in atl1c_start_phy_polling()289 val &= ~MDIO_CTRL_START; in atl1c_start_phy_polling()321 MDIO_CTRL_START | in atl1c_read_phy_core()328 MDIO_CTRL_START | in atl1c_read_phy_core()371 MDIO_CTRL_START | in atl1c_write_phy_core()378 MDIO_CTRL_START; in atl1c_write_phy_core()
286 #define MDIO_CTRL_START BIT(23) macro