Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dawacs.c91 u_int sc_codecctl1; member
412 sc->sc_codecctl1 = AWACS_CODEC_ADDR1 | AWACS_CODEC_EMSEL0; in awacs_attach()
423 sc->sc_codecctl1 |= AWACS_LOOP_THROUGH; in awacs_attach()
464 sc->sc_codecctl1 |= AWACS_PARALLEL_OUTPUT; in awacs_attach()
486 awacs_write_codec(sc, sc->sc_codecctl1); in awacs_attach()
499 sc->sc_codecctl1 |= AWACS_LOOP_THROUGH; in awacs_attach()
501 sc->sc_codecctl1 |= AWACS_PARALLEL_OUTPUT; in awacs_attach()
502 awacs_write_codec(sc, sc->sc_codecctl1); in awacs_attach()
561 sc->sc_codecctl1 &= ~AWACS_MUTE_HEADPHONE; in awacs_setup_sgsmix()
562 awacs_write_codec(sc, sc->sc_codecctl1); in awacs_setup_sgsmix()
[all …]