Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h373 #define QAT_PID_MAJOR_REV (0xf << 4) macro
H A Dqat_ae.c2339 maj_ver = (QAT_PID_MAJOR_REV | (sc->sc_rev & QAT_PID_MINOR_REV)) & 0xff; in qat_aefw_suof_parse_image()