Searched refs:snd_hdac_chip_readb (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | controller.c | 98 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() 498 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset() 517 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset() 529 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link() 548 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
|
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 178 snd_hdac_chip_readb(azx_bus(chip), reg)
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 492 #define snd_hdac_chip_readb(chip, reg) \ macro 504 (snd_hdac_chip_readb(chip, reg) & ~(mask)) | (val))
|