Lines Matching defs:read
33 /* Default Guard Time of 250µs until interface capability register is read */
41 /* Guard Time bit masks; SR is repeated start, RW is read then write, etc. */
50 /* Masks with bits that must be read zero */
132 /* Check that bits which must be read zero are not set */
175 pr_debug("TPM I2C read of register 0x%02x failed sanity check: 0x%x\n", reg, value);
192 u16 read = 0;
194 while (read < len) {
203 /* read data */
204 msg.buf = result + read;
205 msg.len = len - read;
212 read += msg.len;
279 * The time period is vendor-specific and must be read from the
282 * Before the Guard Time is read (or after the TPM failed to send an I2C NACK),
286 * - SR: <I2C read with repeated start> <guard time> <I2C read>
287 * - RR: <I2C read> <guard time> <I2C read>
288 * - RW: <I2C read> <guard time> <I2C write>
289 * - WR: <I2C write> <guard time> <I2C read>