Lines Matching defs:data
52 static inline void tpm_data_out(unsigned char data, unsigned char offset)
55 outb(data, tpm_dev.data_regs + offset);
57 writeb(data, tpm_dev.mem_base + tpm_dev.data_regs + offset);
68 static inline void tpm_config_out(unsigned char data, unsigned char offset)
71 outb(data, tpm_dev.config_port + offset);
73 writeb(data, tpm_dev.mem_base + tpm_dev.index_off + offset);
164 immediately or will be aborted anyway, so the data here is
167 the TPM would be rubbish, if there is still some old data
262 /* size of the data received */
459 * registers at the default TPM_ADDR. The data registers
513 "Could not set IO-data registers to 0x%x\n",
530 "data base 0x%lx, "