Home
last modified time | relevance | path

Searched full:ant (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Drs.c76 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()
98 u8 ant = (rate & RATE_MCS_ANT_AB_MSK) >> RATE_MCS_ANT_POS; in rs_pretty_print_rate() local
112 return scnprintf(buf, bufsz, "Legacy | ANT: %s Rate: %s Mbps", in rs_pretty_print_rate()
113 iwl_rs_pretty_ant(ant), in rs_pretty_print_rate()
140 "0x%x: %s | ANT: %s BW: %s MCS: %d NSS: %d %s%s%s%s%s", in rs_pretty_print_rate()
141 rate, type, iwl_rs_pretty_ant(ant), iwl_rs_pretty_bw(bw), mcs, nss, in rs_pretty_print_rate()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b.c695 md->md_v7.ant.num = (md->md_v7.rfe_type % 2 ? 2 : 3); in rtw8852b_btc_set_rfe()
697 md->md_v7.ant.num = 2; in rtw8852b_btc_set_rfe()
699 md->md_v7.ant.diversity = 0; in rtw8852b_btc_set_rfe()
700 md->md_v7.ant.isolation = 10; in rtw8852b_btc_set_rfe()
702 if (md->md_v7.ant.num == 3) { in rtw8852b_btc_set_rfe()
703 md->md_v7.ant.type = BTC_ANT_DEDICATED; in rtw8852b_btc_set_rfe()
706 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852b_btc_set_rfe()
709 rtwdev->btc.btg_pos = md->md_v7.ant.btg_pos; in rtw8852b_btc_set_rfe()
710 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852b_btc_set_rfe()
718 md->md.ant.num = (md->md.rfe_type % 2 ? 2 : 3); in rtw8852b_btc_set_rfe()
[all …]
H A Drtw8851b.c2091 md->md_v7.ant.isolation = 10; in rtw8851b_btc_set_rfe()
2097 /* rfe_type 3*n+1: 1-Ant(shared), in rtw8851b_btc_set_rfe()
2098 * 3*n+2: 2-Ant+Div(non-shared), in rtw8851b_btc_set_rfe()
2099 * 3*n+3: 2-Ant+no-Div(non-shared) in rtw8851b_btc_set_rfe()
2101 md->md_v7.ant.num = (md->md_v7.rfe_type % 3 == 1) ? 1 : 2; in rtw8851b_btc_set_rfe()
2103 md->md_v7.ant.single_pos = RF_PATH_A; in rtw8851b_btc_set_rfe()
2104 md->md_v7.ant.btg_pos = RF_PATH_A; in rtw8851b_btc_set_rfe()
2105 md->md_v7.ant.stream_cnt = 1; in rtw8851b_btc_set_rfe()
2107 if (md->md_v7.ant.num == 1) { in rtw8851b_btc_set_rfe()
2108 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8851b_btc_set_rfe()
[all …]
H A Drtw8852bt.c602 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852bt_btc_set_rfe()
603 md->md_v7.ant.num = 2; in rtw8852bt_btc_set_rfe()
604 md->md_v7.ant.isolation = 10; in rtw8852bt_btc_set_rfe()
605 md->md_v7.ant.diversity = 0; in rtw8852bt_btc_set_rfe()
606 /* WL 1-stream+1-Ant is located at 0:s0(path-A) or 1:s1(path-B) */ in rtw8852bt_btc_set_rfe()
607 md->md_v7.ant.single_pos = RF_PATH_A; in rtw8852bt_btc_set_rfe()
608 md->md_v7.ant.btg_pos = RF_PATH_B; in rtw8852bt_btc_set_rfe()
615 md->md_v7.ant.num = (md->md_v7.rfe_type % 2) ? 2 : 3; in rtw8852bt_btc_set_rfe()
616 md->md_v7.ant.stream_cnt = 2; in rtw8852bt_btc_set_rfe()
619 if (md->md_v7.ant.num == 2) { in rtw8852bt_btc_set_rfe()
[all …]
H A Drtw8852a.c1712 md->md_v7.ant.num = (md->md_v7.rfe_type % 2 ? 2 : 3); in rtw8852a_btc_set_rfe()
1714 md->md_v7.ant.num = 2; in rtw8852a_btc_set_rfe()
1716 md->md_v7.ant.diversity = 0; in rtw8852a_btc_set_rfe()
1717 md->md_v7.ant.isolation = 10; in rtw8852a_btc_set_rfe()
1719 if (md->md_v7.ant.num == 3) { in rtw8852a_btc_set_rfe()
1720 md->md_v7.ant.type = BTC_ANT_DEDICATED; in rtw8852a_btc_set_rfe()
1723 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852a_btc_set_rfe()
1726 rtwdev->btc.btg_pos = md->md_v7.ant.btg_pos; in rtw8852a_btc_set_rfe()
1727 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852a_btc_set_rfe()
1735 md->md.ant.num = (md->md.rfe_type % 2 ? 2 : 3); in rtw8852a_btc_set_rfe()
[all …]
H A Drtw8852c.c2463 md->md_v7.ant.num = (md->md_v7.rfe_type % 2 ? 2 : 3); in rtw8852c_btc_set_rfe()
2465 md->md_v7.ant.num = 2; in rtw8852c_btc_set_rfe()
2467 md->md_v7.ant.diversity = 0; in rtw8852c_btc_set_rfe()
2468 md->md_v7.ant.isolation = 10; in rtw8852c_btc_set_rfe()
2470 if (md->md_v7.ant.num == 3) { in rtw8852c_btc_set_rfe()
2471 md->md_v7.ant.type = BTC_ANT_DEDICATED; in rtw8852c_btc_set_rfe()
2474 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852c_btc_set_rfe()
2477 rtwdev->btc.btg_pos = md->md_v7.ant.btg_pos; in rtw8852c_btc_set_rfe()
2478 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852c_btc_set_rfe()
2486 md->md.ant.num = (md->md.rfe_type % 2 ? 2 : 3); in rtw8852c_btc_set_rfe()
[all …]
H A Drtw8922a.c2446 module->ant.type = BTC_ANT_SHARED; in rtw8922a_btc_set_rfe()
2447 module->ant.num = 2; in rtw8922a_btc_set_rfe()
2448 module->ant.isolation = 10; in rtw8922a_btc_set_rfe()
2449 module->ant.diversity = 0; in rtw8922a_btc_set_rfe()
2450 module->ant.single_pos = RF_PATH_A; in rtw8922a_btc_set_rfe()
2451 module->ant.btg_pos = RF_PATH_B; in rtw8922a_btc_set_rfe()
2463 module->ant.num = (module->rfe_type % 2) ? 2 : 3; in rtw8922a_btc_set_rfe()
2466 module->ant.num = 2; in rtw8922a_btc_set_rfe()
2468 if (module->ant.num == 3) { in rtw8922a_btc_set_rfe()
2469 module->ant.type = BTC_ANT_DEDICATED; in rtw8922a_btc_set_rfe()
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c424 "[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()
1560 /* Shared-Ant */ in rtw_coex_action_coex_all_off()
1564 /* Non-Shared-Ant */ in rtw_coex_action_coex_all_off()
1630 /* Shared-Ant */ in rtw_coex_action_rf4ce()
1634 /* Non-Shared-Ant */ in rtw_coex_action_rf4ce()
1655 /* Shared-Ant */ in rtw_coex_action_bt_whql_test()
1659 /* Non-Shared-Ant */ in rtw_coex_action_bt_whql_test()
1682 if (efuse->share_ant) { /* Shared-Ant */ in rtw_coex_action_bt_relink()
1696 } else { /* Non-Shared-Ant */ in rtw_coex_action_bt_relink()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_btcoex.c64 /* 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/contrib/ntp/conf/
H A Drackety.conf18 # 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 Dpogo.conf8 # delays: prop 0.0088 ant .0002 rcvr .0173 = 26.3 ms; os .0035
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c720 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/tools/tools/ath/athprom/
H A Deeprom-1425 | Ant Chain 0 $antCtrlChain0 |
26 | Ant Chain 1 $antCtrlChain1 |
27 | Ant Chain 2 $antCtrlChain2 |
28 | Ant Chain common 0x00001120 |
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h474 /* Bit 14-16: Antenna selection (1) Ant A, (2) Ant B, (4) Ant C */
628 * Bit 14: Ant A active
629 * Bit 15: Ant B active
824 const char *iwl_rs_pretty_ant(u8 ant);
/freebsd/tools/tools/ath/athalq/
H A Dar5416_ds.c231 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 Dar9300_ds.c302 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 Dar5416_ds_tdma.c235 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/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt7981-pinctrl.yaml153 "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/contrib/netbsd-tests/ipf/regress/
H A Din1025 rewrite in on bge0 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
H A Din102_65 rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Din1025 rewrite in on bge0 proto tcp from pool/a to pool/1 -> src 0/0 dst dstlist/ant;
H A Din102_65 rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src any dst dstlist/ant;
/freebsd/sys/dev/ral/
H A Drt2860.c1189 uint8_t ant; in rt2860_rx_intr() local
1283 ant = rt2860_maxrssi_chain(sc, rxwi); in rt2860_rx_intr()
1284 rssi = rt2860_rssi2dbm(sc, rxwi->rssi[ant], ant); in rt2860_rx_intr()
1290 tap->wr_antenna = ant; in rt2860_rx_intr()
3352 int ridx, ant, i; in rt2860_read_eeprom() local
3596 sc->rssi_2ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
3597 sc->rssi_2ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
3608 sc->rssi_2ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom()
3612 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
3613 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c1480 int ridx, ant; in mtw_read_eeprom() local
1582 sc->rssi_2ghz[0] = val & 0xff; /* Ant A */ in mtw_read_eeprom()
1583 sc->rssi_2ghz[1] = val >> 8; /* Ant B */ in mtw_read_eeprom()
1595 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in mtw_read_eeprom()
1596 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in mtw_read_eeprom()
1598 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in mtw_read_eeprom()
1620 for (ant = 0; ant < 3; ant++) { in mtw_read_eeprom()
1621 if (sc->rssi_2ghz[ant] < -10 || sc->rssi_2ghz[ant] > 10) { in mtw_read_eeprom()
1623 "invalid RSSI%d offset: %d (2GHz)\n", ant + 1, in mtw_read_eeprom()
1624 sc->rssi_2ghz[ant]); in mtw_read_eeprom()
[all …]
/freebsd/sys/dev/malo/
H A Dif_malohal.c591 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()

1234