Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/hda/
Dhdac_controller.c95 while ((snd_hdac_chip_readb(bus, RIRBCTL) & AZX_RBCTL_DMA_EN) in hdac_wait_for_cmd_dmas()
100 while ((snd_hdac_chip_readb(bus, CORBCTL) & AZX_CORBCTL_RUN) in hdac_wait_for_cmd_dmas()
394 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
413 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
425 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
444 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
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()
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_controller.h179 snd_hdac_chip_readb(azx_bus(chip), reg)
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dhda-dsp.c345 while (snd_hdac_chip_readb(bus, VS_D0I3C) & SOF_HDA_VS_D0I3C_CIP) { in hda_dsp_wait_d0i3c_done()
395 snd_hdac_chip_readb(bus, VS_D0I3C)); in hda_dsp_update_d0i3c_register()
Dhda-ctrl.c224 if (!snd_hdac_chip_readb(bus, GCTL)) { in hda_dsp_ctrl_init_chip()
Dhda-loader.c292 original_gb = snd_hdac_chip_readb(bus, VS_LTRP) & HDA_VS_INTEL_LTRP_GB_MASK; in hda_dsp_cl_boot_firmware_iccmax()
Dhda-stream.c723 rirb_status = snd_hdac_chip_readb(bus, RIRBSTS); in hda_dsp_stream_threaded_handler()
Dhda.c493 rirbsts = snd_hdac_chip_readb(bus, RIRBSTS); in hda_ipc_irq_dump()
/kernel/linux/linux-5.10/include/sound/
Dhdaudio.h483 #define snd_hdac_chip_readb(chip, reg) \ macro
495 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))