Home
last modified time | relevance | path

Searched refs:snd_hdac_chip_readb (Results 1 – 6 of 6) 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()
517 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
529 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
548 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/linux/sound/hda/common/
H A Dhda_controller.h178 snd_hdac_chip_readb(azx_bus(chip), reg)
/linux/sound/soc/intel/avs/
H A Dicl.c159 ltrp_gb = snd_hdac_chip_readb(bus, VS_LTRP) & AZX_REG_VS_LTRP_GB_MASK; in avs_icl_load_basefw()
H A Dcore.c278 status = snd_hdac_chip_readb(bus, RIRBSTS); in avs_hda_interrupt()
/linux/include/sound/
H A Dhdaudio.h492 #define snd_hdac_chip_readb(chip, reg) \ macro
504 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
/linux/sound/soc/sof/intel/
H A Dhda-codec.c366 rirb_status = snd_hdac_chip_readb(bus, RIRBSTS); in hda_codec_check_rirb_status()