Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c394 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416SetupTxDesc()
485 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType); in ar5416FillTxDesc()
491 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType; in ar5416FillTxDesc()
500 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType); in ar5416FillTxDesc()
503 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType; in ar5416FillTxDesc()
589 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416ChainTxDesc()
HDar5416desc.h179 #define AR_EncrType 0x0c000000 macro
/trueos/tools/tools/ath/athalq/
HDar5416_ds.c206 MS(txc.ds_ctl6, AR_EncrType)); in ar5416_decode_txdesc()
HDar5416_ds_tdma.c212 MS(txc.ds_ctl6, AR_EncrType)); in ar5416_decode_txdesc()