Searched refs:MVNETA_SMI (Results 1 – 2 of 2) sorted by relevance
902 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_readreg()914 MVNETA_WRITE(sc, MVNETA_SMI, smi); in mvneta_miibus_readreg()917 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_readreg()928 smi = MVNETA_READ(sc, MVNETA_SMI); in mvneta_miibus_readreg()974 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_writereg()986 MVNETA_WRITE(sc, MVNETA_SMI, smi); in mvneta_miibus_writereg()989 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_writereg()
81 #define MVNETA_SMI 0x2004 macro