Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
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)
Dsb.c150 if (ISSB16CLASS(sc)) { in sbmatch()
178 if (ISSB16CLASS(sc) && !(sc->sc_quirks & SB_QUIRK_NO_INIT_DRQ)) { in sbmatch()
Dsb_isa.c137 if (!ISSB16CLASS(sc) && sc->sc_model != SB_JAZZ) in sbfind()
Dsbdsp.c653 if (!ISSB16CLASS(sc)) { in sbdsp_init_format()
736 if (ISSB16CLASS(sc)) { in sbdsp_set_format()
1364 if (ISSB16CLASS(sc)) { in sbdsp_trigger_input()
1411 if (ISSB16CLASS(sc)) { in sbdsp_block_input()
1504 if (ISSB16CLASS(sc)) { in sbdsp_trigger_output()
1551 if (ISSB16CLASS(sc)) { in sbdsp_block_output()
1633 if (ISSB16CLASS(sc)) { in sbdsp_intr()
2486 if (ISSB16CLASS(sc)) in sbdsp_get_props()
Dsbdspvar.h197 #define ISSB16CLASS(sc) ((sc)->sc_model >= SB_16) macro