Searched refs:ISSB16CLASS (Results 1 – 5 of 5) sorted by relevance
153 #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)
150 if (ISSB16CLASS(sc)) { in sbmatch()178 if (ISSB16CLASS(sc) && !(sc->sc_quirks & SB_QUIRK_NO_INIT_DRQ)) { in sbmatch()
137 if (!ISSB16CLASS(sc) && sc->sc_model != SB_JAZZ) in sbfind()
653 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()
197 #define ISSB16CLASS(sc) ((sc)->sc_model >= SB_16) macro