ISSB16CLASS       186 dev/isa/sb.c   	if (ISSB16CLASS(sc)) {
ISSB16CLASS       211 dev/isa/sb.c   	if (ISSB16CLASS(sc)) {
ISSB16CLASS       271 dev/isa/sb.c   	if (ISSB16CLASS(sc) && sc->sc_mpu_sc.iobase != 0) {
ISSB16CLASS       127 dev/isa/sb_isa.c 	if (!ISSB16CLASS(sc) && sc->sc_model != SB_JAZZ)
ISSB16CLASS       402 dev/isa/sbdsp.c 	sc->sc_fullduplex = ISSB16CLASS(sc) &&
ISSB16CLASS       456 dev/isa/sbdsp.c 	emul = ISSB16CLASS(sc) ? 0 : AUDIO_ENCODINGFLAG_EMULATED;
ISSB16CLASS       484 dev/isa/sbdsp.c         if (!ISSB16CLASS(sc) && sc->sc_model != SB_JAZZ)
ISSB16CLASS       545 dev/isa/sbdsp.c 	if (!ISSB16CLASS(sc) &&
ISSB16CLASS      1225 dev/isa/sbdsp.c 	if (ISSB16CLASS(sc)) {
ISSB16CLASS      1270 dev/isa/sbdsp.c 		if (ISSB16CLASS(sc)) {
ISSB16CLASS      1360 dev/isa/sbdsp.c 	if (ISSB16CLASS(sc)) {
ISSB16CLASS      1405 dev/isa/sbdsp.c 		if (ISSB16CLASS(sc)) {
ISSB16CLASS      1453 dev/isa/sbdsp.c 	if (ISSB16CLASS(sc)) {
ISSB16CLASS       153 dev/isa/sbreg.h #define SB_ADJUST_MIC_GAIN(sc, x) sbdsp_adjust((x), ISSB16CLASS(sc) ? 0xf8 : 0xc0)
ISSB16CLASS       154 dev/isa/sbreg.h #define SB_ADJUST_GAIN(sc, x)     sbdsp_adjust((x), ISSB16CLASS(sc) ? 0xf8 : 0xe0)