Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmvtwsi.c380 int control, stop_status; in twsi_stop() local
389 stop_status = readl(&twsi->status); in twsi_stop()
390 if (stop_status == MVTWSI_STATUS_IDLE) in twsi_stop()
395 if (stop_status != MVTWSI_STATUS_IDLE) in twsi_stop()
598 int stop_status; in __twsi_i2c_read() local
621 stop_status = twsi_stop(twsi, tick); in __twsi_i2c_read()
623 return status != 0 ? status : stop_status; in __twsi_i2c_read()
646 int status, stop_status; in __twsi_i2c_write() local
660 stop_status = twsi_stop(twsi, tick); in __twsi_i2c_write()
662 return status != 0 ? status : stop_status; in __twsi_i2c_write()