Searched refs:CATPT_CS_RST (Results 1 – 2 of 2) sorted by relevance
223 val = reset ? CATPT_CS_RST : 0; in catpt_dsp_reset()224 catpt_updatel_shim(cdev, CS1, CATPT_CS_RST, val); in catpt_dsp_reset()227 reg, (reg & CATPT_CS_RST) == val, in catpt_dsp_reset()
45 #define CATPT_CS_RST BIT(1) macro