Searched refs:snd_hdac_chip_writew (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | controller.c | 28 snd_hdac_chip_writew(bus, CORBRP, 0); in azx_clear_corbrp() 57 snd_hdac_chip_writew(bus, CORBWP, 0); in snd_hdac_bus_init_cmd_io() 60 snd_hdac_chip_writew(bus, CORBRP, AZX_CORBRP_RST); in snd_hdac_bus_init_cmd_io() 79 snd_hdac_chip_writew(bus, RIRBWP, AZX_RIRBWP_RST); in snd_hdac_bus_init_cmd_io() 81 snd_hdac_chip_writew(bus, RINTCNT, 1); in snd_hdac_bus_init_cmd_io() 245 snd_hdac_chip_writew(bus, CORBWP, wp); in snd_hdac_bus_send_cmd_corb() 530 snd_hdac_chip_writew(bus, STATESTS, STATESTS_INT_MASK); in snd_hdac_bus_reset_link() 595 snd_hdac_chip_writew(bus, STATESTS, STATESTS_INT_MASK); in azx_int_clear()
|
| H A D | i915.c | 70 snd_hdac_chip_writew(bus, HSW_EM4, bclk_m); in snd_hdac_i915_set_bclk() 71 snd_hdac_chip_writew(bus, HSW_EM5, bclk_n); in snd_hdac_i915_set_bclk()
|
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 172 snd_hdac_chip_writew(azx_bus(chip), reg, value)
|
| /linux/sound/hda/core/ext/ |
| H A D | controller.c | 329 snd_hdac_chip_writew(bus, STATESTS, codec_mask); in snd_hdac_ext_bus_link_get()
|
| /linux/drivers/soundwire/ |
| H A D | intel_ace2x.c | 494 snd_hdac_chip_writew(sdw->link_res->hbus, WAKEEN, wake_en); in intel_shim_wake() 498 snd_hdac_chip_writew(sdw->link_res->hbus, WAKEEN, wake_en); in intel_shim_wake() 503 snd_hdac_chip_writew(sdw->link_res->hbus, STATESTS, wake_sts); in intel_shim_wake()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 484 #define snd_hdac_chip_writew(chip, reg, value) \ macro 500 snd_hdac_chip_writew(chip, reg, \
|