Searched refs:mibc (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c479 uint32_t mibc; local
481 mibc = RD4(sc, FEC_MIBC_REG);
489 WR4(sc, FEC_MIBC_REG, mibc | FEC_MIBC_CLEAR);
490 WR4(sc, FEC_MIBC_REG, mibc & ~FEC_MIBC_CLEAR);
492 WR4(sc, FEC_MIBC_REG, mibc | FEC_MIBC_DIS);
512 WR4(sc, FEC_MIBC_REG, mibc);

Completed in 144 milliseconds