Searched refs:HACE_STS (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 25 #define HACE_STS 0x1c macro 170 g_assert_cmphex(qtest_readl(s, base + HACE_STS), ==, 0); in test_md5() 181 qtest_writel(s, base + HACE_STS, 0x00000200); in test_md5() 182 g_assert_cmphex(qtest_readl(s, base + HACE_STS), ==, 0); in test_md5() 203 g_assert_cmphex(qtest_readl(s, base + HACE_STS), ==, 0); in test_sha256() 214 qtest_writel(s, base + HACE_STS, 0x00000200); in test_sha256() 247 qtest_writel(s, base + HACE_STS, 0x00000200); in test_sha512() 298 qtest_writel(s, base + HACE_STS, 0x00000200); in test_sha256_sg() 349 qtest_writel(s, base + HACE_STS, 0x00000200); in test_sha512_sg() 390 qtest_writel(s, base + HACE_STS, 0x00000200); in test_sha256_accum() [all …]
|