HomeSort by: relevance | last modified time | path
    Searched defs:band (Results 1 - 22 of 22) sorted by relevancy

  /src/external/mit/isl/dist/
isl_schedule_tree.h 19 * The "band" field is valid when type is isl_schedule_node_band.
21 * and represents constraints on the flat product of the outer band nodes,
34 * maps outer schedule dimensions (the flat product of the outer band nodes)
41 * and represents constraints on the flat product of the outer band nodes
60 isl_schedule_band *band; member in union:isl_schedule_tree::__anon23682
91 __isl_take isl_schedule_band *band);
198 __isl_take isl_schedule_tree *tree, __isl_take isl_schedule_band *band);
isl_test_cpp-generic.cc 238 * a single-dimensional band node in each branch, with one of them
257 auto band = node.as<isl::schedule_node_band>(); local
258 band = band.member_set_coincident(0, true);
259 node = band.ancestor(2);
297 /* Test marking band members for unrolling.
300 * Unrolling all band members therefore results in 30 at-domain calls
308 auto band = node.as<isl::schedule_node_band>();
309 node = band.member_set_ast_loop_unroll(0);
isl_schedule_read.c 458 * property of a band node).
465 /* Set the (initial) coincident properties of "band" according to
469 __isl_take isl_schedule_band *band, __isl_take isl_val_list *coincident)
474 n = isl_schedule_band_n_member(band);
477 band = isl_schedule_band_free(band);
484 band = isl_schedule_band_free(band);
485 band = isl_schedule_band_member_set_coincident(band, i
502 isl_schedule_band *band; local
    [all...]
isl_schedule_band.c 21 isl_ctx *isl_schedule_band_get_ctx(__isl_keep isl_schedule_band *band)
23 return band ? isl_multi_union_pw_aff_get_ctx(band->mupa) : NULL;
30 isl_schedule_band *band; local
32 band = isl_calloc_type(ctx, isl_schedule_band);
33 if (!band)
36 band->ref = 1;
38 return band;
44 * The band is not marked permutable, the dimensions are not
53 isl_schedule_band *band; local
    [all...]
isl_schedule_node.c 321 * "prefix" collects all outer band partial schedules (if "collect_prefix"
455 * If "tree" is a band with at least one member, then we set data->filter
457 * data->prefix by the band schedule (if data->collect_prefix is set).
532 * If "tree" is a band with at least one member and data->collect_prefix
533 * is set, then we extend data->prefix with the band schedule.
668 /* Return the concatenation of the partial schedules of all outer band
715 /* Return the concatenation of the partial schedules of all outer band
778 /* Return the concatenation of the partial schedules of all outer band
791 /* Return the concatenation of the partial schedules of all outer band
1571 * That is, do any of these nodes reference the outer band nodes
2552 isl_schedule_band *band; local
    [all...]
  /src/sys/kern/
sys_pipe.c 375 int band; local
379 band = POLLIN|POLLRDNORM;
382 band = POLLOUT|POLLWRNORM;
385 band = POLLHUP;
388 band = POLLERR;
391 band = 0;
398 selnotify(&selp->pipe_sel, band, NOTE_SUBMIT);
403 fownsignal(sigp->pipe_pgid, SIGIO, code, band, selp);
uipc_socket2.c 560 int band; local
567 band = POLLIN|POLLRDNORM;
571 band = POLLOUT|POLLWRNORM;
575 band = POLLHUP;
579 band = 0;
587 selnotify(&sb->sb_sel, band, NOTE_SUBMIT);
590 fownsignal(so->so_pgid, SIGIO, code, band, so);
592 (*so->so_upcall)(so, so->so_upcallarg, band, M_DONTWAIT); local
  /src/sys/dev/pci/bktr/
bktr_tuner.c 145 /* XXX FIXME: fill in the band-switch crosspoints */
153 { 160, 454 }, /* band-switch crosspoints */
154 { 0x00, 0x00, 0x00,0x00} }, /* the band-switch values */
163 { 160, 454 }, /* band-switch crosspoints */
164 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
173 { 160, 454 }, /* band-switch crosspoints */
174 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
183 { 160, 454 }, /* band-switch crosspoints */
184 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
193 { 160, 454 }, /* band-switch crosspoints *
784 u_char band; local
    [all...]
bktr_reg.h 347 u_char band; member in struct:TVTUNER
360 ** band (0x00=NoRadio).
  /src/sys/dev/pci/
pciconf.c 1264 int def_ltim, max_ltim, band, bus_mhz; local
1273 band = 4000000; /* 0.25us cycles/sec */
1274 if (band < pb->bandwidth_used) {
1279 def_ltim = (band - pb->bandwidth_used) / pb->ndevs;
if_wpi.c 2301 const struct wpi_chan_band *band = &wpi_bands[n]; local
2305 wpi_read_prom_data(sc, band->addr, channels,
2306 band->nchan * sizeof (struct wpi_eeprom_chan));
2308 for (i = 0; i < band->nchan; i++) {
2312 chan = band->chan[i];
2314 if (n == 0) { /* 2GHz band */
2321 } else { /* 5GHz band */
2326 * we can't support these channels in 5GHz band.
2565 txpower.band = IEEE80211_IS_CHAN_5GHZ(c) ? 0 : 1;
if_iwn.c 1723 struct iwn4965_eeprom_band *band = &sc->bands[i]; local
1724 struct iwn4965_eeprom_chan_samples *chans = band->chans;
1727 aprint_normal("===band %d===\n", i);
1728 aprint_normal("chan lo=%d, chan hi=%d\n", band->lo, band->hi);
1819 const struct iwn_chan_band *band = &iwn_bands[n]; local
1825 band->nchan * sizeof (struct iwn_eeprom_chan));
1827 for (i = 0; i < band->nchan; i++) {
1831 chan = band->chan[i];
1833 if (n == 0) { /* 2GHz band */
    [all...]
if_wpireg.h 520 uint8_t band; member in struct:wpi_cmd_txpower
563 uint8_t band; member in struct:wpi_start_scan
if_iwnreg.h 869 uint8_t band; member in struct:iwn4965_cmd_txpower
1276 uint8_t band; member in struct:iwn_start_scan
1300 uint8_t band; member in struct:iwn_spectrum_notif
1668 /* 20MHz channels, 2GHz band. */
1670 /* 20MHz channels, 5GHz band. */
1675 /* 40MHz channels (primary channels), 2GHz band. */
1677 /* 40MHz channels (primary channels), 5GHz band. */
if_iwmreg.h 2987 * @band: IWM_PHY_BAND_*
2993 uint8_t band; member in struct:iwm_fw_channel_info_v1
3003 * @band: PHY_BAND_*
3010 uint8_t band; member in struct:iwm_fw_channel_info
3128 * @phy_flags: general phy flags: band, modulation, ...
3165 * @IWM_RX_RES_PHY_FLAGS_BAND_24: true if the packet was received on 2.4 band
5211 * @channel: band is selected by iwm_scan_cmd "flags" field
5384 * @band_data: band specific data
5397 * @band_data: band specific data
5554 * @band: 0 for 5.2 GHz, 1 for 2.4 GH
5562 uint8_t band; member in struct:iwm_scan_start_notif
5621 uint8_t band; member in struct:iwm_scan_results_notif
    [all...]
  /src/external/bsd/wpa/dist/src/common/
dpp_tcp.c 1444 char band[200], *b_pos, *b_end; local
1459 band[0] = '\0';
1460 b_pos = band;
1461 b_end = band + sizeof(band);
1464 b_pos == band ? "" : ",", opclass[i]);
1480 name, band, mud_url);
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 4245 char band[200], *pos, *end; local
4262 band[0] = '\0';
4263 pos = band;
4264 end = band + sizeof(band);
4267 pos == band ? "" : ",", opclass[i]);
4284 dpp_netrole_str(auth->e_netrole), name, band, mud_url);
wpa_supplicant.c 6623 unsigned int band = 0; local
6628 band |= wpas_freq_to_band(freqs[i]);
6640 band |= BAND_2_4_GHZ;
6643 band |= BAND_5_GHZ;
6646 band |= BAND_60_GHZ;
6649 band = BAND_2_4_GHZ | BAND_5_GHZ |
6655 return band;
6743 /* Get the active work to know the type and band. */
  /src/sys/net80211/
