OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bands
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/bta2dpd/bta2dpd/
avdtp.c
125
uint8_t bitpool, uint8_t freq, uint8_t mode, uint8_t
bands
, uint8_t blocks,
137
bands_dat = (uint8_t)(
bands
<< 2);
310
*bitpool, uint8_t*
bands
, uint8_t *blocks, uint8_t srcsep)
341
blk_len_sb_alloc = (uint8_t)(*blocks << 4 | *
bands
<< 2 |
346
*
bands
= (uint8_t)(1 << FLS((tmp_mask >> 2) & 3));
349
blk_len_sb_alloc = (uint8_t)(*blocks << 4 | *
bands
<< 2 |
361
if (*
bands
== BANDS_4)
bta2dpd.c
237
static uint8_t
bands
= BANDS_8;
variable
279
bands_config[0] =
bands
;
478
bands
= BANDS_ANY;
498
bands
= 0;
500
bands
|= bands_config[j];
518
if (
bands
== BANDS_8)
578
"\t\t[-M mtu] [-V volume] [-f mode] [-b blocks] [-e
bands
]\n"
583
"\t\t[-b blocks] [-e
bands
] [-A alloc] [-B bitpool] files...\n"
701
frequency , channel_mode,
bands
, blocks,
737
&alloc_method, &bitpool, &
bands
, &blocks
[
all
...]
sbc_encode.c
842
stream(int in, int outfd, uint8_t mode, uint8_t freq, uint8_t
bands
, uint8_t
864
global_bands_config =
bands
;
865
if (
bands
== BANDS_8)
1062
uint8_t mode, bitpool, alloc_method, freq,
bands
, config, myCrc, blkCrc;
local
1078
bands
= (uint8_t)(1 << (1 - (config & 0x01)));
1085
global_bands_config =
bands
;
1086
if (
bands
== BANDS_8)
avdtp_signal.h
128
u_int8_t *bitpool, u_int8_t*
bands
, u_int8_t *blocks, u_int8_t srcsep);
/src/sys/dev/pci/
if_iwnvar.h
296
bands
[IWN_NBANDS];
member in struct:iwn_softc
if_iwn.c
1690
/* Read maximum allowed TX power for 2GHz and 5GHz
bands
. */
1702
iwn_read_prom_data(sc, IWN4965_EEPROM_BANDS, sc->
bands
,
1703
sizeof sc->
bands
);
1723
struct iwn4965_eeprom_band *band = &sc->
bands
[i];
1843
* both in the 2GHz and 4.9GHz
bands
.
3770
if (sc->
bands
[i].lo != 0 &&
3771
sc->
bands
[i].lo <= chan && chan <= sc->
bands
[i].hi)
3775
chans = sc->
bands
[i].chans;
Completed in 60 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026