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

/freebsd-13-stable/sys/dev/twe/
H A Dtwe.c77 static int twe_check_bits(struct twe_softc *sc, u_int32_t status_reg);
166 twe_check_bits(sc, status_reg);
380 twe_check_bits(sc, status_reg);
1133 twe_check_bits(sc, status_reg);
1184 twe_check_bits(sc, status_reg); /* XXX should this fail? */
1289 if (twe_check_bits(sc, status_reg))
1324 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 108 milliseconds