Lines Matching defs:tegra_i2c_hw_feature
196 struct tegra_i2c_hw_feature { struct
197 bool has_continue_xfer_support;
198 bool has_per_pkt_xfer_complete_irq;
199 bool has_single_clk_source;
200 bool has_config_load_reg;
201 int clk_divisor_hs_mode;
202 int clk_divisor_std_mode;
203 int clk_divisor_fast_mode;
204 u16 clk_divisor_fast_plus_mode;
205 bool has_multi_master_mode;
206 bool has_slcg_override_reg;
207 bool has_mst_fifo;
208 const struct i2c_adapter_quirks *quirks;
209 bool supports_bus_clear;
210 bool has_apb_dma;
211 u8 tlow_std_mode;
212 u8 thigh_std_mode;
213 u8 tlow_fast_fastplus_mode;
214 u8 thigh_fast_fastplus_mode;
215 u32 setup_hold_time_std_mode;
216 u32 setup_hold_time_fast_fast_plus_mode;
217 u32 setup_hold_time_hs_mode;
218 bool has_interface_timing_reg;