Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c505 bool eq_zero, u32 timeout) in mlxbf_i2c_poll() argument
513 if (eq_zero ? bits == 0 : bits != 0) in mlxbf_i2c_poll()
514 return eq_zero ? 1 : bits; in mlxbf_i2c_poll()