Searched refs:BASE_ACTIVATE_DELAY (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c34 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
461 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
465 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
467 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
469 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c32 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
498 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
502 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
504 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
506 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
770 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c38 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
451 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
551 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
555 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
557 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
559 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
H A Dar9285_reset.c46 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro

Completed in 193 milliseconds