Lines Matching +full:in +full:- +full:band
1 /* SPDX-License-Identifier: ISC */
40 #define __BASE(_id, _band) (dev->reg.base[(_id)].band_base[(_band)])
71 /* TMAC: band 0(0x820e4000), band 1(0x820f4000), band 2(0x830e4000) */
92 /* WF DMA TOP: band 0(0x820e7000), band 1(0x820f7000), band 2(0x830e7000) */
102 /* WTBLOFF TOP: band 0(0x820e9000), band 1(0x820f9000), band 2(0x830e9000) */
110 /* ETBF: band 0(0x820ea000), band 1(0x820fa000), band 2(0x830ea000) */
119 /* LPON: band 0(0x820eb000), band 1(0x820fb000), band 2(0x830eb000) */
133 /* MIB: band 0(0x820ed000), band 1(0x820fd000), band 2(0x830ed000)*/
134 /* These counters are (mostly?) clear-on-read. So, some should not
135 * be read at all in case firmware is already reading them. These
174 /* counts all mpdus in ampdu, regardless of success */
177 /* counts all successfully tx'd mpdus in ampdu */
180 /* rx ampdu count, 32-bit */
183 /* rx ampdu bytes count, 32-bit */
246 /* ARB: band 0(0x820e3000), band 1(0x820f3000), band 2(0x830e3000) */
254 /* RMAC: band 0(0x820e5000), band 1(0x820f5000), band 2(0x830e5000), */
304 /* RATE: band 0(0x820ee000), band 1(0x820fe000), band 2(0x830ee000) */
379 #define MT_Q_ID(q) (dev->q_id[(q)])
380 #define MT_Q_BASE(q) ((dev->q_wfdma_mask >> (q)) & 0x1 ? \
416 #define MT_INT_RX(q) (dev->q_int_mask[__RXQ(q)])
417 #define MT_INT_TX_MCU(q) (dev->q_int_mask[(q)])
583 /* PHYRX CSD BAND */