Home
last modified time | relevance | path

Searched refs:at91_i2c_bus (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.c24 static int at91_wait_for_xfer(struct at91_i2c_bus *bus, u32 status) in at91_wait_for_xfer()
45 static int at91_i2c_xfer_msg(struct at91_i2c_bus *bus, struct i2c_msg *msg) in at91_i2c_xfer_msg()
109 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_i2c_xfer()
153 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_calc_i2c_clock()
179 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_i2c_enable_clk()
205 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_i2c_set_bus_speed()
216 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_i2c_get_bus_speed()
224 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_i2c_ofdata_to_platdata()
243 struct at91_i2c_bus *bus = dev_get_priv(dev); in at91_i2c_probe()
321 .priv_auto_alloc_size = sizeof(struct at91_i2c_bus),
H A Dat91_i2c.h67 struct at91_i2c_bus { struct