Home
last modified time | relevance | path

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

/drivers/i2c/
A Dmvtwsi.c402 int control, stop_status; in twsi_stop() local
411 stop_status = readl(&twsi->status); in twsi_stop()
412 if (stop_status == MVTWSI_STATUS_IDLE) in twsi_stop()
417 if (stop_status != MVTWSI_STATUS_IDLE) in twsi_stop()
654 int stop_status; in __twsi_i2c_read() local
682 stop_status = twsi_stop(twsi, tick); in __twsi_i2c_read()
684 return status != 0 ? status : stop_status; in __twsi_i2c_read()
707 int status, stop_status; in __twsi_i2c_write() local
726 stop_status = twsi_stop(twsi, tick); in __twsi_i2c_write()
728 return status != 0 ? status : stop_status; in __twsi_i2c_write()

Completed in 5 milliseconds