Searched refs:BWN_NTAB8 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/gnu/dev/bwn/phy_n/ |
| D | if_bwn_phy_n_tables.h | 104 #define BWN_NTAB8(table, offset) (((table) << 10) | (offset) | BWN_NTAB_8BIT) macro 111 #define BWN_NTAB_FRAMELT BWN_NTAB8 (0x18, 0x000) /* Frame Lookup Table */ 135 #define BWN_NTAB_MCS BWN_NTAB8 (0x12, 0x000) /* MCS Table */ 143 #define BWN_NTAB_C0_ESTPLT BWN_NTAB8 (0x1A, 0x000) /* Estimate Power Lookup Table Core 0 */ 145 #define BWN_NTAB_C0_ADJPLT BWN_NTAB8 (0x1A, 0x040) /* Adjust Power Lookup Table Core 0 */ 153 #define BWN_NTAB_C1_ESTPLT BWN_NTAB8 (0x1B, 0x000) /* Estimate Power Lookup Table Core 1 */ 155 #define BWN_NTAB_C1_ADJPLT BWN_NTAB8 (0x1B, 0x040) /* Adjust Power Lookup Table Core 1 */ 181 #define BWN_NTAB_FRAMELT_R3 BWN_NTAB8(24, 0) /* frame lookup */ 182 #define BWN_NTAB_C0_ESTPLT_R3 BWN_NTAB8(26, 0) /* estimated power lookup 0 */ 183 #define BWN_NTAB_C0_ADJPLT_R3 BWN_NTAB8(26, 64) /* adjusted power lookup 0 */ [all …]
|
| D | if_bwn_phy_n_core.c | 732 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset1), length, events); in bwn_nphy_set_rf_sequence() 733 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset2), length, delays); in bwn_nphy_set_rf_sequence() 736 bwn_ntab_write(mac, BWN_NTAB8(7, offset1 + i), end); in bwn_nphy_set_rf_sequence() 737 bwn_ntab_write(mac, BWN_NTAB8(7, offset2 + i), 1); in bwn_nphy_set_rf_sequence() 2662 bwn_ntab_write_bulk(mac, BWN_NTAB8(0, 8), 4, e->lna1_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2663 bwn_ntab_write_bulk(mac, BWN_NTAB8(1, 8), 4, e->lna1_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2664 bwn_ntab_write_bulk(mac, BWN_NTAB8(0, 16), 4, e->lna2_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2665 bwn_ntab_write_bulk(mac, BWN_NTAB8(1, 16), 4, e->lna2_gain); in bwn_nphy_gain_ctl_workarounds_rev3() 2666 bwn_ntab_write_bulk(mac, BWN_NTAB8(0, 32), 10, e->gain_db); in bwn_nphy_gain_ctl_workarounds_rev3() 2667 bwn_ntab_write_bulk(mac, BWN_NTAB8(1, 32), 10, e->gain_db); in bwn_nphy_gain_ctl_workarounds_rev3() [all …]
|
| D | if_bwn_phy_n_tables.c | 3605 bwn_ntab_write(mac, BWN_NTAB8(9, offset), in bwn_nphy_tables_init_rev7_volatile()
|