twe_check_bits
twe_check_bits(sc, status_reg);
twe_check_bits(sc, status_reg); /* XXX should this fail? */
if (twe_check_bits(sc, status_reg))
if (TWE_STATUS_ERRORS(status_reg) || twe_check_bits(sc, status_reg)) {
twe_check_bits(sc, status_reg);
twe_check_bits(sc, status_reg);
static int twe_check_bits(struct twe_softc *sc, u_int32_t status_reg);