Home
last modified time | relevance | path

Searched refs:HACE_HASH_ISR (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace_v1.c27 #define HACE_HASH_ISR BIT(9) macro
95 writel(HACE_HASH_ISR, base + ASPEED_HACE_STS); in digest_object()
103 aspeed_hace_wait_completion(base + ASPEED_HACE_STS, HACE_HASH_ISR, in digest_object()
H A Daspeed_hace.c25 #define HACE_HASH_ISR BIT(9) macro
141 writel(HACE_HASH_ISR, base + ASPEED_HACE_STS); in hash_trigger()
151 HACE_HASH_ISR, in hash_trigger()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dcrypto.h29 #define HACE_HASH_ISR BIT(9) macro
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace.h88 #define HACE_HASH_ISR BIT(9) macro
H A Daspeed-hace.c42 if (sts & HACE_HASH_ISR) { in aspeed_hace_irq()
/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c28 #define HACE_HASH_ISR BIT(9) macro