Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A Derror.c25 #define JRSTA_DECOERR_INDEX_MASK 0xff00 macro
144 u8 idx = (status & JRSTA_DECOERR_INDEX_MASK) >> in report_ccb_status()
190 u8 idx = (status & JRSTA_DECOERR_INDEX_MASK) >> in report_deco_status()
/openbmc/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