OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boundaries
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
arn9285.c
708
int nxpdgains, uint8_t overlap, uint8_t *
boundaries
, uint8_t *pdadcs)
734
AR9285_PD_GAIN_ICEPTS, overlap,
boundaries
, pdadcs);
741
uint8_t
boundaries
[AR_PD_GAINS_IN_MASK];
local
770
ar9285_get_pdadcs(sc, c, nxpdgains, overlap,
boundaries
, pdadcs);
772
/* Write
boundaries
. */
774
reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_1,
boundaries
[0]);
775
reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_2,
boundaries
[1]);
776
reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_3,
boundaries
[2]);
777
reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_4,
boundaries
[3]);
arn9287.c
264
int chain, int nxpdgains, uint8_t overlap, uint8_t *
boundaries
,
293
AR9287_PD_GAIN_ICEPTS, overlap,
boundaries
, pdadcs);
337
uint8_t
boundaries
[AR_PD_GAINS_IN_MASK];
local
402
boundaries
, pdadcs);
404
/* Write
boundaries
. */
409
boundaries
[0]);
411
boundaries
[1]);
413
boundaries
[2]);
415
boundaries
[3]);
arn5416.c
355
int chain, int nxpdgains, uint8_t overlap, uint8_t *
boundaries
,
389
AR5416_PD_GAIN_ICEPTS, overlap,
boundaries
, pdadcs);
400
/* Change the original gain
boundaries
setting. */
403
boundaries
[i] -= delta;
404
if (
boundaries
[i] > AR_MAX_RATE_POWER - overlap)
405
boundaries
[i] = AR_MAX_RATE_POWER - overlap;
421
uint8_t
boundaries
[AR_PD_GAINS_IN_MASK];
local
470
ar9280_olpc_get_pdadcs(sc, c, i,
boundaries
,
489
boundaries
, pdadcs);
491
/* Write
boundaries
. *
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c
338
}
boundaries
[] = {
local
362
for (n = 0; n < ARRAY_SIZE(
boundaries
); n++) {
365
boundaries
[n].start,
366
boundaries
[n].size))) {
368
n,
boundaries
[n].name, count, size);
Completed in 30 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026