Searched defs:twsi (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/i2c/ |
D | mvtwsi.c | 265 static int twsi_wait(struct mvtwsi_registers *twsi, int expected_status, in twsi_wait() 302 static int twsi_start(struct mvtwsi_registers *twsi, int expected_status, in twsi_start() 325 static int twsi_send(struct mvtwsi_registers *twsi, u8 byte, in twsi_send() 350 static int twsi_recv(struct mvtwsi_registers *twsi, u8 *byte, int ack_flag, in twsi_recv() 381 static int twsi_stop(struct mvtwsi_registers *twsi, uint tick) in twsi_stop() 428 static void twsi_reset(struct mvtwsi_registers *twsi) in twsi_reset() 447 static uint __twsi_i2c_set_bus_speed(struct mvtwsi_registers *twsi, in __twsi_i2c_set_bus_speed() 490 static void __twsi_i2c_init(struct mvtwsi_registers *twsi, int speed, in __twsi_i2c_init() 529 static int i2c_begin(struct mvtwsi_registers *twsi, int expected_start_status, in i2c_begin() 561 static int __twsi_i2c_probe_chip(struct mvtwsi_registers *twsi, uchar chip, in __twsi_i2c_probe_chip() [all …]
|