Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dep93xx_eth.c579 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()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h239 #define MIISTS_BUSY (1 << 0) macro