| /freebsd-src/sys/contrib/dev/iwlwifi/fw/ |
| H A D | rs.c | 76 const char *iwl_rs_pretty_ant(u8 ant) in iwl_rs_pretty_ant() argument 78 if (ant >= ARRAY_SIZE(ant_name)) in iwl_rs_pretty_ant() 81 return ant_name[ant]; in iwl_rs_pretty_ant() 196 u8 ant = (rate & RATE_MCS_ANT_AB_MSK) >> RATE_MCS_ANT_POS; in rs_pretty_print_rate() local 209 return scnprintf(buf, bufsz, "Legacy | ANT: %s Rate: %s Mbps", in rs_pretty_print_rate() 210 iwl_rs_pretty_ant(ant), in rs_pretty_print_rate() 235 "0x%x: %s | ANT: %s BW: %s MCS: %d NSS: %d %s%s%s%s%s", in rs_pretty_print_rate() 236 rate, type, iwl_rs_pretty_ant(ant), iwl_rs_pretty_bw(bw), mcs, nss, in rs_pretty_print_rate()
|
| /freebsd-src/sys/contrib/dev/rtw89/ |
| H A D | rtw8851b.c | 1942 md->md_v7.ant.isolation = 10; in rtw8851b_btc_set_rfe() 1948 /* rfe_type 3*n+1: 1-Ant(shared), in rtw8851b_set_trx_mask() 1949 * 3*n+2: 2-Ant+Div(non-shared), in rtw8851b_set_trx_mask() 1950 * 3*n+3: 2-Ant+no-Div(non-shared) in rtw8851b_set_trx_mask() 1952 md->md_v7.ant.num = (md->md_v7.rfe_type % 3 == 1) ? 1 : 2; in rtw8851b_set_trx_mask() 1954 md->md_v7.ant.single_pos = RF_PATH_A; in rtw8851b_set_trx_mask() 1955 md->md_v7.ant.btg_pos = RF_PATH_A; in rtw8851b_set_trx_mask() 1956 md->md_v7.ant.stream_cnt = 1; in rtw8851b_set_trx_mask() 1958 if (md->md_v7.ant.num == 1) { 1959 md->md_v7.ant 1968 struct rtw89_btc_ant_info *ant = &module->ant; rtw8851b_btc_init_cfg() local 2135 struct rtw89_btc_ant_info *ant = &btc->mdinfo.ant; rtw8851b_btc_wl_s1_standby() local 2162 struct rtw89_btc_ant_info *ant = &btc->mdinfo.ant; rtw8851b_btc_set_wl_rx_gain() local [all...] |
| H A D | rtw8852a.c | 1682 md->md_v7.ant.num = (md->md_v7.rfe_type % 2 ? 2 : 3); 1684 md->md_v7.ant.num = 2; in rtw8852a_ctrl_btg() 1686 md->md_v7.ant.diversity = 0; in rtw8852a_ctrl_btg() 1687 md->md_v7.ant.isolation = 10; in rtw8852a_ctrl_btg() 1689 if (md->md_v7.ant.num == 3) { in rtw8852a_ctrl_btg() 1690 md->md_v7.ant.type = BTC_ANT_DEDICATED; in rtw8852a_ctrl_btg() 1693 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852a_ctrl_btg() 1696 rtwdev->btc.btg_pos = md->md_v7.ant.btg_pos; 1697 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852a_btc_init_cfg() 1705 md->md.ant in rtw8852a_btc_init_cfg() [all...] |
| /freebsd-src/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9285_btcoex.c | 64 /* Don't disable BT ant to allow BB to control SWCOM */ in ar9285BTCoexAntennaDiversity() 77 /* Disable BT ant to allow concurrent BT and WLAN receive */ in ar9285BTCoexAntennaDiversity() 93 /* Disable BT ant to allow concurrent BT and WLAN receive */ in ar9285BTCoexAntennaDiversity()
|
| /freebsd-src/sys/contrib/dev/rtw88/ |
| H A D | coex.c | 424 "[BTCoex], (Before Ant Setup) Delay by IQK\n"); in rtw_coex_check_rfk() 438 "[BTCoex], (Before Ant Setup) wlk = %d, btk = %d\n", in rtw_coex_check_rfk() 1536 /* Shared-Ant */ in rtw_coex_action_coex_all_off() 1540 /* Non-Shared-Ant */ in rtw_coex_action_coex_all_off() 1606 /* Shared-Ant */ in rtw_coex_action_rf4ce() 1610 /* Non-Shared-Ant */ in rtw_coex_action_rf4ce() 1631 /* Shared-Ant */ in rtw_coex_action_bt_whql_test() 1635 /* Non-Shared-Ant */ in rtw_coex_action_bt_whql_test() 1658 if (efuse->share_ant) { /* Shared-Ant */ in rtw_coex_action_bt_relink() 1672 } else { /* Non-Shared-Ant */ in rtw_coex_action_bt_relink() [all...] |
| /freebsd-src/contrib/ntp/conf/ |
| H A D | rackety.conf | 18 # delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035 21 # delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035
|
| H A D | pogo.conf | 8 # delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035
|
| /freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit_ds.c | 720 u_int8_t ant, cal_pkt = 0; in ar9300_set_11n_rate_scenario() local 835 ant = (smart_antenna&0x000000ff); in ar9300_set_11n_rate_scenario() 836 ads->ds_ctl19 |= ant; /* rateseries 0 */ in ar9300_set_11n_rate_scenario() 838 ant = (smart_antenna&0x0000ff00) >> 8; in ar9300_set_11n_rate_scenario() 839 ads->ds_ctl20 |= ant; /* rateseries 1 */ in ar9300_set_11n_rate_scenario() 841 ant = (smart_antenna&0x00ff0000) >> 16; in ar9300_set_11n_rate_scenario() 842 ads->ds_ctl21 |= ant; /* rateseries 2 */ in ar9300_set_11n_rate_scenario() 844 ant = (smart_antenna&0xff000000) >> 24; in ar9300_set_11n_rate_scenario() 845 ads->ds_ctl22 |= ant; /* rateseries 3 */ in ar9300_set_11n_rate_scenario()
|
| /freebsd-src/tools/tools/ath/athprom/ |
| H A D | eeprom-14 | 25 | Ant Chain 0 $antCtrlChain0 | 26 | Ant Chain 1 $antCtrlChain1 | 27 | Ant Chain 2 $antCtrlChain2 | 28 | Ant Chain common 0x00001120 |
|
| /freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rs.h | 418 /* Bit 14-16: Antenna selection (1) Ant A, (2) Ant B, (4) Ant C */ 566 * Bit 14: Ant A active 567 * Bit 15: Ant B active 763 const char *iwl_rs_pretty_ant(u8 ant);
|
| /freebsd-src/contrib/netbsd-tests/ipf/regress/ |
| H A D | in102 | 5 rewrite in on bge0 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
|
| H A D | in102_6 | 5 rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
|
| /freebsd-src/tools/tools/ath/athalq/ |
| H A D | ar5416_ds.c | 231 printf(" try 0: ant=0x%08x\n", txc.ds_ctl8 & AR_AntCtl0); in ar5416_decode_txdesc() 234 printf(" try 1: TxPower=%d, ant=0x%08x\n", in ar5416_decode_txdesc() 239 printf(" try 2: TxPower=%d, ant=0x%08x\n", in ar5416_decode_txdesc() 244 printf(" try 3: TxPower=%d, ant=0x%08x\n", in ar5416_decode_txdesc()
|
| H A D | ar9300_ds.c | 302 printf(" try 0: ant=0x%08x, antsel=%d, ness=%d\n", in ar9300_decode_txdesc() 308 printf(" try 1: TxPower=%d, ant=0x%08x, antsel=%d, ness=%d\n", in ar9300_decode_txdesc() 315 printf(" try 2: TxPower=%d, ant=0x%08x, antsel=%d, ness=%d\n", in ar9300_decode_txdesc() 322 printf(" try 3: TxPower=%d, ant=0x%08x, antsel=%d, ness=%d\n", in ar9300_decode_txdesc()
|
| H A D | ar5416_ds_tdma.c | 235 printf(" try 0: ant=0x%08x\n", txc.ds_ctl8 & AR_AntCtl0); in ar5416_decode_txdesc() 238 printf(" try 1: TxPower=%d, ant=0x%08x\n", in ar5416_decode_txdesc() 243 printf(" try 2: TxPower=%d, ant=0x%08x\n", in ar5416_decode_txdesc() 248 printf(" try 3: TxPower=%d, ant=0x%08x\n", in ar5416_decode_txdesc()
|
| /freebsd-src/contrib/netbsd-tests/ipf/expected/ |
| H A D | in102 | 5 rewrite in on bge0 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
|
| H A D | in102_6 | 5 rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src any dst dstlist/ant;
|
| /freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | mediatek,mt7981-pinctrl.yaml | 153 "ant_sel" "ant" 14, 15, 16, 17, 18, 19, 20, 21, 22, 161 enum: [wa_aice, dfd, jtag, pta, pcm, udi, usb, ant, eth, i2c, led, 231 const: ant
|
| /freebsd-src/sys/dev/ral/ |
| H A D | rt2860.c | 1187 uint8_t ant; in rt2860_rx_intr() local 1281 ant = rt2860_maxrssi_chain(sc, rxwi); in rt2860_rx_intr() 1282 rssi = rt2860_rssi2dbm(sc, rxwi->rssi[ant], ant); in rt2860_rx_intr() 1288 tap->wr_antenna = ant; in rt2860_rx_intr() 3349 int ridx, ant, i; in rt2860_read_eeprom() 3593 sc->rssi_2ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom() 3594 sc->rssi_2ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom() 3605 sc->rssi_2ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom() 3609 sc->rssi_5ghz[0] = val & 0xff; /* Ant in rt2860_read_eeprom() 3353 int ridx, ant, i; rt2860_read_eeprom() local [all...] |
| /freebsd-src/sys/dev/malo/ |
| H A D | if_malohal.c | 591 malo_hal_setantenna(struct malo_hal *mh, enum malo_hal_antenna dirset, int ant) in malo_hal_setantenna() argument 604 if (ant == 0) { /* default to all/both antennae */ in malo_hal_setantenna() 606 ant = 3; in malo_hal_setantenna() 608 cmd->mode = htole16(ant); in malo_hal_setantenna()
|
| /freebsd-src/sys/dev/ath/ |
| H A D | if_ath_pci_devlist.h | 400 /* WB335 1-ANT */ 452 /* WB335 1-ANT / Antenna Diversity */ 529 /* WB335 2-ANT / Antenna-Diversity */
|
| H A D | if_ath_btcoex.c | 290 /* 1-ant and 2-ant AR9565 */ in ath_btcoex_cfg_wb335b()
|
| /freebsd-src/sys/contrib/device-tree/Bindings/input/ |
| H A D | iqs62x-keys.yaml | 53 | | Ant. 1 Deep Touch* | x | | | | | 63 | | Ant. 2 Deep Touch* | x | | | | |
|
| /freebsd-src/share/man/man4/ |
| H A D | uslcom.4 | 101 Dynastream ANT Development kits
|
| /freebsd-src/sys/dev/usb/wlan/ |
| H A D | if_run.c | 1853 int ridx, ant, i; in run_read_eeprom() local 2027 sc->rssi_2ghz[0] = val & 0xff; /* Ant A */ in run_read_eeprom() 2028 sc->rssi_2ghz[1] = val >> 8; /* Ant B */ in run_read_eeprom() 2034 sc->rssi_2ghz[2] = val & 0xff; /* Ant C */ in run_read_eeprom() 2046 sc->rssi_2ghz[2] = val & 0xff; /* Ant C */ in run_read_eeprom() 2053 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in run_read_eeprom() 2054 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in run_read_eeprom() 2067 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in run_read_eeprom() 2092 for (ant = 0; ant < in run_read_eeprom() 2877 uint8_t ant, rssi; run_rx_frame() local [all...] |