Searched refs:nwait (Results 1 – 1 of 1) sorted by relevance
158 static int wait_bus_free(const struct device *dev, uint32_t nwait) in wait_bus_free() argument165 uint32_t count = nwait; in wait_bus_free()428 static int wait_pin(const struct device *dev, bool pin_assert, uint32_t nwait) in wait_pin() argument458 if (nwait) { in wait_pin()459 --nwait; in wait_pin()509 static int do_stop(const struct device *dev, uint32_t nwait) in do_stop() argument522 ret = wait_bus_free(dev, nwait); in do_stop()