Searched refs:AR_EncrType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c397 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType);
492 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
498 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType;
507 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
510 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType;
596 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType);
H A Dar5416desc.h180 #define AR_EncrType 0x0c000000 macro
/freebsd-12-stable/tools/tools/ath/athalq/
H A Dar5416_ds.c206 MS(txc.ds_ctl6, AR_EncrType));
H A Dar5416_ds_tdma.c212 MS(txc.ds_ctl6, AR_EncrType));

Completed in 45 milliseconds