opbits
sbits = opbits(sc, *(int *) data);
SCN_OP_BIS(sc, opbits(sc, *(int *) data));
SCN_OP_BIC(sc, opbits(sc, *(int *) data));
static u_char opbits(struct scn_softc *, int);