Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/EMAC/
Demac_reva.c37 unsigned int netstat; in emac_mdio_write() local
50 netstat = EMAC_READL(emac, status); in emac_mdio_write()
51 } while (!(netstat & EMAC_BIT(STATUS, IDLE))); in emac_mdio_write()
61 unsigned int netstat; in emac_mdio_read() local
74 netstat = EMAC_READL(emac, status); in emac_mdio_read()
75 } while (!(netstat & EMAC_BIT(STATUS, IDLE))); in emac_mdio_read()