Searched refs:ghz5 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2056.c86 uint16_t ghz5; member in struct:b2056_inittab_entry
107 [B2056_SYN_RESERVED_ADDR2] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
108 [B2056_SYN_RESERVED_ADDR3] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
109 [B2056_SYN_RESERVED_ADDR4] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
110 [B2056_SYN_RESERVED_ADDR5] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
111 [B2056_SYN_RESERVED_ADDR6] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
112 [B2056_SYN_RESERVED_ADDR7] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
113 [B2056_SYN_COM_CTRL] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
114 [B2056_SYN_COM_PU] = { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, },
115 [B2056_SYN_COM_OVR] = { .ghz5
10262 b2056_upload_inittab(struct bwn_mac *mac, bool ghz5, bool ignore_uploadflag, uint16_t routing, const struct b2056_inittab_entry *e, unsigned int length) argument
10283 b2056_upload_inittabs(struct bwn_mac *mac, bool ghz5, bool ignore_uploadflag) argument
10307 b2056_upload_syn_pll_cp2(struct bwn_mac *mac, bool ghz5) argument
[all...]
H A Dif_bwn_radio_2055.c84 uint16_t ghz5; member in struct:b2055_inittab_entry
96 [B2055_SP_PINPD] = { .ghz5 = 0x0080, .ghz2 = 0x0080, NOUPLOAD, },
97 [B2055_C1_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
98 [B2055_C1_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, },
99 [B2055_C2_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, },
100 [B2055_C2_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, },
101 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, },
102 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, },
103 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, },
104 [B2055_C2_SP_RXGC2] = { .ghz5
1351 b2055_upload_inittab(struct bwn_mac *mac, bool ghz5, bool ignore_uploadflag) argument
[all...]
H A Dif_bwn_phy_n_tables.h96 struct bwn_mac *mac, bool ghz5, bool ext_lna);
H A Dif_bwn_radio_2055.h273 * If "ghz5" is true, we upload the 5Ghz table. Otherwise the 2.4Ghz
277 bool ghz5, bool ignore_uploadflag);
H A Dif_bwn_radio_2056.h1117 bool ghz5, bool ignore_uploadflag);
1118 void b2056_upload_syn_pll_cp2(struct bwn_mac *mac, bool ghz5);
H A Dif_bwn_phy_n_core.c1609 bool ghz5 = bwn_current_band(mac) == BWN_BAND_5G; local
1610 b2055_upload_inittab(mac, ghz5, 0);
2614 bool ghz5; local
2622 ghz5 = BWN_PHY_READ(mac, BWN_NPHY_BANDCTL)
2624 ext_lna = ghz5 ? siba_sprom_get_bf_hi(sc->sc_dev) & BWN_BFH_EXTLNA_5GHZ :
2626 e = bwn_nphy_get_gain_ctl_workaround_ent(mac, ghz5, ext_lna);
2627 if (ghz5 && mac->mac_phy.rev >= 5)
H A Dif_bwn_phy_n_tables.c3859 struct bwn_mac *mac, bool ghz5, bool ext_lna)
3867 if (!ghz5 && mac->mac_phy.rev >= 6 && mac->mac_phy.rf_rev == 11)
3881 e = &nphy_gain_ctl_workaround[ghz5][phy_idx];
3884 if (!ghz5) {
3858 bwn_nphy_get_gain_ctl_workaround_ent( struct bwn_mac *mac, bool ghz5, bool ext_lna) argument
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_core.c1613 out->again.ghz5.a0 = out->again.ghz5.a1 = gain;
1614 out->again.ghz5.a2 = out->again.ghz5.a3 = gain;
1711 bcopy(&out->again.ghz24, &out->again.ghz5, sizeof(out->again.ghz5));
1826 bcopy(&out->again.ghz24, &out->again.ghz5, sizeof(out->again.ghz5));
1840 SIBA_SHIFTOUT(fem.ghz5.tssipos, SIBA_SPROM8_FEM5G,
1842 SIBA_SHIFTOUT(fem.ghz5
[all...]
H A Dsibavar.h506 } ghz5; member in struct:siba_sprom::__anon11648
517 } ghz5; member in struct:siba_sprom::__anon11651

Completed in 281 milliseconds