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

/netbsd-current/sys/dev/isa/
H A Dsb.c150 if (ISSB16CLASS(sc)) {
178 if (ISSB16CLASS(sc) && !(sc->sc_quirks & SB_QUIRK_NO_INIT_DRQ)) {
H A Dsbreg.h153 #define SB_ADJUST_MIC_GAIN(sc, x) sbdsp_adjust((x), ISSB16CLASS(sc) ? 0xf8 : 0xc0)
154 #define SB_ADJUST_GAIN(sc, x) sbdsp_adjust((x), ISSB16CLASS(sc) ? 0xf8 : 0xe0)
H A Dsbdspvar.h197 #define ISSB16CLASS(sc) ((sc)->sc_model >= SB_16) macro
H A Dsb_isa.c137 if (!ISSB16CLASS(sc) && sc->sc_model != SB_JAZZ)
H A Dsbdsp.c653 if (!ISSB16CLASS(sc)) {
736 if (ISSB16CLASS(sc)) {
1364 if (ISSB16CLASS(sc)) {
1411 if (ISSB16CLASS(sc)) {
1504 if (ISSB16CLASS(sc)) {
1551 if (ISSB16CLASS(sc)) {
1633 if (ISSB16CLASS(sc)) {
2486 if (ISSB16CLASS(sc))

Completed in 95 milliseconds