Searched refs:OS_DELAY (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c61 OS_DELAY(10000);
63 OS_DELAY(50); /* Give chip the chance to awake */
69 OS_DELAY(50);
H A Dar5416_recv.c98 OS_DELAY(3000);
H A Dar5416_reset.c547 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
653 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
655 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
657 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
1333 OS_DELAY(20);
1405 OS_DELAY(10000);
1407 OS_DELAY(100);
1423 OS_DELAY(50);
1531 OS_DELAY(RTC_PLL_SETTLE_DELAY);
1730 OS_DELAY(10
[all...]
H A Dar5416_misc.c155 OS_DELAY(10);
178 OS_DELAY(10);
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c46 OS_DELAY(10); /* Give chip the chance to awake */
52 OS_DELAY(200);
H A Dar5211_attach.c260 OS_DELAY(1000);
292 OS_DELAY(2000);
322 OS_DELAY(2000);
327 OS_DELAY(2000);
428 OS_DELAY(100);
H A Dar5211_reset.c460 OS_DELAY(synthDelay + DELAY_BASE_ACTIVATE);
580 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
609 OS_DELAY(DELAY_PLL_SETTLE);
612 OS_DELAY(DELAY_PLL_SETTLE);
626 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
721 OS_DELAY(5000);
760 OS_DELAY(15);
873 OS_DELAY(searchTime);
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c57 OS_DELAY(2000); /* Give chip the chance to awake */
63 OS_DELAY(200);
H A Dar5210_reset.c252 OS_DELAY(1000); /* Wait a bit (1 msec) */
378 OS_DELAY(1000);
380 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
411 OS_DELAY(1000);
414 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
470 OS_DELAY(4000);
475 OS_DELAY(10);
482 OS_DELAY(1000);
514 OS_DELAY(20);
524 OS_DELAY(1
[all...]
H A Dar5210_recv.c72 OS_DELAY(10);
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c66 OS_DELAY(10); /* Give chip the chance to awake */
72 OS_DELAY(50);
H A Dar5212_reset.c516 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
518 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
520 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
532 (OS_REG_READ(ah, 0x9c24) & 0x10)) /* test if baseband not ready */ OS_DELAY(200);
757 OS_DELAY(5);
776 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
952 OS_DELAY(PLL_SETTLE_DELAY);
958 OS_DELAY(PLL_SETTLE_DELAY);
1181 OS_DELAY(50);
1230 OS_DELAY(1
[all...]
H A Dar5212_xmit.c601 OS_DELAY(100); /* XXX get actual value */
648 OS_DELAY(200);
662 OS_DELAY(10);
/freebsd-current/tools/tools/ath/common/
H A Dah_osdep.h46 #define OS_DELAY(_n) DELAY(_n) macro
/freebsd-current/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c440 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
442 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
444 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
456 (OS_REG_READ(ah, 0x9c24) & 0x10)) /* test if baseband not ready */ OS_DELAY(200);
715 OS_DELAY(PLL_SETTLE_DELAY);
721 OS_DELAY(PLL_SETTLE_DELAY);
814 OS_DELAY(100);
869 OS_DELAY(100);
H A Dar5312_attach.c217 OS_DELAY(2000);
222 OS_DELAY(2000);
/freebsd-current/sys/dev/ath/
H A Dah_osdep.h67 #define OS_DELAY(_n) DELAY(_n) macro
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c113 OS_DELAY(1);
146 OS_DELAY(10);
173 OS_DELAY(5);
189 OS_DELAY(5);
408 OS_DELAY(5);
424 OS_DELAY(5);
468 OS_DELAY(10);
478 OS_DELAY(5);
786 OS_DELAY(252);
803 OS_DELAY(1
[all...]
H A Dar9300_xmit.c644 OS_DELAY(AH_TIME_QUANTUM); /* XXX get actual value */
698 OS_DELAY(200);
711 OS_DELAY(AH_TIME_QUANTUM);
749 OS_DELAY(AH_TIME_QUANTUM); /* XXX get actual value */
803 OS_DELAY(200);
816 OS_DELAY(AH_TIME_QUANTUM);
901 OS_DELAY(AR9300_ABORT_WAIT);
919 OS_DELAY(AR9300_ABORT_WAIT);
H A Dar9300_reset.c1352 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY);
1424 OS_DELAY(1000);
1452 OS_DELAY(1000);
1468 OS_DELAY(1000);
1498 OS_DELAY(1000);
1501 OS_DELAY(1000);
1549 OS_DELAY(1000);
1558 OS_DELAY(100);
1567 OS_DELAY(100);
1596 OS_DELAY(100
[all...]
H A Dar9300_power.c503 OS_DELAY(10); /* delay to allow the write to take effect. */
516 OS_DELAY(50);
523 OS_DELAY(50);
558 OS_DELAY(100);
569 OS_DELAY(100);
576 OS_DELAY(2);
633 OS_DELAY(30);
817 OS_DELAY(1000);
H A Dar9300_recv.c145 OS_DELAY(AH_TIME_QUANTUM);
/freebsd-current/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_cal.c97 OS_DELAY(30);
105 OS_DELAY(1);
114 OS_DELAY(1);
H A Dar9287_olc.c52 OS_DELAY(100);
/freebsd-current/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c107 OS_DELAY(RTC_PLL_SETTLE_DELAY);

Completed in 373 milliseconds

12