Home
last modified time | relevance | path

Searched refs:commandlen (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/acpi/
H A Dtpm.c377 size_t commandlen; in tpm_suspend() local
387 commandlen = sizeof(command2); in tpm_suspend()
390 commandlen = sizeof(command1); in tpm_suspend()
398 tpm_write_tis(sc, command, commandlen); in tpm_suspend()
399 memset(command, 0, commandlen); in tpm_suspend()
400 tpm_read_tis(sc, command, commandlen, NULL, TPM_HDRSIZE); in tpm_suspend()
402 tpm_write_crb(sc, command, commandlen); in tpm_suspend()
403 memset(command, 0, commandlen); in tpm_suspend()
404 tpm_read_crb(sc, command, commandlen); in tpm_suspend()