Lines Matching +full:0 +full:x0248

38 #define IPW_CSR_INTR		0x0008
39 #define IPW_CSR_INTR_MASK 0x000c
40 #define IPW_CSR_INDIRECT_ADDR 0x0010
41 #define IPW_CSR_INDIRECT_DATA 0x0014
42 #define IPW_CSR_AUTOINC_ADDR 0x0018
43 #define IPW_CSR_AUTOINC_DATA 0x001c
44 #define IPW_CSR_RST 0x0020
45 #define IPW_CSR_CTL 0x0024
46 #define IPW_CSR_IO 0x0030
47 #define IPW_CSR_TX_BASE 0x0200
48 #define IPW_CSR_TX_SIZE 0x0204
49 #define IPW_CSR_RX_BASE 0x0240
50 #define IPW_CSR_STATUS_BASE 0x0244
51 #define IPW_CSR_RX_SIZE 0x0248
52 #define IPW_CSR_TX_READ 0x0280
53 #define IPW_CSR_RX_READ 0x02a0
54 #define IPW_CSR_TABLE1_BASE 0x0380
55 #define IPW_CSR_TABLE2_BASE 0x0384
56 #define IPW_CSR_TX_WRITE 0x0f80
57 #define IPW_CSR_RX_WRITE 0x0fa0
60 #define IPW_INTR_TX_TRANSFER 0x00000001
61 #define IPW_INTR_RX_TRANSFER 0x00000002
62 #define IPW_INTR_STATUS_CHANGE 0x00000010
63 #define IPW_INTR_COMMAND_DONE 0x00010000
64 #define IPW_INTR_FW_INIT_DONE 0x01000000
65 #define IPW_INTR_FATAL_ERROR 0x40000000
66 #define IPW_INTR_PARITY_ERROR 0x80000000
75 #define IPW_RST_PRINCETON_RESET 0x00000001
76 #define IPW_RST_SW_RESET 0x00000080
77 #define IPW_RST_MASTER_DISABLED 0x00000100
78 #define IPW_RST_STOP_MASTER 0x00000200
81 #define IPW_CTL_CLOCK_READY 0x00000001
82 #define IPW_CTL_ALLOW_STANDBY 0x00000002
83 #define IPW_CTL_INIT 0x00000004
86 #define IPW_IO_GPIO1_ENABLE 0x00000008
87 #define IPW_IO_GPIO1_MASK 0x0000000c
88 #define IPW_IO_GPIO3_MASK 0x000000c0
89 #define IPW_IO_LED_OFF 0x00002000
90 #define IPW_IO_RADIO_DISABLED 0x00010000
93 #define IPW_STATE_INITIALIZED 0x0001
94 #define IPW_STATE_CC_FOUND 0x0002 /* 802.11d cc received */
95 #define IPW_STATE_ASSOCIATED 0x0004
96 #define IPW_STATE_ASSOCIATION_LOST 0x0008
97 #define IPW_STATE_ASSOCIATION_CHANGED 0x0010 /* assoc params changed? */
98 #define IPW_STATE_SCAN_COMPLETE 0x0020
99 #define IPW_STATE_PS_ENTER 0x0040 /* entered power-save mode */
100 #define IPW_STATE_PS_EXIT 0x0080 /* exited power-save mode */
101 #define IPW_STATE_RADIO_DISABLED 0x0100
102 #define IPW_STATE_DISABLED 0x0200
103 #define IPW_STATE_POWER_DOWN 0x0400 /* ??? */
104 #define IPW_STATE_SCANNING 0x0800
136 #define IPW_BD_FLAG_TX_FRAME_802_3 0x00
137 #define IPW_BD_FLAG_TX_NOT_LAST_FRAGMENT 0x01
138 #define IPW_BD_FLAG_TX_FRAME_COMMAND 0x02
139 #define IPW_BD_FLAG_TX_FRAME_802_11 0x04
140 #define IPW_BD_FLAG_TX_LAST_FRAGMENT 0x08
149 #define IPW_STATUS_CODE_COMMAND 0
155 #define IPW_STATUS_FLAG_DECRYPTED 0x01
156 #define IPW_STATUS_FLAG_WEP_ENCRYPTED 0x02
157 #define IPW_STATUS_FLAG_CRC_ERROR 0x04
221 #define IPW_POWER_MODE_CAM 0
225 #define IPW_MODE_BSS 0
230 #define IPW_WEPON 0x8
242 #define IPW_CIPHER_NONE 0x00000001
243 #define IPW_CIPHER_WEP40 0x00000002
244 #define IPW_CIPHER_TKIP 0x00000004
245 #define IPW_CIPHER_CCMP 0x00000010
246 #define IPW_CIPHER_WEP104 0x00000020
247 #define IPW_CIPHER_CKIP 0x00000040
250 #define IPW_AUTH_OPEN 0
258 #define IPW_SCAN_DO_NOT_ASSOCIATE 0x00000001
259 #define IPW_SCAN_MIXED_CELL 0x00000002
260 #define IPW_SCAN_PASSIVE 0x00000008
267 #define IPW_CFG_PROMISCUOUS 0x00000004
268 #define IPW_CFG_PREAMBLE_AUTO 0x00000010
269 #define IPW_CFG_IBSS_AUTO_START 0x00000020
270 #define IPW_CFG_802_1x_ENABLE 0x00004000
271 #define IPW_CFG_BSS_MASK 0x00008000
272 #define IPW_CFG_IBSS_MASK 0x00010000
307 #define IPW_MEM_EEPROM_CTL 0x00300040
309 #define IPW_EEPROM_RADIO 0x11
310 #define IPW_EEPROM_MAC 0x21
311 #define IPW_EEPROM_CHANNEL_LIST 0x37
315 #define IPW_EEPROM_C (1 << 0) /* Serial Clock */
362 } while (/* CONSTCOND */0)
367 } while (/* CONSTCOND */0)
372 } while (/* CONSTCOND */0)
377 } while (/* CONSTCOND */0)
385 } while (0)