Home
last modified time | relevance | path

Searched refs:clk_freq_optimized (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-designware-core.h307 bool clk_freq_optimized; member
H A Di2c-designware-master.c166 t_high = dev->clk_freq_optimized ? 160 : 120; in i2c_dw_set_timings_master()
171 t_low = dev->clk_freq_optimized ? 120 : 160; in i2c_dw_set_timings_master()
H A Di2c-designware-common.c389 dev->clk_freq_optimized = device_property_read_bool(device, "snps,clk-freq-optimized"); in i2c_dw_fw_parse_and_configure()