Home
last modified time | relevance | path

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

/drivers/crypto/amcc/
Dcrypto4xx_core.h42 #define PD_ENTRY_BUSY BIT(1) macro
Dcrypto4xx_core.c547 if (pd_uinfo->state & PD_ENTRY_BUSY) in crypto4xx_cipher_done()
564 if (pd_uinfo->state & PD_ENTRY_BUSY) in crypto4xx_ahash_done()
627 if (pd_uinfo->state & PD_ENTRY_BUSY) in crypto4xx_aead_done()
922 pd_uinfo->state = PD_ENTRY_INUSE | (is_busy ? PD_ENTRY_BUSY : 0); in crypto4xx_build_pd()