Go to the documentation of this file.
20 #define AR_DescId 0xffff0000
21 #define AR_DescId_S 16
22 #define AR_CtrlStat 0x00004000
23 #define AR_CtrlStat_S 14
24 #define AR_TxRxDesc 0x00008000
25 #define AR_TxRxDesc_S 15
26 #define AR_TxQcuNum 0x00000f00
27 #define AR_TxQcuNum_S 8
29 #define AR_BufLen 0x0fff0000
30 #define AR_BufLen_S 16
32 #define AR_TxDescId 0xffff0000
33 #define AR_TxDescId_S 16
34 #define AR_TxPtrChkSum 0x0000ffff
36 #define AR_LowRxChain 0x00004000
38 #define AR_Not_Sounding 0x20000000
41 #define AR_PAPRDChainMask 0x00000e00
42 #define AR_PAPRDChainMask_S 9
44 #define MAP_ISR_S2_CST 6
45 #define MAP_ISR_S2_GTT 6
46 #define MAP_ISR_S2_TIM 3
47 #define MAP_ISR_S2_CABEND 0
48 #define MAP_ISR_S2_DTIMSYNC 7
49 #define MAP_ISR_S2_DTIM 7
50 #define MAP_ISR_S2_TSFOOR 4
51 #define MAP_ISR_S2_BB_WATCHDOG 6
53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds)