/src/sys/dev/fdt/ |
fdt_clock.c | 218 * Apply assigned clock parents and rates. 230 const u_int *rates = fdtbus_get_prop(phandle, "assigned-clock-rates", &rates_len); local in function:fdtbus_clock_assign 231 if (rates == NULL) 236 const u_int nrates = rates_len / sizeof(*rates); 259 const u_int rate = be32toh(rates[index]);
|
/src/sys/dev/pckbport/ |
pmsvar.h | 46 int rates[3]; member in struct:pms_protocol
|
/src/sys/net80211/ |
ieee80211.c | 445 * Add rate to the collection of all rates. 503 aprint_debug("%s: %s rates: ", ifp->if_xname, 1023 } rates[] = { local in function:ieee80211_rate2media 1073 /* NB: hack, 11g matches both 11b+11a rates */ 1080 for (i = 0; i < N(rates); i++) 1081 if (rates[i].m == mask) 1082 return rates[i].r;
|
ieee80211_proto.c | 373 * Sort rates. 394 * Check against supported rates. 428 * Delete unacceptable rates. 508 static const int rates[] = { 2, 4, 11, 22, 12, 24, 48 }; local in function:ieee80211_iserp_rateset 511 if (rs->rs_nrates < N(rates)) 513 for (i = 0; i < N(rates); i++) { 516 if (rates[i] == r) 518 if (r > rates[i]) 530 * Mark the basic rates for the 11g rate table based on the 531 * operating mode. For real 11g we mark all the 11b rates [all...] |
ieee80211_input.c | 1046 ieee80211_setup_rates(struct ieee80211_node *ni, const u_int8_t *rates, 1054 rs->rs_nrates = rates[1]; 1055 memcpy(rs->rs_rates, rates + 2, rs->rs_nrates); 1072 " only using %u of %u rates\n", 2093 * [tlv] supported rates 2097 * [tlv] extended supported rates 2344 u_int8_t *ssid, *rates, *xrates; local in function:ieee80211_recv_mgmt_probe_req 2367 * [tlv] supported rates 2368 * [tlv] extended supported rates 2370 ssid = rates = xrates = NULL 2532 u_int8_t *ssid, *rates, *xrates, *wpa, *wme; local in function:ieee80211_recv_mgmt_assoc_req 2775 u_int8_t *rates, *xrates, *wme; local in function:ieee80211_recv_mgmt_assoc_resp [all...] |
/src/sys/dev/ic/ |
athrate-sample.h | 85 struct rate_info rates[IEEE80211_RATE_MAXSIZE]; member in struct:sample_node 214 * rates, and there is probably a way to get this from the
|
wi.c | 370 char rates[IEEE80211_RATE_SIZE]; member in struct:wi_attach::__anonbff05df50108 524 /* Find supported rates. */ 532 &ratebuf.rates[0], nrate);
|
bwfm.c | 2281 uint8_t rates[sizeof(bss->rates) + 2]; local in function:bwfm_scan_node 2300 rates[0] = 0; 2301 rates[1] = le32toh(bss->nrates); 2302 memcpy(&rates[2], bss->rates, sizeof(bss->rates)); 2315 scan.sp_rates = rates;
|
bwfmreg.h | 390 uint8_t rates[16]; member in struct:bwfm_bss_info 419 /* rates in 500kbps units w/hi bit set if basic */ 420 uint8_t rates[BWFM_MAXRATES_IN_SET]; member in struct:bwfm_sta_rateset_v5 429 /* rates in 500kbps units w/hi bit set if basic */ 430 uint8_t rates[BWFM_MAXRATES_IN_SET]; member in struct:bwfm_sta_rateset_v7 469 uint32_t count; /* # rates in this set */ 470 uint8_t rates[BWFM_MAXRATES_IN_SET]; /* rates in 500kbps units */ member in struct:bwfm_sta_info
|
/src/sys/dev/pci/ |
if_ipw.c | 278 /* set supported .11b rates */ 747 } rates[] = { local in function:ipw_media_status 765 for (i = 0; i < N(rates) && rates[i].val != val; i++); 766 rate = (i < N(rates)) ? rates[i].rate : 0; 2040 DPRINTF(("Setting basic tx rates to 0x%x\n", le32toh(data))); 2046 DPRINTF(("Setting tx rates to 0x%x\n", le32toh(data)));
|
if_ipwreg.h | 113 /* supported rates */ 279 u_int8_t rates; member in struct:ipw_node
|
if_rtwn.c | 336 /* Set supported HT rates. */ 341 /* Set supported .11b and .11g rates. */ 1061 uint32_t rates, basicrates; local in function:rtwn_ra_init 1067 /* Get normal and basic rates mask. */ 1068 rates = basicrates = 0; 1077 rates |= 1 << j; 1090 DPRINTF(("%s: mode=0x%x rates=0x%08x, basicrates=0x%08x\n", 1091 device_xname(sc->sc_dev), mode, rates, basicrates)); 1095 /* Set rates mask for group addressed frames. */ 1109 /* Set rates mask for unicast frames. * [all...] |
if_iwireg.h | 134 /* supported rates */ 355 uint8_t rates[IWI_RATESET_SIZE]; member in struct:iwi_rateset
|
if_wpireg.h | 451 } __packed rates[WPI_CCK11 + 1]; member in struct:wpi_mrr_setup 531 } __packed rates[WPI_CCK11 + 1]; member in struct:wpi_cmd_txpower
|
if_iwm.c | 3991 /* CCK rates. */ 3996 /* OFDM rates. */ 5460 static const uint32_t rates = (IWM_SCAN_CONFIG_RATE_1M | local in function:iwm_config_umac_scan 5473 scan_config->legacy_rates = htole32(rates | 5474 IWM_SCAN_CONFIG_SUPPORTED_RATE(rates)); 5647 * Now we've got the basic rates as bitmaps in the ofdm and cck 5649 * be all the right rates in the bitmap. E.g. if the only basic 5650 * rates are 5.5 Mbps and 11 Mbps, we still need to add 1 Mbps 5665 * As a consequence, we need to add all mandatory rates that are 5666 * lower than all of the basic rates to these bitmaps [all...] |
/src/sys/dev/usb/ |
if_atu.c | 630 /* uint8_t rates[4] = {0x82, 0x84, 0x8B, 0x96};*/ 631 uint8_t rates[4] = {0x82, 0x04, 0x0B, 0x16}; local in function:atu_initial_config 663 memcpy(cmd.BasicRateSet, rates, 4);
|
if_upgtvar.h | 120 uint8_t rates[20]; member in struct:upgt_fw_bra_descr 358 uint8_t rates[8]; member in struct:upgt_lmac_tx_desc
|
if_zyd.c | 414 /* set supported .11b and .11g rates */ 1796 /* CCK rates (returned values are device-dependent) */ 1802 /* OFDM rates (cf IEEE Std 802.11a-1999, pp. 14 Table 80) */ 1812 /* unsupported rates (should not get there) */ 1964 static const uint8_t rates[] = { local in function:zyd_rx_data 1974 tap->wr_rate = rates[plcp->signal & 0xf]; 2088 /* multicast frames are not sent at OFDM rates in 802.11b/g */ 2245 /* multicast frames are not sent at OFDM rates in 802.11b/g */ 2473 /* set basic rates */ 2481 /* set mandatory rates */ [all...] |
if_urtwn.c | 502 /* Set supported .11b and .11g rates. */ 1632 uint32_t rates, basicrates; local in function:urtwn_ra_init 1642 /* Get normal and basic rates mask. */ 1643 rates = basicrates = 1; 1657 rates |= 1U << j; 1675 DPRINTFN(DBG_INIT, "rates=%#jx, basicrates=%#jx, " 1677 rates, basicrates, maxrate, maxbasicrate); 1684 /* Set rates mask for group addressed frames. */ 1699 /* Set rates mask for unicast frames. */ 1703 cmd.mask = htole32((mode << 28) | rates); [all...] |
/src/sys/arch/arm/rockchip/ |
rk_cru.h | 98 const struct rk_cru_pll_rate *rates; member in struct:rk_cru_pll 123 .u.pll.rates = (_rates), \ 179 const struct rk_cru_arm_rate *rates; member in struct:rk_cru_arm 204 .u.arm.rates = (_rates), \
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
sndif.h | 99 * /local/domain/1/device/vsnd/0/sample-rates = "8000,32000,44100,48000,96000" 133 * /local/domain/1/device/vsnd/0/1/sample-rates = "8000,32000,44100" 214 * o supported sample rates 235 * sample-rates 238 * List of supported sample rates separated by XENSND_LIST_SEPARATOR. 239 * Sample rates are expressed as a list of decimal values w/o any 502 #define XENSND_FIELD_SAMPLE_RATES "sample-rates" 840 * for sample rates becomes available (which might be the same set configured 898 } rates; member in struct:xensnd_query_hw_param
|
/src/sys/dev/pcmcia/ |
if_malo_pcmciavar.h | 358 uint8_t rates[14]; member in struct:malo_networks
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_edid.c | 3024 const int rates[] = { 60, 85, 75, 60, 50 }; local in function:drm_cvt_modes 3053 rates[j], j == 0, 4744 * All HDMI 2.0 monitors must support scrambling at rates > 340 MHz.
|
/src/lib/libossaudio/ |
soundcard.h | 473 int rates[OSS_MAX_SAMPLE_RATES]; member in struct:oss_audioinfo
|