Searched refs:snd_hdac_chip_updatel (Results 1 – 6 of 6) sorted by relevance
/linux/sound/soc/intel/avs/ |
H A D | core.c | 76 snd_hdac_chip_updatel(&adev->base.core, VS_EM2, AZX_VS_EM2_L1SEN, in avs_hda_l1sen_enable() 80 snd_hdac_chip_updatel(&adev->base.core, VS_EM2, AZX_VS_EM2_L1SEN, 0); in avs_hda_l1sen_enable() 117 snd_hdac_chip_updatel(bus, VS_EM2, AZX_VS_EM2_DUM, AZX_VS_EM2_DUM); in avs_hdac_bus_init_chip() 293 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_GLOBAL_EN, 0); in avs_hda_irq_handler() 308 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_GLOBAL_EN, AZX_INT_GLOBAL_EN); in avs_hda_irq_thread() 331 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_GLOBAL_EN, AZX_INT_GLOBAL_EN); in avs_dsp_irq_thread()
|
/linux/sound/hda/ |
H A D | hdac_controller.c | 88 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io() 125 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io() 507 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset() 579 snd_hdac_chip_updatel(bus, INTCTL, in azx_int_enable()
|
H A D | hdac_stream.c | 140 snd_hdac_chip_updatel(bus, INTCTL, in snd_hdac_stream_start() 189 snd_hdac_chip_updatel(azx_dev->bus, INTCTL, 1 << azx_dev->index, 0); in snd_hdac_stream_stop()
|
/linux/sound/soc/sof/intel/ |
H A D | hda-codec.c | 264 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in hda_codec_detect_mask()
|
/linux/include/sound/ |
H A D | hdaudio.h | 493 #define snd_hdac_chip_updatel(chip, reg, mask, val) \ macro
|
/linux/sound/pci/hda/ |
H A D | hda_controller.c | 400 snd_hdac_chip_updatel(azx_bus(chip), GTSCC, 0, GTSCC_TSCCI_MASK); in azx_get_sync_time()
|