Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c152 hda_write2(sc, HDAUDIO_MMIO_STATESTS, statests); in hdaudio_codec_probe()
239 hda_write2(sc, HDAUDIO_MMIO_CORBWP, wp); in hdaudio_corb_enqueue()
399 hda_write2(sc, HDAUDIO_MMIO_CORBRP, HDAUDIO_CORBRP_RP_RESET); in hdaudio_corb_config()
400 hda_write2(sc, HDAUDIO_MMIO_CORBRP, 0); in hdaudio_corb_config()
409 hda_write2(sc, HDAUDIO_MMIO_CORBWP, 0); in hdaudio_corb_config()
494 hda_write2(sc, HDAUDIO_MMIO_RINTCNT, 1); in hdaudio_rirb_start()
564 hda_write2(sc, HDAUDIO_MMIO_RIRBWP, HDAUDIO_RIRBWP_WP_RESET); in hdaudio_rirb_config()
587 hda_write2(sc, HDAUDIO_MMIO_WAKEEN, 0); in hdaudio_reset()
593 hda_write2(sc, HDAUDIO_MMIO_STATESTS, in hdaudio_reset()
834 hda_write2(sc, HDAUDIO_MMIO_STATESTS, HDAUDIO_STATESTS_SDIWAKE); in hdaudio_attach()
[all …]
H A Dhdaudiovar.h246 #define hda_write2 _hda_write2 macro