Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-tegra/
Dtegra_i2c.h43 struct i2c_control { struct
71 struct i2c_control control; /* 60 ~ 78 */ argument
90 struct i2c_control control; /* 50 ~ 68 */
/external/u-boot/drivers/i2c/
Dtegra_i2c.c35 struct i2c_control *control;
175 static int wait_for_tx_fifo_empty(struct i2c_control *control) in wait_for_tx_fifo_empty()
192 static int wait_for_rx_fifo_notempty(struct i2c_control *control) in wait_for_rx_fifo_notempty()
209 static int wait_for_transfer_complete(struct i2c_control *control) in wait_for_transfer_complete()
233 struct i2c_control *control = i2c_bus->control; in send_recv_packets()