Lines Matching +full:gain +full:- +full:offset
1 /* SPDX-License-Identifier: GPL-2.0 */
68 /* Get entry with workaround values for gain ctl. Does not return NULL. */
73 /* The N-PHY tables. */
78 #define B43_NTAB8(table, offset) (((table) << 10) | (offset) | B43_NTAB_8BIT) argument
79 #define B43_NTAB16(table, offset) (((table) << 10) | (offset) | B43_NTAB_16BIT) argument
80 #define B43_NTAB32(table, offset) (((table) << 10) | (offset) | B43_NTAB_32BIT) argument
82 /* Static N-PHY tables */
112 /* Volatile N-PHY tables */
121 #define B43_NTAB_C0_GAINCTL B43_NTAB32(0x1A, 0x0C0) /* Gain Control Lookup Table Core 0 */
131 #define B43_NTAB_C1_GAINCTL B43_NTAB32(0x1B, 0x0C0) /* Gain Control Lookup Table Core 1 */
138 /* Volatile N-PHY tables, PHY revision >= 3 */
141 /* Static N-PHY tables, PHY revision >= 3 */
158 #define B43_NTAB_C0_GAINCTL_R3 B43_NTAB32(26, 192) /* gain control lookup 0 */
164 #define B43_NTAB_C1_GAINCTL_R3 B43_NTAB32(27, 192) /* gain control lookup 1 */
169 /* Static N-PHY tables, PHY revision >= 7 */
184 u32 b43_ntab_read(struct b43_wldev *dev, u32 offset);
185 void b43_ntab_read_bulk(struct b43_wldev *dev, u32 offset,
187 void b43_ntab_write(struct b43_wldev *dev, u32 offset, u32 value);
188 void b43_ntab_write_bulk(struct b43_wldev *dev, u32 offset,