Searched refs:I2C_OP_STOP_P (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Di2c_io.h56 #define I2C_OP_STOP_P(x) (((int)(x) & 1) != 0) macro
H A Dmotoi2c.c312 } else if (i == datalen - 1 && I2C_OP_STOP_P(op)) {
319 if (I2C_OP_STOP_P(op)) {
349 if (error || (cr & CR_TXAK) || ((cr & CR_MSTA) && I2C_OP_STOP_P(op))) {
H A Di2c_exec.c123 if (I2C_OP_STOP_P(op))
136 if (len == 0 && I2C_OP_STOP_P(op))
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Demdtv_i2c.c102 I2C_OP_STOP_P(op));
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dichsmb.c238 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2 ||
H A Dalipm.c258 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2 ||
H A Dpiixpm.c408 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2 ||

Completed in 196 milliseconds