Home
last modified time | relevance | path

Searched refs:snd_hdac_chip_updatel (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/sound/hda/
Dhdac_controller.c83 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io()
120 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io()
365 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset()
436 snd_hdac_chip_updatel(bus, INTCTL, in azx_int_enable()
454 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN, 0); in azx_int_disable()
Dhdac_stream.c95 snd_hdac_chip_updatel(bus, INTCTL, in snd_hdac_stream_start()
138 snd_hdac_chip_updatel(azx_dev->bus, INTCTL, 1 << azx_dev->index, 0); in snd_hdac_stream_stop()
/Linux-v5.4/sound/soc/sof/intel/
Dhda-ctrl.c202 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in hda_dsp_ctrl_init_chip()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c115 snd_hdac_chip_updatel(bus, VS_EM2, AZX_REG_VS_EM2_L1SEN, val); in skl_clock_power_gating()
205 snd_hdac_chip_updatel(bus, VS_EM2, AZX_VS_EM2_DUM, AZX_VS_EM2_DUM); in skl_dum_set()
/Linux-v5.4/include/sound/
Dhdaudio.h452 #define snd_hdac_chip_updatel(chip, reg, mask, val) \ macro
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c398 snd_hdac_chip_updatel(azx_bus(chip), GTSCC, 0, GTSCC_TSCCI_MASK); in azx_get_sync_time()