Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-dsp.c278 val |= SST_PMCS_PS_MASK; in hsw_set_dsp_D3()
323 reg &= ~SST_PMCS_PS_MASK; in hsw_set_dsp_D0()
328 reg = readl(sst->addr.pci_cfg + SST_PMCS) & SST_PMCS_PS_MASK; in hsw_set_dsp_D0()
/linux-4.4.14/sound/soc/intel/common/
Dsst-dsp.h175 #define SST_PMCS_PS_MASK 0x3 macro