Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c158 static int wait_bus_free(const struct device *dev, uint32_t nwait) in wait_bus_free() function
285 int rc = wait_bus_free(dev, WAIT_COUNT); in i2c_xec_reset_config()
522 ret = wait_bus_free(dev, nwait); in do_stop()
558 ret = wait_bus_free(dev, WAIT_COUNT); in do_start()
616 ret = wait_bus_free(dev, WAIT_COUNT); in ctrl_tx()
696 ret = wait_bus_free(dev, WAIT_COUNT); in ctrl_rx()
994 ret = wait_bus_free(dev, WAIT_COUNT); in i2c_xec_target_register()
Di2c_mchp_xec.c195 static int wait_bus_free(const struct device *dev) in wait_bus_free() function
419 ret = wait_bus_free(dev); in i2c_xec_poll_write()
554 ret = wait_bus_free(dev); in i2c_xec_poll_read()