Searched refs:snd_hdac_chip_readw (Results 1 – 8 of 8) sorted by relevance
/linux/sound/hda/core/ |
H A D | controller.c | 20 if (snd_hdac_chip_readw(bus, CORBRP) & AZX_CORBRP_RST) in azx_clear_corbrp() 26 snd_hdac_chip_readw(bus, CORBRP)); in azx_clear_corbrp() 30 if (snd_hdac_chip_readw(bus, CORBRP) == 0) in azx_clear_corbrp() 36 snd_hdac_chip_readw(bus, CORBRP)); in azx_clear_corbrp() 147 if (snd_hdac_chip_readw(bus, IRS) & AZX_IRS_VALID) { in snd_hdac_bus_wait_for_pio_response() 156 snd_hdac_chip_readw(bus, IRS)); in snd_hdac_bus_wait_for_pio_response() 180 if (!((snd_hdac_chip_readw(bus, IRS) & AZX_IRS_BUSY))) { in snd_hdac_bus_send_cmd_pio() 194 snd_hdac_chip_readw(bus, IRS), val); in snd_hdac_bus_send_cmd_pio() 236 wp = snd_hdac_chip_readw(bus, CORBWP); in snd_hdac_bus_send_cmd_corb() 245 rp = snd_hdac_chip_readw(bu in snd_hdac_bus_send_cmd_corb() [all...] |
/linux/sound/soc/sof/intel/ |
H A D | hda-bus.c | 24 unsigned int mask = snd_hdac_chip_readw(bus, WAKEEN); in update_codec_wake_enable()
|
H A D | hda-codec.c | 247 codec_mask = snd_hdac_chip_readw(bus, STATESTS); in hda_codec_check_for_state_change() 268 bus->codec_mask = snd_hdac_chip_readw(bus, STATESTS); in hda_codec_detect_mask()
|
/linux/sound/hda/common/ |
H A D | hda_controller.h | 174 snd_hdac_chip_readw(azx_bus(chip), reg)
|
/linux/sound/hda/core/ext/ |
H A D | controller.c | 327 codec_mask = snd_hdac_chip_readw(bus, STATESTS); in snd_hdac_ext_bus_link_get()
|
/linux/include/sound/ |
H A D | hdaudio.h | 487 #define snd_hdac_chip_readw(chip, reg) \ macro 498 (snd_hdac_chip_readw(chip, reg) & ~(mask)) | (val))
|
/linux/drivers/soundwire/ |
H A D | intel_ace2x.c | 414 wake_en = snd_hdac_chip_readw(sdw->link_res->hbus, WAKEEN); in intel_shim_wake() 427 wake_sts = snd_hdac_chip_readw(sdw->link_res->hbus, STATESTS); in intel_shim_wake()
|
/linux/sound/soc/intel/avs/ |
H A D | core.c | 94 gcap = snd_hdac_chip_readw(bus, GCAP); in avs_hdac_bus_init_streams()
|