Lines Matching defs:tegra_i2c_hw_feature
205 struct tegra_i2c_hw_feature { struct
206 bool has_continue_xfer_support;
207 bool has_per_pkt_xfer_complete_irq;
208 bool has_config_load_reg;
209 u32 clk_divisor_hs_mode;
210 u32 clk_divisor_std_mode;
211 u32 clk_divisor_fast_mode;
212 u32 clk_divisor_fast_plus_mode;
213 bool has_multi_master_mode;
214 bool has_slcg_override_reg;
215 bool has_mst_fifo;
216 const struct i2c_adapter_quirks *quirks;
217 bool supports_bus_clear;
218 bool has_apb_dma;
219 u32 tlow_std_mode;
220 u32 thigh_std_mode;
221 u32 tlow_fast_fastplus_mode;
222 u32 thigh_fast_fastplus_mode;
223 u32 setup_hold_time_std_mode;
224 u32 setup_hold_time_fast_fast_plus_mode;
225 u32 setup_hold_time_hs_mode;
226 bool has_interface_timing_reg;