Searched refs:snd_hdac_chip_readw (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/sound/hda/ |
D | hdac_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() 152 wp = snd_hdac_chip_readw(bus, CORBWP); in snd_hdac_bus_send_cmd() 161 rp = snd_hdac_chip_readw(bus, CORBRP); in snd_hdac_bus_send_cmd() 193 wp = snd_hdac_chip_readw(bus, RIRBWP); in snd_hdac_bus_update_rirb() 308 offset = snd_hdac_chip_readw(bus, LLCH); in snd_hdac_bus_parse_capabilities() 451 bus->codec_mask = snd_hdac_chip_readw(bus, STATESTS); in snd_hdac_bus_reset_link()
|
/linux-5.19.10/sound/soc/sof/intel/ |
D | hda-bus.c | 28 unsigned int mask = snd_hdac_chip_readw(bus, WAKEEN); in update_codec_wake_enable()
|
D | hda-ctrl.c | 235 bus->codec_mask = snd_hdac_chip_readw(bus, STATESTS); in hda_dsp_ctrl_init_chip()
|
D | hda.c | 793 codec_mask = snd_hdac_chip_readw(bus, STATESTS); in hda_check_for_state_change()
|
/linux-5.19.10/sound/pci/hda/ |
D | hda_controller.h | 172 snd_hdac_chip_readw(azx_bus(chip), reg)
|
/linux-5.19.10/sound/hda/ext/ |
D | hdac_ext_controller.c | 297 codec_mask = snd_hdac_chip_readw(bus, STATESTS); in snd_hdac_ext_bus_link_get()
|
/linux-5.19.10/include/sound/ |
D | hdaudio.h | 480 #define snd_hdac_chip_readw(chip, reg) \ macro 491 (snd_hdac_chip_readw(chip, reg) & ~(mask)) | (val))
|
/linux-5.19.10/sound/soc/intel/avs/ |
D | core.c | 76 gcap = snd_hdac_chip_readw(bus, GCAP); in avs_hdac_bus_init_streams()
|
/linux-5.19.10/sound/soc/intel/skylake/ |
D | skl.c | 938 gcap = snd_hdac_chip_readw(bus, GCAP); in skl_first_init()
|