Searched refs:twe_check_bits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/twe/
H A Dtwe.c75 static int twe_check_bits(struct twe_softc *sc, u_int32_t status_reg);
164 twe_check_bits(sc, status_reg);
379 twe_check_bits(sc, status_reg);
1132 twe_check_bits(sc, status_reg);
1183 twe_check_bits(sc, status_reg); /* XXX should this fail? */
1288 if (twe_check_bits(sc, status_reg))
1323 if (TWE_STATUS_ERRORS(status_reg) || twe_check_bits(sc, status_reg)) {
1717 twe_check_bits(struct twe_softc *sc, u_int32_t status_reg) function

Completed in 233 milliseconds