Home
last modified time | relevance | path

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

/haiku/headers/private/i2c/
H A Di2c.h27 #define IS_STOP_OP(op) (((op) & 1) != 0) macro
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp161 if (i == cmdLength - 1 && dataLength == 0 && IS_STOP_OP(op)) in exec_command()
182 if (i == (dataLength - 1) && IS_STOP_OP(op)) in exec_command()
232 if (IS_STOP_OP(op) && IS_WRITE_OP(op)) { in exec_command()