Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/caam/
Derror.c226 u8 idx = (status & JRSTA_DECOERR_INDEX_MASK) >> in report_ccb_status()
280 u8 idx = (status & JRSTA_DECOERR_INDEX_MASK) >> in report_deco_status()
Dregs.h725 #define JRSTA_DECOERR_INDEX_MASK 0xff00 macro