Searched refs:hda_read1 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/hdaudio/ |
H A D | hdaudio.c | 125 const uint8_t vmaj = hda_read1(sc, HDAUDIO_MMIO_VMAJ); in hdaudio_init() 126 const uint8_t vmin = hda_read1(sc, HDAUDIO_MMIO_VMIN); in hdaudio_init() 341 hda_write1(sc, HDAUDIO_MMIO_RIRBSTS, hda_read1(sc, HDAUDIO_MMIO_RIRBSTS)); in hdaudio_command_unlocked() 357 corbsize = hda_read1(sc, HDAUDIO_MMIO_CORBSIZE); in hdaudio_corb_setsize() 421 corbctl = hda_read1(sc, HDAUDIO_MMIO_CORBCTL); in hdaudio_corb_stop() 427 corbctl = hda_read1(sc, HDAUDIO_MMIO_CORBCTL); in hdaudio_corb_stop() 445 corbctl = hda_read1(sc, HDAUDIO_MMIO_CORBCTL); in hdaudio_corb_start() 451 corbctl = hda_read1(sc, HDAUDIO_MMIO_CORBCTL); in hdaudio_corb_start() 469 rirbctl = hda_read1(sc, HDAUDIO_MMIO_RIRBCTL); in hdaudio_rirb_stop() 476 rirbctl = hda_read1(sc, HDAUDIO_MMIO_RIRBCTL); in hdaudio_rirb_stop() [all …]
|
H A D | hdaudiovar.h | 212 #define hda_read1 _hda_read1 macro
|
H A D | hdafg.c | 3286 (void)hda_read1(ad->ad_sc->sc_host, HDAUDIO_SD_STS(st->st_shift)); in hdafg_stream_intr()
|