OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxIndex
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c
388
uint32_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
468
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
470
while (ss < (int16_t)
maxIndex
)
480
if (tgtIndex >
maxIndex
) { /* need to extrapolate above */
484
(ss-
maxIndex
)*Vpd_step);
ar2317.c
366
uint32_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
446
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
448
while (ss < (int16_t)
maxIndex
)
458
if (tgtIndex >
maxIndex
) { /* need to extrapolate above */
462
(ss-
maxIndex
)*Vpd_step);
ar2413.c
382
uint32_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
462
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
464
while (ss < (int16_t)
maxIndex
)
474
if (tgtIndex >
maxIndex
) { /* need to extrapolate above */
478
(ss-
maxIndex
)*Vpd_step);
ar2425.c
387
uint32_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
463
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
465
while (ss < (int16_t)
maxIndex
)
475
if (tgtIndex >
maxIndex
) { /* need to extrapolate above */
479
(ss-
maxIndex
)*Vpd_step);
ar5413.c
418
uint32_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
498
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
500
while (ss < (int16_t)
maxIndex
)
510
if (tgtIndex >
maxIndex
) { /* need to extrapolate above */
514
(ss-
maxIndex
)*Vpd_step);
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c
686
uint16_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
787
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
789
while ((ss <
maxIndex
) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
799
if (tgtIndex >=
maxIndex
) { /* need to extrapolate above */
802
(ss -
maxIndex
+1) * vpdStep));
ar5416_reset.c
1966
uint16_t sizeCurrVpdTable,
maxIndex
, tgtIndex;
2063
maxIndex
= (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
2065
while ((ss <
maxIndex
) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
2075
if (tgtIndex >
maxIndex
) { /* need to extrapolate above */
2078
(ss -
maxIndex
+1) * vpdStep));
Completed in 16 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025