Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A 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()
H A Dregs.h731 #define JRSTA_DECOERR_INDEX_MASK 0xff00 macro