Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h112 #define FUSECTL_MASK __BIT(31) macro
H A Dqat.c372 i = (fusectl & FUSECTL_MASK) ? 1 : 0; in qat_attach()