Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/intel/catpt/
Ddsp.c352 catpt_updatel_shim(cdev, CS1, CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in lpt_dsp_power_down()
353 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in lpt_dsp_power_down()
381 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in lpt_dsp_power_up()
382 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in lpt_dsp_power_up()
402 catpt_updatel_shim(cdev, CS1, CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in wpt_dsp_power_down()
403 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in wpt_dsp_power_down()
464 catpt_updatel_shim(cdev, CS1, CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in wpt_dsp_power_up()
465 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in wpt_dsp_power_up()
Dregisters.h44 #define CATPT_CS_SBCS(ssp) BIT(2 + (ssp)) macro