Lines Matching defs:value
136 u32 value;
140 value = buf[0];
143 value = le16_to_cpup((__le16 *)buf);
146 value = le32_to_cpup((__le32 *)buf);
174 if (unlikely((value & zero_mask) != 0x00)) {
175 pr_debug("TPM I2C read of register 0x%02x failed sanity check: 0x%x\n", reg, value);
226 const u8 *value,
246 memcpy(phy->io_buf + sizeof(reg), value + wrote,
259 const u8 *value)
269 crc_host = swab16(crc_ccitt(0, value, len));