Lines Matching +full:temperature +full:- +full:lookup +full:- +full:table
1 /* SPDX-License-Identifier: GPL-2.0 */
9 #define B43_PHY_VERSION_OFDM B43_PHY_OFDM(0x00) /* Versioning register for A-PHY */
30 #define B43_PHY_OTABLECTL B43_PHY_OFDM(0x72) /* OFDM table control (see below) */
31 #define B43_PHY_OTABLEOFF 0x03FF /* OFDM table offset (see below) */
32 #define B43_PHY_OTABLENR 0xFC00 /* OFDM table number (see below) */
34 #define B43_PHY_OTABLEI B43_PHY_OFDM(0x73) /* OFDM table data I */
35 #define B43_PHY_OTABLEQ B43_PHY_OFDM(0x74) /* OFDM table data Q */
39 #define B43_PHY_A_TEMP_SENSE B43_PHY_OFDM(0x7C) /* A PHY temperature sense */
60 #define B43_PHY_TSSIP_LTBASE B43_PHY_OFDM(0x380) /* TSSI power lookup table base */
61 #define B43_PHY_DC_LTBASE B43_PHY_OFDM(0x3A0) /* DC lookup table base */
62 #define B43_PHY_GAIN_LTBASE B43_PHY_OFDM(0x3C0) /* Gain lookup table base */
64 /*** OFDM table numbers ***/
98 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset);
99 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table,
101 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset);
102 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table,