Home
last modified time | relevance | path

Searched refs:PD_ENTRY_BUSY (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.h48 #define PD_ENTRY_BUSY BIT(1) macro
Dcrypto4xx_core.c559 if (pd_uinfo->state & PD_ENTRY_BUSY) in crypto4xx_cipher_done()
577 if (pd_uinfo->state & PD_ENTRY_BUSY) in crypto4xx_ahash_done()
640 if (pd_uinfo->state & PD_ENTRY_BUSY) in crypto4xx_aead_done()
926 pd_uinfo->state = PD_ENTRY_INUSE | (is_busy ? PD_ENTRY_BUSY : 0); in crypto4xx_build_pd()