Searched refs:HACE_HASH_DIGEST (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 33 #define HACE_HASH_DIGEST 0x24 macro 155 qtest_writel(s, base + HACE_HASH_DIGEST, out); in write_regs() 479 g_assert_cmphex(qtest_readl(s, base + HACE_HASH_DIGEST), ==, 0); in test_addresses() 487 qtest_writel(s, base + HACE_HASH_DIGEST, 0xffffffff); in test_addresses() 488 g_assert_cmphex(qtest_readl(s, base + HACE_HASH_DIGEST), ==, expected->dest); in test_addresses() 495 qtest_writel(s, base + HACE_HASH_DIGEST, 0); in test_addresses() 500 g_assert_cmphex(qtest_readl(s, base + HACE_HASH_DIGEST), ==, 0); in test_addresses()
|