HomeSort by: relevance | last modified time | path
    Searched defs:opbits (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/dev/
scn.c 220 static u_char opbits(struct scn_softc *, int);
1595 opbits(struct scn_softc *sc, int tioc_bits) function in typeref:typename:unsigned char
1640 sbits = opbits(sc, *(int *) data);
1657 SCN_OP_BIS(sc, opbits(sc, *(int *) data));
1661 SCN_OP_BIC(sc, opbits(sc, *(int *) data));
scn.c 220 static u_char opbits(struct scn_softc *, int);
1595 opbits(struct scn_softc *sc, int tioc_bits) function in typeref:typename:unsigned char
1640 sbits = opbits(sc, *(int *) data);
1657 SCN_OP_BIS(sc, opbits(sc, *(int *) data));
1661 SCN_OP_BIC(sc, opbits(sc, *(int *) data));

Completed in 51 milliseconds