Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.c26 struct at91_i2c_regs *reg = bus->regs; in at91_wait_for_xfer()
47 struct at91_i2c_regs *reg = bus->regs; in at91_i2c_xfer_msg()
110 struct at91_i2c_regs *reg = bus->regs; in at91_i2c_xfer()
227 bus->regs = (struct at91_i2c_regs *)devfdt_get_addr(dev); in at91_i2c_ofdata_to_platdata()
244 struct at91_i2c_regs *reg = bus->regs; in at91_i2c_probe()
H A Dat91_i2c.h30 struct at91_i2c_regs { struct
68 struct at91_i2c_regs *regs; argument