Home
last modified time | relevance | path

Searched refs:clk_max_div (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.c156 int max_ckdiv = pdata->clk_max_div; in at91_calc_i2c_clock()
263 .clk_max_div = 5,
268 .clk_max_div = 5,
273 .clk_max_div = 7,
278 .clk_max_div = 7,
283 .clk_max_div = 7,
288 .clk_max_div = 7,
293 .clk_max_div = 7,
298 .clk_max_div = 7,
H A Dat91_i2c.h63 unsigned clk_max_div; member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-at91-core.c65 .clk_max_div = 5,
71 .clk_max_div = 5,
76 .clk_max_div = 7,
81 .clk_max_div = 7,
86 .clk_max_div = 7,
113 .clk_max_div = 7,
118 .clk_max_div = 7,
125 .clk_max_div = 7,
137 .clk_max_div = 7,
H A Di2c-at91.h116 unsigned clk_max_div; member
H A Di2c-at91-master.c71 int max_ckdiv = pdata->clk_max_div; in at91_calc_twi_clock()