OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:synthDelay
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c
92
uint32_t macStaId1,
synthDelay
, txFrm2TxDStart;
447
synthDelay
= OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
449
synthDelay
= (4 *
synthDelay
) / 22;
451
synthDelay
/= 10;
465
OS_DELAY((
synthDelay
<< 1) + BASE_ACTIVATE_DELAY);
467
OS_DELAY((
synthDelay
<< 2) + BASE_ACTIVATE_DELAY);
469
OS_DELAY(
synthDelay
+ BASE_ACTIVATE_DELAY);
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
161
uint32_t data,
synthDelay
;
458
synthDelay
= (4 * data) / 22;
460
synthDelay
= data / 10;
468
OS_DELAY(
synthDelay
+ DELAY_BASE_ACTIVATE);
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
109
uint32_t macStaId1,
synthDelay
, txFrm2TxDStart;
484
synthDelay
= OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
486
synthDelay
= (4 *
synthDelay
) / 22;
488
synthDelay
/= 10;
502
OS_DELAY((
synthDelay
<< 1) + BASE_ACTIVATE_DELAY);
504
OS_DELAY((
synthDelay
<< 2) + BASE_ACTIVATE_DELAY);
506
OS_DELAY(
synthDelay
+ BASE_ACTIVATE_DELAY);
726
uint32_t data,
synthDelay
, qnum;
766
synthDelay
= (4 * data) / 22
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c
397
uint32_t data,
synthDelay
, qnum;
446
synthDelay
= (4 * data) / 22;
448
synthDelay
= data / 10;
451
OS_DELAY(
synthDelay
+ BASE_ACTIVATE_DELAY);
526
uint32_t
synthDelay
;
533
synthDelay
= OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
535
synthDelay
= (4 *
synthDelay
) / 22;
537
synthDelay
/= 10;
555
OS_DELAY((
synthDelay
<< 1) + BASE_ACTIVATE_DELAY)
[
all
...]
Completed in 37 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025