Home
last modified time | relevance | path

Searched refs:AZX_GCTL_RESET (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/hda/
Dhdac_controller.c256 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset()
259 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
275 snd_hdac_chip_updateb(bus, GCTL, 0, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset()
/linux-4.4.14/include/sound/
Dhda_register.h24 #define AZX_GCTL_RESET (1 << 0) /* controller reset */ macro