Lines Matching defs:tegra_i2c_hw_feature
159 struct tegra_i2c_hw_feature { struct
160 bool has_continue_xfer_support;
161 bool has_per_pkt_xfer_complete_irq;
162 bool has_single_clk_source;
163 bool has_config_load_reg;
164 int clk_divisor_hs_mode;
165 int clk_divisor_std_fast_mode;
166 u16 clk_divisor_fast_plus_mode;
167 bool has_multi_master_mode;
168 bool has_slcg_override_reg;
192 const struct tegra_i2c_hw_feature *hw; argument