Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/intel/catpt/
Ddsp.c362 catpt_updatel_shim(cdev, CS1, CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in lpt_dsp_power_down()
363 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in lpt_dsp_power_down()
391 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in lpt_dsp_power_up()
392 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in lpt_dsp_power_up()
412 catpt_updatel_shim(cdev, CS1, CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in wpt_dsp_power_down()
413 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in wpt_dsp_power_down()
474 catpt_updatel_shim(cdev, CS1, CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1), in wpt_dsp_power_up()
475 CATPT_CS_SBCS(0) | CATPT_CS_SBCS(1)); in wpt_dsp_power_up()
Dregisters.h44 #define CATPT_CS_SBCS(ssp) BIT(2 + (ssp)) macro