Searched refs:MIISTS_BUSY (Results 1 – 2 of 2) sorted by relevance
579 while (readl(&mac->miists) & MIISTS_BUSY) in ep93xx_miiphy_read()588 while (readl(&mac->miists) & MIISTS_BUSY) in ep93xx_miiphy_read()632 while (readl(&mac->miists) & MIISTS_BUSY) in ep93xx_miiphy_write()639 while (readl(&mac->miists) & MIISTS_BUSY) in ep93xx_miiphy_write()
239 #define MIISTS_BUSY (1 << 0) macro