Home
last modified time | relevance | path

Searched refs:AZX_GCTL_UNSOL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/soc/sof/intel/
Dhda-ctrl.c231 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in hda_dsp_ctrl_init_chip()
/linux-6.1.9/sound/hda/
Dhdac_controller.c84 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io()
121 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io()
/linux-6.1.9/include/sound/
Dhda_register.h27 #define AZX_GCTL_UNSOL (1 << 8) /* accept unsol. response enable */ macro