Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ds3_617.h50 enum { SV_CODEC_CONTROL = 0, enumerator
/openbsd/sys/dev/pci/
H A Dsv.c303 reg = sv_read(sc, SV_CODEC_CONTROL); in sv_attach()
305 sv_write(sc, SV_CODEC_CONTROL, reg); in sv_attach()
308 reg = sv_read(sc, SV_CODEC_CONTROL); in sv_attach()
313 sv_write(sc, SV_CODEC_CONTROL, reg); in sv_attach()
317 sv_write(sc, SV_CODEC_CONTROL, reg); in sv_attach()
319 DPRINTF (("reg: %x\n", sv_read(sc, SV_CODEC_CONTROL))); in sv_attach()