Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dbitbang_i2c.c66 trace_bitbang_i2c_data(i2c->last_clock, i2c->last_data, in bitbang_i2c_ret()
93 if (i2c->last_clock == 0) { in bitbang_i2c_set()
108 if (i2c->last_clock == level) { in bitbang_i2c_set()
111 i2c->last_clock = level; in bitbang_i2c_set()
183 s->last_clock = 1; in bitbang_i2c_init()
/openbmc/qemu/include/hw/i2c/
H A Dbitbang_i2c.h40 int last_clock; member