Searched refs:MAC_MCTL_START (Results 1 – 6 of 6) sorted by relevance
1205 while(HWREG(ulBase + MAC_O_MCTL) & MAC_MCTL_START) in EthernetPHYAddrSet()1241 while(HWREG(ulBase + MAC_O_MCTL) & MAC_MCTL_START) in EthernetPHYWrite()1254 MAC_MCTL_WRITE | MAC_MCTL_START); in EthernetPHYWrite()1259 while(HWREG(ulBase + MAC_O_MCTL) & MAC_MCTL_START) in EthernetPHYWrite()1288 while(HWREG(ulBase + MAC_O_MCTL) & MAC_MCTL_START) in EthernetPHYRead()1296 MAC_MCTL_START); in EthernetPHYRead()1301 while(HWREG(ulBase + MAC_O_MCTL) & MAC_MCTL_START) in EthernetPHYRead()
169 #define MAC_MCTL_START 0x00000001 // MII Register Transaction Enable macro
Completed in 821 milliseconds