tpm_status
uint8_t tpm_status(struct tpm_softc *);
while (((status = tpm_status(sc)) & mask) != mask) {
status = tpm_status(sc);
if ((status = tpm_status(sc)) & TPM_STS_DATA_EXPECT) {