Searched defs:twsi (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | mvtwsi.c | 262 static int twsi_wait(struct mvtwsi_registers *twsi, int expected_status, in twsi_wait() 299 static int twsi_start(struct mvtwsi_registers *twsi, int expected_status, in twsi_start() 322 static int twsi_send(struct mvtwsi_registers *twsi, u8 byte, in twsi_send() 347 static int twsi_recv(struct mvtwsi_registers *twsi, u8 *byte, int ack_flag, in twsi_recv() 378 static int twsi_stop(struct mvtwsi_registers *twsi, uint tick) in twsi_stop() 425 static void twsi_reset(struct mvtwsi_registers *twsi) in twsi_reset() 444 static uint __twsi_i2c_set_bus_speed(struct mvtwsi_registers *twsi, in __twsi_i2c_set_bus_speed() 487 static void __twsi_i2c_init(struct mvtwsi_registers *twsi, int speed, in __twsi_i2c_init() 522 static int i2c_begin(struct mvtwsi_registers *twsi, int expected_start_status, in i2c_begin() 554 static int __twsi_i2c_probe_chip(struct mvtwsi_registers *twsi, uchar chip, in __twsi_i2c_probe_chip() [all …]
|