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