Searched refs:locsts (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | tpm-crb-test.c | 34 uint32_t locsts = readl(TPM_CRB_ADDR_BASE + A_CRB_LOC_STS); in tpm_crb_test() local 61 g_assert_cmpint(FIELD_EX32(locsts, CRB_LOC_STS, Granted), ==, 0); in tpm_crb_test() 62 g_assert_cmpint(FIELD_EX32(locsts, CRB_LOC_STS, beenSeized), ==, 0); in tpm_crb_test() 71 locsts = readl(TPM_CRB_ADDR_BASE + A_CRB_LOC_STS); in tpm_crb_test() 72 g_assert_cmpint(FIELD_EX32(locsts, CRB_LOC_STS, Granted), ==, 1); in tpm_crb_test() 73 g_assert_cmpint(FIELD_EX32(locsts, CRB_LOC_STS, beenSeized), ==, 0); in tpm_crb_test()
|