Searched refs:BWN_NTAB8 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_tables.h | 103 #define BWN_NTAB8(table, offset) (((table) << 10) | (offset) | BWN_NTAB_8BIT) macro 110 #define BWN_NTAB_FRAMELT BWN_NTAB8 (0x18, 0x000) /* Frame Lookup Table */ 134 #define BWN_NTAB_MCS BWN_NTAB8 (0x12, 0x000) /* MCS Table */ 142 #define BWN_NTAB_C0_ESTPLT BWN_NTAB8 (0x1A, 0x000) /* Estimate Power Lookup Table Core 0 */ 144 #define BWN_NTAB_C0_ADJPLT BWN_NTAB8 (0x1A, 0x040) /* Adjust Power Lookup Table Core 0 */ 152 #define BWN_NTAB_C1_ESTPLT BWN_NTAB8 (0x1B, 0x000) /* Estimate Power Lookup Table Core 1 */ 154 #define BWN_NTAB_C1_ADJPLT BWN_NTAB8 (0x1B, 0x040) /* Adjust Power Lookup Table Core 1 */ 180 #define BWN_NTAB_FRAMELT_R3 BWN_NTAB8(24, 0) /* frame lookup */ 181 #define BWN_NTAB_C0_ESTPLT_R3 BWN_NTAB8(26, 0) /* estimated power lookup 0 */ 182 #define BWN_NTAB_C0_ADJPLT_R3 BWN_NTAB8(26, 64) /* adjusted power lookup 0 */ [all …]
|
H A D | if_bwn_phy_n_core.c | 730 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset1), length, events); in bwn_nphy_set_rf_sequence() 731 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset2), length, delays); in bwn_nphy_set_rf_sequence() 734 bwn_ntab_write(mac, BWN_NTAB8(7, offset1 + i), end); in bwn_nphy_set_rf_sequence() 735 bwn_ntab_write(mac, BWN_NTAB8(7, offset2 + i), 1); in bwn_nphy_set_rf_sequence() 2660 bwn_ntab_write_bulk(mac, BWN_NTAB8(0, 8), 4, e->lna1_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2661 bwn_ntab_write_bulk(mac, BWN_NTAB8(1, 8), 4, e->lna1_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2662 bwn_ntab_write_bulk(mac, BWN_NTAB8(0, 16), 4, e->lna2_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2663 bwn_ntab_write_bulk(mac, BWN_NTAB8(1, 16), 4, e->lna2_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2664 bwn_ntab_write_bulk(mac, BWN_NTAB8(0, 32), 10, e->gain_db); in bwn_nphy_gain_ctl_workarounds_rev3() 2665 bwn_ntab_write_bulk(mac, BWN_NTAB8(1, 32), 10, e->gain_db); in bwn_nphy_gain_ctl_workarounds_rev3() [all …]
|
H A D | if_bwn_phy_n_tables.c | 3612 bwn_ntab_write(mac, BWN_NTAB8(9, offset), in bwn_nphy_tables_init_rev7_volatile()
|