Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h899 #define CRC_WIDTHMASK(width) ((((1L<<(width-1))-1L)<<1)|1L) macro
H A Dqat_ae.c1795 return (reg & CRC_WIDTHMASK(CRC_WIDTH)); in qat_aefw_csum_calc()