Home
last modified time | relevance | path

Searched refs:BWN_NTAB16 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h104 #define BWN_NTAB16(table, offset) (((table) << 10) | (offset) | BWN_NTAB_16BIT) macro
118 #define BWN_NTAB_PILOT BWN_NTAB16(0x0B, 0x000) /* Pilot Table */
130 #define BWN_NTAB_BDI BWN_NTAB16(0x15, 0x000) /* BDI Table */
150 #define BWN_NTAB_C0_LOFEEDTH BWN_NTAB16(0x1A, 0x1C0) /* Local Oscillator Feed Through Lookup Table…
160 #define BWN_NTAB_C1_LOFEEDTH BWN_NTAB16(0x1B, 0x1C0) /* Local Oscillator Feed Through Lookup Table…
164 #define BWN_NTAB_ANT_SW_CTL_R3 BWN_NTAB16( 9, 0) /* antenna software control */
168 #define BWN_NTAB_PILOT_R3 BWN_NTAB16(11, 0) /* pilot */
173 #define BWN_NTAB_MCS_R3 BWN_NTAB16(18, 0) /* MCS */
185 #define BWN_NTAB_C0_LOFEEDTH_R3 BWN_NTAB16(26, 448) /* Local Oscillator Feed Through lookup 0 */
186 #define BWN_NTAB_C0_PAPD_COMP_R3 BWN_NTAB16(26, 576)
[all …]
H A Dif_bwn_phy_n_core.c658 return bwn_ntab_read(mac, BWN_NTAB16(7, offset)) & 0x7; in bwn_nphy_read_lpf_ctl()
703 bwn_ntab_write_bulk(mac, BWN_NTAB16(i, 8), 4, data); in bwn_nphy_adjust_lna_gain_table()
1726 tmp = bwn_ntab_read(mac, BWN_NTAB16(15, 87)); in bwn_nphy_run_samples()
1732 bwn_ntab_write(mac, BWN_NTAB16(15, 87), tmp); in bwn_nphy_run_samples()
2676 bwn_ntab_write_bulk(mac, BWN_NTAB16(7, 0x106), 2, in bwn_nphy_gain_ctl_workarounds_rev3()
2891 bwn_ntab_write(mac, BWN_NTAB16(8, 0x00), 2); in bwn_nphy_workarounds_rev7plus()
2892 bwn_ntab_write(mac, BWN_NTAB16(8, 0x10), 2); in bwn_nphy_workarounds_rev7plus()
2896 bwn_ntab_write_bulk(mac, BWN_NTAB16(7, 0x15d), 3, ntab7_15e_16e); in bwn_nphy_workarounds_rev7plus()
2897 bwn_ntab_write_bulk(mac, BWN_NTAB16(7, 0x16d), 3, ntab7_15e_16e); in bwn_nphy_workarounds_rev7plus()
3057 bwn_ntab_write(mac, BWN_NTAB16(7, 0x152 + core * 16), in bwn_nphy_workarounds_rev7plus()
[all …]