Lines Matching refs:pttto
106 static uint32_t PassThroughToTPM32(struct pttti *pttti, struct pttto *pttto,
769 uint32_t SendCommand32(uint32_t idx, struct pttto *pttto, uint32_t size_ptto) in SendCommand32() argument
782 pttto = (struct pttto *)_pttto; in SendCommand32()
797 pttto, in SendCommand32()
811 struct pttto *pttto = (struct pttto *)_pttto; in tcpa_initialize_tpm() local
815 rc = SendCommand32(IDX_CMD_TPM_Startup_0x01, pttto, in tcpa_initialize_tpm()
821 pttto, pttto_size); in tcpa_initialize_tpm()
826 pttto, pttto_size); in tcpa_initialize_tpm()
831 pttto, pttto_size); in tcpa_initialize_tpm()
836 pttto, pttto_size); in tcpa_initialize_tpm()
841 pttto, pttto_size); in tcpa_initialize_tpm()
846 pttto, pttto_size); in tcpa_initialize_tpm()
865 struct pttto *pttto = (struct pttto*)&_pttto; in _TCG_TPM_Extend() local
880 pttto, in _TCG_TPM_Extend()
995 uint32_t PassThroughToTPM32(struct pttti *pttti, struct pttto *pttto, in PassThroughToTPM32() argument
1026 resbuf32 = &pttto->tpmoperandout[0]; in PassThroughToTPM32()
1032 pttto->opblength = resbuflen+4; in PassThroughToTPM32()
1033 pttto->reserved = 0; in PassThroughToTPM32()
1037 pttto->opblength = 0; in PassThroughToTPM32()
1038 pttto->reserved = 0; in PassThroughToTPM32()
1460 (struct pttto *) in TCGInterruptHandler()