Home
last modified time | relevance | path

Searched refs:MDIO_CTRL_START (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c257 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()
H A Datl1c_hw.h286 #define MDIO_CTRL_START BIT(23) macro