Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/intel/catpt/
H A Ddsp.c433 mask = WPT_VDRTCTL0_D3SRAMPGD | WPT_VDRTCTL0_D3PGD; in wpt_dsp_power_down()
434 catpt_updatel_pci(cdev, VDRTCTL0, mask, WPT_VDRTCTL0_D3PGD); in wpt_dsp_power_down()
463 mask = WPT_VDRTCTL0_D3SRAMPGD | WPT_VDRTCTL0_D3PGD; in wpt_dsp_power_up()
H A Dregisters.h109 #define WPT_VDRTCTL0_D3PGD BIT(0) macro