ieee80211.h 540 struct ieee80211_band band[4]; /* up to 4 sub bands */ member in struct:ieee80211_country_ie
  /src/sys/dev/ic/
bwfmreg.h 607 uint8_t band; member in struct:bwfm_join_pref_params
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c 4566 struct nlattr *bands, *band; local
4582 band = nla_nest_start(msg, NL80211_BAND_2GHZ);
4586 band = nla_nest_start(msg, NL80211_BAND_6GHZ);
4588 band = nla_nest_start(msg, NL80211_BAND_5GHZ);
4591 band = nla_nest_start(msg, NL80211_BAND_60GHZ);
4597 if (!band)
4672 nla_nest_end(msg, band);
9249 /* First try to pick a link that uses the same band */
9260 /* Use any valid link ID if no band match was found */
9399 struct nlattr *bands, *band; local
    [all...]
nl80211_copy.h 590 * doing a passive scan on the 5 GHz band you find an AP there (if not
593 * never be used for channels 1-11 on the 2 GHz band as they are always
781 * management frames at CCK rate or not in 2GHz band.
1915 * (enum nl80211_tx_rate_attributes) describing TX rates per band. The
1917 * data. If a band is not included, it will be configured to allow all
2060 * nested array attribute containing an entry for each band, with the entry
2091 * frames are being transmitted at CCK rate in 2GHz band, the user space
2521 * the specified band is to be adjusted before doing
2697 * @NL80211_ATTR_HE_6GHZ_CAPABILITY: HE 6 GHz Band Capability element (from
4034 * for each interface type that supports the band dat
6848 __u8 band; member in struct:nl80211_bss_select_rssi_adjust
    [all...]

Completed in 70 milliseconds