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

  /src/sys/dev/ic/
interwave.c 704 u_char gainl, gainr, attenl, attenr; local in function:iw_mixer_line_level
753 attenr = ((255 - levr) >> 2) | ((levr && !sc->sc_dac.off) ? 0 : 0x80);
755 IW_WRITE_CODEC_1(CRDACI, attenr);
782 attenr = ((255 - levr) >> 3) | (levr ? 0 : 0x80);
784 IW_WRITE_CODEC_1(CROAI, attenr);
interwave.c 704 u_char gainl, gainr, attenl, attenr; local in function:iw_mixer_line_level
753 attenr = ((255 - levr) >> 2) | ((levr && !sc->sc_dac.off) ? 0 : 0x80);
755 IW_WRITE_CODEC_1(CRDACI, attenr);
782 attenr = ((255 - levr) >> 3) | (levr ? 0 : 0x80);
784 IW_WRITE_CODEC_1(CROAI, attenr);

Completed in 23 milliseconds