Home
last modified time | relevance | path

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

/linux-6.15/sound/hda/
H A Dhdac_controller.c99 while ((snd_hdac_chip_readb(bus, RIRBCTL) & AZX_RBCTL_DMA_EN) in hdac_wait_for_cmd_dmas()
104 while ((snd_hdac_chip_readb(bus, CORBCTL) & AZX_CORBCTL_RUN) in hdac_wait_for_cmd_dmas()
510 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
529 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
541 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
560 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/linux-6.15/sound/pci/hda/
H A Dhda_controller.h178 snd_hdac_chip_readb(azx_bus(chip), reg)
/linux-6.15/sound/soc/intel/avs/
H A Dicl.c158 ltrp_gb = snd_hdac_chip_readb(bus, VS_LTRP) & AZX_REG_VS_LTRP_GB_MASK; in avs_icl_load_basefw()
H A Dcore.c271 status = snd_hdac_chip_readb(bus, RIRBSTS); in avs_hda_interrupt()
/linux-6.15/include/sound/
H A Dhdaudio.h489 #define snd_hdac_chip_readb(chip, reg) \ macro
501 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
/linux-6.15/sound/soc/sof/intel/
H A Dhda-codec.c369 rirb_status = snd_hdac_chip_readb(bus, RIRBSTS); in hda_codec_check_rirb_status()