Lines Matching refs:qtest_writel
159 qtest_writel(s, base + HACE_HASH_SRC, extract64(src, 0, 32)); in write_regs()
160 qtest_writel(s, base + HACE_HASH_SRC_HI, extract64(src, 32, 32)); in write_regs()
161 qtest_writel(s, base + HACE_HASH_DIGEST, extract64(out, 0, 32)); in write_regs()
162 qtest_writel(s, base + HACE_HASH_DIGEST_HI, extract64(out, 32, 32)); in write_regs()
163 qtest_writel(s, base + HACE_HASH_DATA_LEN, length); in write_regs()
164 qtest_writel(s, base + HACE_HASH_CMD, HACE_SHA_BE_EN | method); in write_regs()
189 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_md5()
223 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha256()
257 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha384()
291 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha512()
342 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha256_sg()
393 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha384_sg()
444 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha512_sg()
485 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha256_accum()
526 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha384_accum()
567 qtest_writel(s, base + HACE_STS, 0x00000200); in aspeed_test_sha512_accum()
599 qtest_writel(s, base + HACE_HASH_SRC, 0xffffffff); in aspeed_test_addresses()
602 qtest_writel(s, base + HACE_HASH_SRC_HI, 0xffffffff); in aspeed_test_addresses()
606 qtest_writel(s, base + HACE_HASH_DIGEST, 0xffffffff); in aspeed_test_addresses()
610 qtest_writel(s, base + HACE_HASH_DIGEST_HI, 0xffffffff); in aspeed_test_addresses()
614 qtest_writel(s, base + HACE_HASH_KEY_BUFF, 0xffffffff); in aspeed_test_addresses()
618 qtest_writel(s, base + HACE_HASH_KEY_BUFF_HI, 0xffffffff); in aspeed_test_addresses()
622 qtest_writel(s, base + HACE_HASH_DATA_LEN, 0xffffffff); in aspeed_test_addresses()
627 qtest_writel(s, base + HACE_HASH_SRC, 0); in aspeed_test_addresses()
628 qtest_writel(s, base + HACE_HASH_SRC_HI, 0); in aspeed_test_addresses()
629 qtest_writel(s, base + HACE_HASH_DIGEST, 0); in aspeed_test_addresses()
630 qtest_writel(s, base + HACE_HASH_DIGEST_HI, 0); in aspeed_test_addresses()
631 qtest_writel(s, base + HACE_HASH_KEY_BUFF, 0); in aspeed_test_addresses()
632 qtest_writel(s, base + HACE_HASH_KEY_BUFF_HI, 0); in aspeed_test_addresses()
633 qtest_writel(s, base + HACE_HASH_DATA_LEN, 0); in aspeed_test_addresses()