Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/catpt/
H A Ddsp.c233 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 Dregisters.h45 #define CATPT_CS_RST BIT(1) macro