Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/catpt/
Ddsp.c221 val = stall ? CATPT_CS_STALL : 0; in catpt_dsp_stall()
222 catpt_updatel_shim(cdev, CS1, CATPT_CS_STALL, val); in catpt_dsp_stall()
225 reg, (reg & CATPT_CS_STALL) == val, in catpt_dsp_stall()
Dregisters.h40 #define CATPT_CS_STALL BIT(10) macro