Searched refs:snd_hdac_chip_readw (Results 1 – 5 of 5) 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(bus, CORBRP); 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 | 174 snd_hdac_chip_readw(azx_bus(chip), reg)
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 490 #define snd_hdac_chip_readw(chip, reg) \ macro 501 (snd_hdac_chip_readw(chip, reg) & ~(mask)) | (val))
|
| /linux/drivers/soundwire/ |
| H A D | intel_ace2x.c | 488 wake_en = snd_hdac_chip_readw(sdw->link_res->hbus, WAKEEN); in intel_shim_wake() 501 wake_sts = snd_hdac_chip_readw(sdw->link_res->hbus, STATESTS); in intel_shim_wake()
|