Searched refs:MVNETA_SMI (Results 1 – 2 of 2) sorted by relevance
880 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_readreg()892 MVNETA_WRITE(sc, MVNETA_SMI, smi); in mvneta_miibus_readreg()895 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_readreg()906 smi = MVNETA_READ(sc, MVNETA_SMI); in mvneta_miibus_readreg()952 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_writereg()964 MVNETA_WRITE(sc, MVNETA_SMI, smi); in mvneta_miibus_writereg()967 if ((MVNETA_READ(sc, MVNETA_SMI) & MVNETA_SMI_BUSY) == 0) in mvneta_miibus_writereg()
81 #define MVNETA_SMI 0x2004 macro