Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_controller.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()
397 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
416 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
428 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
447 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.c154 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c()
158 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c()
176 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c()
179 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c()
189 snd_hdac_chip_readb(bus, VS_D0I3C)); in skl_update_d0i3c()
202 if (!(snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)) { in skl_dum_set()
234 status = snd_hdac_chip_readb(bus, RIRBSTS); in skl_interrupt()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.h177 snd_hdac_chip_readb(azx_bus(chip), reg)
/openbmc/linux/include/sound/
H A Dhdaudio.h487 #define snd_hdac_chip_readb(chip, reg) \ macro
499 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c359 rirb_status = snd_hdac_chip_readb(bus, RIRBSTS); in hda_codec_check_rirb_status()
/openbmc/linux/sound/soc/intel/avs/
H A Dcore.c276 status = snd_hdac_chip_readb(bus, RIRBSTS); in hdac_bus_irq_handler()