Searched refs:band (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/lib/overload/
H A Dnumbers.pm141 band
/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_tuner.c113 /* XXX FIXME: fill in the band-switch crosspoints */
121 { 0x00, 0x00 }, /* band-switch crosspoints */
122 { 0x00, 0x00, 0x00,0x00} }, /* the band-switch values */
131 { 0x00, 0x00}, /* band-switch crosspoints */
132 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
141 { 0x00, 0x00 }, /* band-switch crosspoints */
142 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
151 { 0x00, 0x00 }, /* band-switch crosspoints */
152 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
161 { 0x00, 0x00 }, /* band
762 u_char band; local
[all...]
H A Dbktr_reg.h385 u_char band; member in struct:TVTUNER
401 ** band (0x00=NoRadio).
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt12_bit.s120 band #0x7,r1h ;7671
121 band #0x7,@er1 ;7c107670
122 band #0x7,@0xffffff12:8 ;7e127670
123 band #0x7,@0x1234:16 ;6a1012347670
124 band #0x7,@0x12345678:32 ;6a30123456787670
H A Dh8300s.s247 band #0x7,r0l
248 band #0x6,@er1
249 band #0x5,@0x12:8
250 band #0x4,@0x1234:16
251 band #0x3,@0x12345678:32
/openbsd-current/gnu/usr.bin/perl/
H A Doverload.inc149 "(&", /* band */
/openbsd-current/gnu/usr.bin/perl/regen/
H A Doverload.pl179 band (&
/openbsd-current/sys/dev/pci/
H A Dif_mwx.c3018 mt7921_mac_init_band(struct mwx_softc *sc, uint32_t band) argument
3020 mwx_rmw(sc, MT_TMAC_CTCR0(band), 0x3f, MT_TMAC_CTCR0_INS_DDLMT_REFTIME);
3021 mwx_set(sc, MT_TMAC_CTCR0(band),
3025 mwx_set(sc, MT_WF_RMAC_MIB_TIME0(band), MT_WF_RMAC_MIB_RXTIME_EN);
3026 mwx_set(sc, MT_WF_RMAC_MIB_AIRTIME0(band), MT_WF_RMAC_MIB_RXTIME_EN);
3029 mwx_set(sc, MT_MIB_SCR1(band), MT_MIB_TXDUR_EN);
3030 mwx_set(sc, MT_MIB_SCR1(band), MT_MIB_RXDUR_EN);
3032 mwx_rmw(sc, MT_DMA_DCR0(band),
3035 mwx_clear(sc, MT_DMA_DCR0(band), MT_DMA_DCR0_RXD_G5_EN);
3317 mt7921_mcu_set_rts_thresh(struct mwx_softc *sc, uint32_t val, uint8_t band) argument
3321 uint8_t band; member in struct:__anon16
3538 mt7921_mcu_set_mac_enable(struct mwx_softc *sc, int band, int enable) argument
3542 uint8_t band; member in struct:__anon18
3733 mt7921_mcu_build_sku(struct mwx_softc *sc, int band, int8_t *sku) argument
3771 mt7921_mcu_rate_txpower_band(struct mwx_softc *sc, int band, const uint8_t *chans, int n_chans, int is_last) argument
[all...]
H A Dif_wpireg.h506 uint8_t band; member in struct:wpi_cmd_txpower
596 uint8_t band; member in struct:wpi_start_scan
H A Dif_iwnreg.h919 uint8_t band; member in struct:iwn4965_cmd_txpower
1385 uint8_t band; member in struct:iwn_start_scan
1409 uint8_t band; member in struct:iwn_spectrum_notif
1782 /* 20MHz channels, 2GHz band. */
1784 /* 20MHz channels, 5GHz band. */
1789 /* 40MHz channels (primary channels), 2GHz band. */
1791 /* 40MHz channels (primary channels), 5GHz band. */
H A Dif_mwxreg.h31 /* TMAC: band 0 (0x21000), band 1 (0xa1000) */
71 /* MIB: band 0(0x24800), band 1(0xa4800) */
103 /* AGG: band 0(0x20800), band 1(0xa0800) */
110 /* RMAC: band 0 (0x21400), band 1 (0xa1400) */
149 /* ARB: band 0(0x20c00), band
956 uint8_t band; /* 2.4GHz - 5GHz - 6GHz */ member in struct:mt76_connac_tx_power_limit_tlv
1000 uint8_t band; /* 1: 2.4GHz member in struct:mt76_connac_mcu_scan_channel
[all...]
H A Dif_wpi.c897 const struct wpi_chan_band *band = &wpi_bands[n]; local
901 wpi_read_prom_data(sc, band->addr, channels,
902 band->nchan * sizeof (struct wpi_eeprom_chan));
904 for (i = 0; i < band->nchan; i++) {
908 chan = band->chan[i];
910 if (n == 0) { /* 2GHz band */
917 } else { /* 5GHz band */
922 * we don't support them in the 4.9GHz band.
2248 cmd.band = IEEE80211_IS_CHAN_5GHZ(ch) ? 0 : 1;
H A Dif_iwn.c1523 struct iwn4965_eeprom_band *band = &sc->bands[i]; local
1524 struct iwn4965_eeprom_chan_samples *chans = band->chans;
1527 printf("===band %d===\n", i);
1528 printf("chan lo=%d, chan hi=%d\n", band->lo, band->hi);
1619 const struct iwn_chan_band *band = &iwn_bands[n]; local
1625 band->nchan * sizeof (struct iwn_eeprom_chan));
1627 for (i = 0; i < band->nchan; i++) {
1631 chan = band->chan[i];
1633 if (n == 0) { /* 2GHz band */
[all...]
H A Dif_iwxreg.h1319 * @IWx_UCODE_TLV_CAPA_ULTRA_HB_CHANNELS: firmware supports ultra high band
2134 * on same channel on 2.4 or same UNII band on 5.2
2192 * @NVM_MAC_SKU_FLAGS_BAND_2_4_ENABLED: true if 2.4 band enabled
2193 * @NVM_MAC_SKU_FLAGS_BAND_5_2_ENABLED: true if 5.2 band enabled
3322 * @band: IWX_PHY_BAND_*
3328 uint8_t band; member in struct:iwx_fw_channel_info_v1
3338 * @band: PHY_BAND_*
3345 uint8_t band; member in struct:iwx_fw_channel_info
3498 * @phy_flags: general phy flags: band, modulation, ...
3535 * @IWX_RX_RES_PHY_FLAGS_BAND_24: true if the packet was received on 2.4 band
6502 uint8_t band; member in struct:iwx_scan_results_notif
6794 uint8_t band; member in struct:iwx_scan_channel_cfg_umac::__anon30::__anon32
[all...]
H A Dif_iwmreg.h3067 * @band: IWM_PHY_BAND_*
3073 uint8_t band; member in struct:iwm_fw_channel_info_v1
3083 * @band: PHY_BAND_*
3090 uint8_t band; member in struct:iwm_fw_channel_info
3208 * @phy_flags: general phy flags: band, modulation, ...
3245 * @IWM_RX_RES_PHY_FLAGS_BAND_24: true if the packet was received on 2.4 band
5368 * @band_data: band specific data
5381 * @band_data: band specific data
5511 * @band: 0 for 5.2 GHz, 1 for 2.4 GHz
5518 uint8_t band; member in struct:iwm_scan_results_notif
[all...]
H A Dif_iwx.c5598 cmd.ci.band = IEEE80211_IS_CHAN_2GHZ(chan) ?
5658 cmd.ci.band = IEEE80211_IS_CHAN_2GHZ(chan) ?
6840 chan->v2.band = IWX_PHY_BAND_24;
6842 chan->v2.band = IWX_PHY_BAND_5;
7018 /* adaptive dwell default high band APs number */
7020 /* adaptive dwell default low band APs number */
8676 * to support band-steering.
10827 /* not all hardware can do 5GHz band */
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSelect.pm346 condition, for example pending out-of-band data.
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm126 '&' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> band($_[0])
127 : $_[0] -> copy() -> band($_[1]); },
129 '&=' => sub { $_[0] -> band($_[1]); },
1899 sub band { subroutine
1904 croak 'band() is an instance method, not a class method' unless $xref;
1905 croak 'Not enough arguments for band()' if @_ < 1;
1913 $xtmp -> band($y);
2943 =item band()
2945 $x->band($y); # bitwise and
/openbsd-current/sys/dev/ic/
H A Dbwfmreg.h601 uint8_t band; member in struct:bwfm_join_pref_params
H A Dqwxvar.h1409 struct ath11k_band_cap band[WMI_NUM_SUPPORTED_BAND_MAX]; member in struct:ath11k_pdev_cap
H A Dbwfm.c281 printf("%s: couldn't get supported band list\n", DEVNAME(sc));
329 printf("%s: unsupported band 0x%x\n", DEVNAME(sc),
478 join_pref[0].band = BWFM_JOIN_PREF_BAND_5G;
482 join_pref[1].band = 0;
H A Dqwx.c829 * to support band-steering.
6149 /* Strings nested in structs use an in-band length field. */
6409 /* Strings nested in structs use an in-band length field. */
11243 * band to band for a single radio, need to see how this should be
11275 cap_band = &pdev_cap->band[0];
11290 cap_band = &pdev_cap->band[1];
11302 cap_band = &pdev_cap->band[NL80211_BAND_6GHZ];
12162 qwx_print_reg_rule(struct qwx_softc *sc, const char *band, argument
12168 DNPRINTF(QWX_D_WMI, "%s: number of reg rules in %s band
[all...]
H A Dqwxreg.h157 * same band; no tx allowed.
158 * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
159 * Support for both PHYs within one band is planned
162 * The separation of the band between the two PHYs needs
164 * @WMI_HOST_HW_MODE_DBS_SBS: 3 PHYs, with 2 on the same band doing SBS
165 * as in WMI_HW_MODE_SBS, and 3rd on the other band
2511 * [7:0] - 2G band tx chain mask
2512 * [15:8] - 2G band rx chain mask
2513 * [23:16] - 5G band tx chain mask
2514 * [31:24] - 5G band r
2687 uint32_t band; member in struct:wmi_vdev_txrx_streams
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigFloat.pm129 '&' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> band($_[0])
130 : $_[0] -> copy() -> band($_[1]); },
132 '&=' => sub { $_[0] -> band($_[1]); },
3850 sub band { subroutine
3855 return if $x -> modify('band');
3860 $xtmp = $xtmp -> band($y);
5996 $x->band($y); # bitwise and
H A DBigInt.pm138 '&' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> band($_[0])
139 : $_[0] -> copy() -> band($_[1]); },
141 '&=' => sub { $_[0] -> band($_[1]); },
3478 sub band { subroutine
3485 return $x if $x->modify('band');
3487 return $upgrade -> band($x, $y, @r)
5965 $x->band($y); # bitwise and
7128 =item band()
7130 $x->band($y); # bitwise and

Completed in 622 milliseconds

12