OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idxL
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c
311
uint32_t
idxL
= 0, idxR = 0;
320
&(
idxL
), &(idxR));
323
if (
idxL
== (uint32_t)(numIntercepts - 1))
324
idxL
= numIntercepts - 2; /* extrapolate above */
325
if (pwrList[
idxL
] == pwrList[idxR])
326
kk = VpdList[
idxL
];
329
(((currPwr - pwrList[
idxL
])*VpdList[idxR]+
330
(pwrList[idxR] - currPwr)*VpdList[
idxL
])/
331
(pwrList[idxR] - pwrList[
idxL
]));
375
uint32_t
idxL
= 0, idxR = 0
[
all
...]
ar2317.c
288
uint32_t
idxL
= 0, idxR = 0;
297
&(
idxL
), &(idxR));
300
if (
idxL
== (uint32_t)(numIntercepts - 1))
301
idxL
= numIntercepts - 2; /* extrapolate above */
302
if (pwrList[
idxL
] == pwrList[idxR])
303
kk = VpdList[
idxL
];
306
(((currPwr - pwrList[
idxL
])*VpdList[idxR]+
307
(pwrList[idxR] - currPwr)*VpdList[
idxL
])/
308
(pwrList[idxR] - pwrList[
idxL
]));
353
uint32_t
idxL
= 0, idxR = 0
[
all
...]
ar2413.c
305
uint32_t
idxL
= 0, idxR = 0;
314
numIntercepts, &(
idxL
), &(idxR));
317
if (
idxL
== (uint32_t)(numIntercepts - 1))
318
idxL
= numIntercepts - 2; /* extrapolate above */
319
if (pwrList[
idxL
] == pwrList[idxR])
320
kk = VpdList[
idxL
];
323
(((currPwr - pwrList[
idxL
])*VpdList[idxR]+
324
(pwrList[idxR] - currPwr)*VpdList[
idxL
])/
325
(pwrList[idxR] - pwrList[
idxL
]));
369
uint32_t
idxL
= 0, idxR = 0
[
all
...]
ar2425.c
307
uint32_t
idxL
= 0, idxR = 0;
316
numIntercepts, &(
idxL
), &(idxR));
319
if (
idxL
== (uint32_t)(numIntercepts - 1))
320
idxL
= numIntercepts - 2; /* extrapolate above */
321
if (pwrList[
idxL
] == pwrList[idxR])
322
kk = VpdList[
idxL
];
325
(((currPwr - pwrList[
idxL
])*VpdList[idxR]+
326
(pwrList[idxR] - currPwr)*VpdList[
idxL
])/
327
(pwrList[idxR] - pwrList[
idxL
]));
368
uint32_t
idxL
= 0, idxR = 0
[
all
...]
ar5413.c
341
uint32_t
idxL
= 0, idxR = 0;
350
numIntercepts, &(
idxL
), &(idxR));
353
if (
idxL
== (uint32_t)(numIntercepts - 1))
354
idxL
= numIntercepts - 2; /* extrapolate above */
355
if (pwrList[
idxL
] == pwrList[idxR])
356
kk = VpdList[
idxL
];
359
(((currPwr - pwrList[
idxL
])*VpdList[idxR]+
360
(pwrList[idxR] - currPwr)*VpdList[
idxL
])/
361
(pwrList[idxR] - pwrList[
idxL
]));
405
uint32_t
idxL
= 0, idxR = 0
[
all
...]
ar5112.c
604
uint16_t
idxL
= 0;
615
idxL
++;
619
pcdacs[
idxL
], pcdacs[idxR], power[
idxL
], power[idxR]);
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c
670
uint16_t
idxL
, idxR, numPiers; /* Pier indexes */
702
bChans, numPiers, &
idxL
, &idxR);
707
minPwrT4[i] = pRawDataSet[
idxL
].pwrPdg[i][0];
708
maxPwrT4[i] = pRawDataSet[
idxL
].pwrPdg[i][4];
710
pRawDataSet[
idxL
].pwrPdg[i],
711
pRawDataSet[
idxL
].vpdPdg[i],
716
pVpdL = pRawDataSet[
idxL
].vpdPdg[i];
717
pPwrL = pRawDataSet[
idxL
].pwrPdg[i];
737
bChans[
idxL
], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));
830
uint16_t
idxL
, idxR
[
all
...]
ar5416_reset.c
1950
uint16_t
idxL
= 0, idxR = 0, numPiers; /* Pier indexes */
1982
bChans, numPiers, &
idxL
, &idxR);
1987
minPwrT4[i] = pRawDataSet[
idxL
].pwrPdg[i][0];
1988
maxPwrT4[i] = pRawDataSet[
idxL
].pwrPdg[i][4];
1989
ar5416FillVpdTable(minPwrT4[i], maxPwrT4[i], pRawDataSet[
idxL
].pwrPdg[i],
1990
pRawDataSet[
idxL
].vpdPdg[i], AR5416_PD_GAIN_ICEPTS, vpdTableI[i]);
1994
pVpdL = pRawDataSet[
idxL
].vpdPdg[i];
1995
pPwrL = pRawDataSet[
idxL
].pwrPdg[i];
2013
bChans[
idxL
], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));
2161
uint16_t
idxL
= 0, idxR = 0
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025