Home
last modified time | relevance | path

Searched defs:tpm_chip_data (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/drivers/tpm/
H A Dtpm2_chip.h17 struct tpm_chip_data { struct
18 uint8_t locality;
19 unsigned long timeout_msec_a, timeout_msec_b;
20 unsigned long timeout_msec_c, timeout_msec_d;
21 uint16_t address;
/rk3399_ARM-atf/drivers/tpm/
H A Dtpm2_chip.c14 struct tpm_chip_data tpm_chip_data = { variable