Searched refs:snd_hdac_chip_readb (Results 1 – 6 of 6) 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/sound/soc/intel/avs/ |
| H A D | icl.c | 159 ltrp_gb = snd_hdac_chip_readb(bus, VS_LTRP) & AZX_REG_VS_LTRP_GB_MASK; in avs_icl_load_basefw()
|
| H A D | core.c | 278 status = snd_hdac_chip_readb(bus, RIRBSTS); in avs_hda_interrupt()
|
| /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))
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-codec.c | 366 rirb_status = snd_hdac_chip_readb(bus, RIRBSTS); in hda_codec_check_rirb_status()
|