Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Derror.c126 u8 idx = (status & JRSTA_DECOERR_INDEX_MASK) >> in report_ccb_status()
176 u8 idx = (status & JRSTA_DECOERR_INDEX_MASK) >> in report_deco_status()
Dregs.h593 #define JRSTA_DECOERR_INDEX_MASK 0xff00 macro