Searched refs:STATESTS_INT_MASK (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/sound/ |
D | hda_register.h | 119 #define STATESTS_INT_MASK ((1 << HDA_MAX_CODECS) - 1) macro
|
/linux-4.4.14/sound/hda/ |
D | hdac_controller.c | 290 snd_hdac_chip_writew(bus, STATESTS, STATESTS_INT_MASK); in azx_reset() 358 snd_hdac_chip_writew(bus, STATESTS, STATESTS_INT_MASK); in azx_int_clear()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl.c | 176 snd_hdac_chip_updatew(bus, WAKEEN, 0, STATESTS_INT_MASK); in skl_runtime_suspend() 206 snd_hdac_chip_updatew(bus, WAKEEN, STATESTS_INT_MASK, 0); in skl_runtime_resume()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_intel.c | 1021 STATESTS_INT_MASK); in azx_runtime_suspend() 1081 ~STATESTS_INT_MASK); in azx_runtime_resume()
|