Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c341 hda_write1(sc, HDAUDIO_MMIO_RIRBSTS, hda_read1(sc, HDAUDIO_MMIO_RIRBSTS)); in hdaudio_command_unlocked()
396 hda_write1(sc, HDAUDIO_MMIO_CORBSIZE, sc->sc_corb.dma_sizereg); in hdaudio_corb_config()
424 hda_write1(sc, HDAUDIO_MMIO_CORBCTL, corbctl); in hdaudio_corb_stop()
448 hda_write1(sc, HDAUDIO_MMIO_CORBCTL, corbctl); in hdaudio_corb_start()
473 hda_write1(sc, HDAUDIO_MMIO_RIRBCTL, rirbctl); in hdaudio_rirb_stop()
500 hda_write1(sc, HDAUDIO_MMIO_RIRBCTL, rirbctl); in hdaudio_rirb_start()
561 hda_write1(sc, HDAUDIO_MMIO_RIRBSIZE, sc->sc_rirb.dma_sizereg); in hdaudio_rirb_config()
595 hda_write1(sc, HDAUDIO_MMIO_RIRBSTS, in hdaudio_reset()
835 hda_write1(sc, HDAUDIO_MMIO_RIRBSTS, in hdaudio_attach()
923 hda_write1(sc, HDAUDIO_MMIO_RIRBSTS, in hdaudio_resume()
[all …]
H A Dhdaudiovar.h245 #define hda_write1 _hda_write1 macro
H A Dhdafg.c3287 hda_write1(ad->ad_sc->sc_host, HDAUDIO_SD_STS(st->st_shift), in hdafg_stream_intr()