Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h77 #define SEC_BD_W0_DONE BIT(31) macro
H A Dsec_drv.c696 while ((ooo_write != ooo_read) && msg->w0 & SEC_BD_W0_DONE) { in sec_isr_handle()
706 msg->w0 &= ~SEC_BD_W0_DONE; in sec_isr_handle()