Searched refs:CATPT_CS_STALL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | dsp.c | 221 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()
|
H A D | registers.h | 40 #define CATPT_CS_STALL BIT(10) macro
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | dsp.c | 221 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()
|
H A D | registers.h | 40 #define CATPT_CS_STALL BIT(10) macro
|
Completed in 3 milliseconds