Home
last modified time | relevance | path

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

/qemu/hw/tpm/
H A Dtpm_tis_i2c.c31 #define OP_SEND 1 macro
225 if ((i2cst->operation == OP_SEND) && (i2cst->offset > 1)) { in tpm_tis_i2c_tpm_send()
321 if (i2cst->operation == OP_SEND) { in tpm_tis_i2c_event()
358 } else if ((i2cst->operation == OP_SEND) && (i2cst->offset < 2)) { in tpm_tis_i2c_recv()
467 i2cst->operation = OP_SEND; in tpm_tis_i2c_send()