Home
last modified time | relevance | path

Searched refs:snd_hdac_chip_readb (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/core/
H A Dcontroller.c98 while ((snd_hdac_chip_readb(bus, RIRBCTL) & AZX_RBCTL_DMA_EN) in hdac_wait_for_cmd_dmas()
103 while ((snd_hdac_chip_readb(bus, CORBCTL) & AZX_CORBCTL_RUN) in hdac_wait_for_cmd_dmas()
498 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
520 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout))
532 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
551 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/linux/sound/hda/common/
H A Dhda_controller.h175 snd_hdac_chip_readb(azx_bus(chip), reg)
/linux/include/sound/
H A Dhdaudio.h493 #define snd_hdac_chip_readb(chip, reg) \ macro
505 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
/linux/sound/soc/intel/avs/
H A Dcore.c291 status = snd_hdac_chip_readb(bus, RIRBSTS); in avs_hda_interrupt()