Lines Matching +full:auto +full:- +full:retry

1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
24 * Processor for IEEE 802.11a 5-GHz Wireless LANs.
72 #define AR_SLOT_TIME 0x8010 /* Length of a back-off */
75 #define AR_RETRY_LMT 0x801c /* Short and long frame retry limit */
97 #define AR_RETRY_CNT 0x8084 /* Current short or long retry cnt */
98 #define AR_BACKOFF 0x8088 /* Back-off status */
127 #define AR_CFG_TXFSTRT 0x00010000 /* re-enable TX DMA */
184 #define AR_IER_DISABLE 0x00000000 /* pseudo-flag */
190 #define AR_BCR_TQ1FV 0x00000004 /* use TXQ1 for non-beacon */
255 * However, these have been pre-shifted with AR_SCR_SLE_S. The
281 #define AR_GPIOCR_IN(n) (0<<((n)*2)) /* input-only */
282 #define AR_GPIOCR_OUT0(n) (1<<((n)*2)) /* output-only if GPIODO = 0 */
283 #define AR_GPIOCR_OUT1(n) (2<<((n)*2)) /* output-only if GPIODO = 1 */
306 #define AR_STA_ID1_NO_PSPOLL 0x00100000 /* auto PS-POLL disable */
326 #define AR_RETRY_LMT_SH_RETRY 0x0000000f /* short frame retry limit */
328 #define AR_RETRY_LMT_LG_RETRY 0x000000f0 /* long frame retry limit */
330 #define AR_RETRY_LMT_SSH_RETRY 0x00003f00 /* short station retry limit */
332 #define AR_RETRY_LMT_SLG_RETRY 0x000fc000 /* long station retry limit */
394 #define AR_RETRY_CNT_SSH 0x0000003f /* current short retry count */
395 #define AR_RETRY_CNT_SLG 0x00000fc0 /* current long retry count */
400 #define AR_KEYTABLE_KEY0(n) (AR_KEYTABLE(n) + 0) /* key bit 0-31 */
401 #define AR_KEYTABLE_KEY1(n) (AR_KEYTABLE(n) + 4) /* key bit 32-47 */
402 #define AR_KEYTABLE_KEY2(n) (AR_KEYTABLE(n) + 8) /* key bit 48-79 */
403 #define AR_KEYTABLE_KEY3(n) (AR_KEYTABLE(n) + 12) /* key bit 80-95 */
404 #define AR_KEYTABLE_KEY4(n) (AR_KEYTABLE(n) + 16) /* key bit 96-127 */
409 #define AR_KEYTABLE_MAC0(n) (AR_KEYTABLE(n) + 24) /* MAC address 1-32 */
410 #define AR_KEYTABLE_MAC1(n) (AR_KEYTABLE(n) + 28) /* MAC address 33-47 */