Searched defs:sun4i_i2s_quirks (Results 1 – 2 of 2) sorted by relevance
146 struct sun4i_i2s_quirks { struct147 bool has_reset;148 bool has_slave_select_bit;149 bool has_fmt_set_lrck_period;150 bool has_chcfg;151 bool has_chsel_tx_chen;152 bool has_chsel_offset;153 unsigned int reg_offset_txdata; /* TX FIFO */154 const struct regmap_config *sun4i_i2s_regmap;155 unsigned int mclk_offset;[all …]
147 struct sun4i_i2s_quirks { struct148 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;[all …]