Lines Matching defs:qcom_swrm_ctrl
177 struct qcom_swrm_ctrl { struct
178 struct sdw_bus bus;
179 struct device *dev;
180 struct regmap *regmap;
181 u32 max_reg;
182 const unsigned int *reg_layout;
183 void __iomem *mmio;
184 struct reset_control *audio_cgcr;
208 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument
209 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument
210 u32 slave_status;
211 u32 wr_fifo_depth;
212 u32 rd_fifo_depth;
213 bool clock_stop_not_supported;