Symbol: snd_hdac_chip_readw
drivers/soundwire/intel_ace2x.c
488
wake_en = snd_hdac_chip_readw(sdw->link_res->hbus, WAKEEN);
drivers/soundwire/intel_ace2x.c
501
wake_sts = snd_hdac_chip_readw(sdw->link_res->hbus, STATESTS);
include/sound/hdaudio.h
501
(snd_hdac_chip_readw(chip, reg) & ~(mask)) | (val))
sound/hda/common/hda_controller.h
174
snd_hdac_chip_readw(azx_bus(chip), reg)
sound/hda/core/controller.c
145
if (snd_hdac_chip_readw(bus, IRS) & AZX_IRS_VALID) {
sound/hda/core/controller.c
154
snd_hdac_chip_readw(bus, IRS));
sound/hda/core/controller.c
177
if (!((snd_hdac_chip_readw(bus, IRS) & AZX_IRS_BUSY))) {
sound/hda/core/controller.c
190
snd_hdac_chip_readw(bus, IRS), val);
sound/hda/core/controller.c
20
if (snd_hdac_chip_readw(bus, CORBRP) & AZX_CORBRP_RST)
sound/hda/core/controller.c
229
wp = snd_hdac_chip_readw(bus, CORBWP);
sound/hda/core/controller.c
237
rp = snd_hdac_chip_readw(bus, CORBRP);
sound/hda/core/controller.c
26
snd_hdac_chip_readw(bus, CORBRP));
sound/hda/core/controller.c
265
wp = snd_hdac_chip_readw(bus, RIRBWP);
sound/hda/core/controller.c
30
if (snd_hdac_chip_readw(bus, CORBRP) == 0)
sound/hda/core/controller.c
36
snd_hdac_chip_readw(bus, CORBRP));
sound/hda/core/controller.c
412
offset = snd_hdac_chip_readw(bus, LLCH);
sound/hda/core/controller.c
555
bus->codec_mask = snd_hdac_chip_readw(bus, STATESTS);
sound/hda/core/ext/controller.c
327
codec_mask = snd_hdac_chip_readw(bus, STATESTS);
sound/soc/intel/avs/core.c
95
gcap = snd_hdac_chip_readw(bus, GCAP);
sound/soc/sof/intel/hda-bus.c
24
unsigned int mask = snd_hdac_chip_readw(bus, WAKEEN);
sound/soc/sof/intel/hda-codec.c
247
codec_mask = snd_hdac_chip_readw(bus, STATESTS);
sound/soc/sof/intel/hda-codec.c
265
bus->codec_mask = snd_hdac_chip_readw(bus, STATESTS);
sound/soc/sof/intel/lnl.c
157
wake_sts = snd_hdac_chip_readw(bus, STATESTS);