Home
last modified time | relevance | path

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

/devicemodel/hw/platform/
A Dcmos_io.c47 static int next_ops; /* 0 for addr, 1 for data, in pair (addr,data)*/ in cmos_io_handler() local
55 __func__, port, in, bytes, (uint8_t)*eax, next_ops); in cmos_io_handler()
60 if (next_ops != 0) { in cmos_io_handler()
61 next_ops = 0; in cmos_io_handler()
66 next_ops = 1; in cmos_io_handler()
70 if (next_ops != 1) { in cmos_io_handler()
71 next_ops = 0; in cmos_io_handler()
85 next_ops = 0; in cmos_io_handler()

Completed in 2 milliseconds