Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_controller.c87 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io()
124 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c254 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in hda_codec_detect_mask()
/openbmc/linux/include/sound/
H A Dhda_register.h27 #define AZX_GCTL_UNSOL (1 << 8) /* accept unsol. response enable */ macro