Searched refs:snd_hdac_chip_readb (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hdac_controller.c | 91 while ((snd_hdac_chip_readb(bus, RIRBCTL) & AZX_RBCTL_DMA_EN) in hdac_wait_for_cmd_dmas() 96 while ((snd_hdac_chip_readb(bus, CORBCTL) & AZX_CORBCTL_RUN) in hdac_wait_for_cmd_dmas() 363 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset() 382 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset() 412 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl.c | 150 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c() 154 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c() 172 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c() 175 reg = snd_hdac_chip_readb(bus, VS_D0I3C); in skl_update_d0i3c() 185 snd_hdac_chip_readb(bus, VS_D0I3C)); in skl_update_d0i3c() 211 status = snd_hdac_chip_readb(bus, RIRBSTS); in skl_interrupt()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.h | 199 snd_hdac_chip_readb(azx_bus(chip), reg)
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 452 #define snd_hdac_chip_readb(chip, reg) \ macro 464 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
|