Lines Matching defs:sun4i_i2s_quirks
147 struct sun4i_i2s_quirks { struct
148 bool has_reset;
149 unsigned int reg_offset_txdata; /* TX FIFO */
150 const struct regmap_config *sun4i_i2s_regmap;
153 struct reg_field field_clkdiv_mclk_en;
154 struct reg_field field_fmt_wss;
155 struct reg_field field_fmt_sr;
157 const struct sun4i_i2s_clk_div *bclk_dividers;
158 unsigned int num_bclk_dividers;
159 const struct sun4i_i2s_clk_div *mclk_dividers;
160 unsigned int num_mclk_dividers;
162 unsigned long (*get_bclk_parent_rate)(const struct sun4i_i2s *);
163 s8 (*get_sr)(const struct sun4i_i2s *, int);
164 s8 (*get_wss)(const struct sun4i_i2s *, int);
165 int (*set_chan_cfg)(const struct sun4i_i2s *,
189 const struct sun4i_i2s_quirks *variant; argument