Searched refs:CATPT_CS_RST (Results 1 – 2 of 2) sorted by relevance
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()
45 #define CATPT_CS_RST BIT(1) macro