Searched refs:MVNETA_SMI (Results 1 – 2 of 2) sorted by relevance
888 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_readreg()900 MVNETA_WRITE(sc, MVNETA_SMI, smi); in mvneta_miibus_readreg()903 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_readreg()914 smi = MVNETA_READ(sc, MVNETA_SMI); in mvneta_miibus_readreg()960 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_writereg()972 MVNETA_WRITE(sc, MVNETA_SMI, smi); in mvneta_miibus_writereg()975 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_writereg()
81 #define MVNETA_SMI 0x2004 macro