Searched refs:netstat (Results 1 – 1 of 1) sorted by relevance
37 unsigned int netstat; in emac_mdio_write() local50 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() local74 netstat = EMAC_READL(emac, status); in emac_mdio_read()75 } while (!(netstat & EMAC_BIT(STATUS, IDLE))); in emac_mdio_read()