Home
last modified time | relevance | path

Searched refs:ISSBM1745 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/isa/
Dsbdsp.c1841 if (!ISSBM1745(sc)) { in sbdsp_mixer_set_port()
1919 if (ISSBM1745(sc)) { in sbdsp_mixer_set_port()
1935 if (!ISSBM1745(sc) || cp->type != AUDIO_MIXER_ENUM) in sbdsp_mixer_set_port()
2058 if (!ISSBM1745(sc)) { in sbdsp_mixer_get_port()
2103 if (ISSBM1745(sc)) in sbdsp_mixer_get_port()
2110 if (!ISSBM1745(sc)) { in sbdsp_mixer_get_port()
2157 is1745 = ISSBM1745(sc); in sbdsp_mixer_query_devinfo()
2232 if (ISSBM1745(sc)) { in sbdsp_mixer_query_devinfo()
Dsbdspvar.h161 #define ISSBM1745(x) ((x)->sc_mixer_model >= SBM_CT1XX5) macro