Searched refs:snd_hdac_chip_readw (Results 1 – 7 of 7) 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() 145 if (snd_hdac_chip_readw(bus, IRS) & AZX_IRS_VALID) { in snd_hdac_bus_wait_for_pio_response() 154 snd_hdac_chip_readw(bus, IRS)); in snd_hdac_bus_wait_for_pio_response() 177 if (!((snd_hdac_chip_readw(bus, IRS) & AZX_IRS_BUSY))) { in snd_hdac_bus_send_cmd_pio() 190 snd_hdac_chip_readw(bus, IRS), val); in snd_hdac_bus_send_cmd_pio() 229 wp = snd_hdac_chip_readw(bus, CORBWP); in snd_hdac_bus_send_cmd_corb() 237 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()
|
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 171 snd_hdac_chip_readw(azx_bus(chip), reg)
|
| /linux/sound/hda/core/ext/ |
| H A D | controller.c | 329 codec_mask = snd_hdac_chip_readw(bus, STATESTS); in snd_hdac_ext_bus_link_get()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 491 #define snd_hdac_chip_readw(chip, reg) \ macro 502 (snd_hdac_chip_readw(chip, reg) & ~(mask)) | (val))
|
| /linux/drivers/soundwire/ |
| H A D | intel_ace2x.c | 512 wake_en = snd_hdac_chip_readw(sdw->link_res->hbus, WAKEEN); in intel_shim_wake() 525 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 | 97 gcap = snd_hdac_chip_readw(bus, GCAP); in avs_hdac_bus_init_streams()
|