HomeSort by: relevance | last modified time | path
    Searched refs:sc_lineout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
interwavevar.h 147 iw_port_info_t sc_lineout; member in struct:iw_softc
interwave.c 785 sc->sc_lineout.voll = levl & 0xf8;
786 sc->sc_lineout.volr = levr & 0xf8;
1103 sc->sc_lineout.voll = vall;
1104 sc->sc_lineout.volr = valr;
1215 cp->un.value.level[0] = sc->sc_lineout.voll;
1216 cp->un.value.level[1] = sc->sc_lineout.volr;

Completed in 46 milliseconds