Searched refs:CATPT_CS_RST (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | dsp.c | 233 val = reset ? CATPT_CS_RST : 0; in catpt_dsp_reset() 234 catpt_updatel_shim(cdev, CS1, CATPT_CS_RST, val); in catpt_dsp_reset() 237 reg, (reg & CATPT_CS_RST) == val, in catpt_dsp_reset()
|
H A D | registers.h | 45 #define CATPT_CS_RST BIT(1) macro
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | dsp.c | 233 val = reset ? CATPT_CS_RST : 0; in catpt_dsp_reset() 234 catpt_updatel_shim(cdev, CS1, CATPT_CS_RST, val); in catpt_dsp_reset() 237 reg, (reg & CATPT_CS_RST) == val, in catpt_dsp_reset()
|
H A D | registers.h | 45 #define CATPT_CS_RST BIT(1) macro
|
Completed in 3 milliseconds