Searched refs:AE_MISC_CONTROL_SHARE_CS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/qat/
H A Dqat_ae.c474 if (misc & AE_MISC_CONTROL_SHARE_CS) {
480 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
811 nval = val | AE_MISC_CONTROL_SHARE_CS;
813 nval = val & ~AE_MISC_CONTROL_SHARE_CS;
863 AE_MISC_CONTROL_CS_RELOAD | AE_MISC_CONTROL_SHARE_CS);
1215 val &= ~AE_MISC_CONTROL_SHARE_CS;
1379 if (misc & AE_MISC_CONTROL_SHARE_CS) {
1518 if (misc & AE_MISC_CONTROL_SHARE_CS) {
1524 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS;
1625 nmisc = misc | AE_MISC_CONTROL_SHARE_CS;
[all...]
H A Dqatreg.h462 #define AE_MISC_CONTROL_SHARE_CS __BIT(2) macro

Completed in 119 milliseconds