Lines Matching +full:0 +full:x5300
34 #define FW_8723B_SIZE 0x8000
35 #define FW_8723B_START_ADDRESS 0x1000
36 #define FW_8723B_END_ADDRESS 0x1FFF /* 0x5FFF */
38 #define IS_FW_HEADER_EXIST_8723B(_pFwHdr) ((le16_to_cpu(_pFwHdr->Signature) & 0xFFF0) == 0x5300)
57 /* --- LONG WORD 0 ---- */
62 u16 Subversion; /* FW Subversion, default 0x00 */
81 #define DRIVER_EARLY_INT_TIME_8723B 0x05
82 #define BCN_DMA_ATIME_INT_TIME_8723B 0x02
89 #define TX_DMA_SIZE_8723B 0x8000 /* 32K(TX) */
90 #define RX_DMA_SIZE_8723B 0x4000 /* 16K(RX) */
95 #define RESV_FMWF 0
99 #define RX_DMA_RESERVED_SIZE_8723B 0x100 /* 256B, reserved for c2h debug message */
101 #define RX_DMA_RESERVED_SIZE_8723B 0x80 /* 128B, reserved for tx report */
111 #define BCNQ_PAGE_NUM_8723B (MAX_BEACON_LEN / PAGE_SIZE_TX_8723B + 6) /*0x08*/
119 #define WOWLAN_PAGE_NUM_8723B 0x0b
121 #define WOWLAN_PAGE_NUM_8723B 0x00
126 #define WOWLAN_PAGE_NUM_8723B 0x15
130 #define AP_WOWLAN_PAGE_NUM_8723B 0x02
133 #define TX_TOTAL_PAGE_NUMBER_8723B (0xFF - BCNQ_PAGE_NUM_8723B - WOWLAN_PAGE_NUM_8723B)
141 #define NORMAL_PAGE_NUM_HPQ_8723B 0x0C
142 #define NORMAL_PAGE_NUM_LPQ_8723B 0x02
143 #define NORMAL_PAGE_NUM_NPQ_8723B 0x02
144 #define NORMAL_PAGE_NUM_EPQ_8723B 0x04
147 #define WMM_NORMAL_PAGE_NUM_HPQ_8723B 0x30
148 #define WMM_NORMAL_PAGE_NUM_LPQ_8723B 0x20
149 #define WMM_NORMAL_PAGE_NUM_NPQ_8723B 0x20
150 #define WMM_NORMAL_PAGE_NUM_EPQ_8723B 0x00
168 #define EFUSE_ACCESS_ON 0x69 /* For RTL8723 only. */
169 #define EFUSE_ACCESS_OFF 0x00 /* For RTL8723 only. */