Searched refs:hda_write4 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/dev/hdaudio/ |
| H A D | hdaudio.c | 394 hda_write4(sc, HDAUDIO_MMIO_CORBLBASE, corblbase); in hdaudio_corb_config() 395 hda_write4(sc, HDAUDIO_MMIO_CORBUBASE, corbubase); in hdaudio_corb_config() 559 hda_write4(sc, HDAUDIO_MMIO_RIRBLBASE, rirblbase); in hdaudio_rirb_config() 560 hda_write4(sc, HDAUDIO_MMIO_RIRBUBASE, rirbubase); in hdaudio_rirb_config() 590 hda_write4(sc, HDAUDIO_MMIO_INTCTL, 0); in hdaudio_reset() 601 hda_write4(sc, HDAUDIO_MMIO_GCTL, gctl); in hdaudio_reset() 615 hda_write4(sc, HDAUDIO_MMIO_GCTL, gctl | HDAUDIO_GCTL_CRST); in hdaudio_reset() 628 hda_write4(sc, HDAUDIO_MMIO_GCTL, gctl | HDAUDIO_GCTL_UNSOL_EN); in hdaudio_reset() 636 hda_write4(sc, HDAUDIO_MMIO_INTSTS, in hdaudio_intr_enable() 638 hda_write4(sc, HDAUDIO_MMIO_INTCTL, in hdaudio_intr_enable() [all …]
|
| H A D | hdaudiovar.h | 247 #define hda_write4(sc, off, val) \ macro
|