Lines Matching +full:usb +full:- +full:cal
3 /*-
5 * Copyright (c) 2007-2008 Atheros Communications, Inc.
23 /* USB Endpoints addresses. */
29 /* USB Requests. */
176 /* WPS Button GPIO for TP-Link TL-WN821N */
202 #define AR_TX_PHY_MT_SHIFT 0 /* 0:1 - PHY mode */
206 #define AR_TX_PHY_GF (1 << 2) /* 2 - greenfield */
207 #define AR_TX_PHY_BW_SHIFT 3 /* 4:3 - bandwidth */
211 #define AR_TX_PHY_TX_HEAVY_CLIP_SHIFT 6 /* 9:6 - heavy clip */
212 #define AR_TX_PHY_TPC_SHIFT 9 /* 14:9 - TX power */
218 /* USB Rx stream mode header. */
324 #define AR_CAL_ERR_AGC (1 << 0) /* AGC cal unfinished. */
325 #define AR_CAL_ERR_NF (1 << 1) /* Noise cal unfinished. */
870 /* Bumped for later A-MSDU and legacy fast-frames TX support */
966 * 0 - USB control
967 * 1 - TX
968 * 2 - RX
969 * 3 - IRQ
970 * 4 - CMD
972 * 10 - end
990 #define OTUS_LOCK(sc) mtx_lock(&(sc)->sc_mtx)
991 #define OTUS_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx)
992 #define OTUS_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED)
993 #define OTUS_UNLOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_NOTOWNED)
1064 /* Last seen PLCP header; for A-MPDU decap */