Home
last modified time | relevance | path

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

/Linux-v5.4/sound/hda/
Dhdac_controller.c94 while ((snd_hdac_chip_readb(bus, RIRBCTL) & AZX_RBCTL_DMA_EN) in hdac_wait_for_cmd_dmas()
99 while ((snd_hdac_chip_readb(bus, CORBCTL) & AZX_CORBCTL_RUN) in hdac_wait_for_cmd_dmas()
368 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
387 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
417 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c151 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c()
155 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c()
173 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()
186 snd_hdac_chip_readb(bus, VS_D0I3C)); in skl_update_d0i3c()
199 if (!(snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)) { in skl_dum_set()
231 status = snd_hdac_chip_readb(bus, RIRBSTS); in skl_interrupt()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.h178 snd_hdac_chip_readb(azx_bus(chip), reg)
/Linux-v5.4/include/sound/
Dhdaudio.h448 #define snd_hdac_chip_readb(chip, reg) \ macro
460 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
/Linux-v5.4/sound/soc/sof/intel/
Dhda-ctrl.c196 if (!snd_hdac_chip_readb(bus, GCTL)) { in hda_dsp_ctrl_init_chip()
Dhda.c222 rirbsts = snd_hdac_chip_readb(bus, RIRBSTS); in hda_ipc_irq_dump()
Dhda-stream.c612 rirb_status = snd_hdac_chip_readb(bus, RIRBSTS); in hda_dsp_stream_threaded_handler()