Searched defs:tpm_tis_phy_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/tpm/ |
A D | tpm_tis_core.h | 107 struct tpm_tis_phy_ops { struct 108 int (*read_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, 110 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, 112 int (*read16)(struct tpm_tis_data *data, u32 addr, u16 *result); 113 int (*read32)(struct tpm_tis_data *data, u32 addr, u32 *result); 114 int (*write32)(struct tpm_tis_data *data, u32 addr, u32 src);
|
Completed in 4 milliseconds