HomeSort by: relevance | last modified time | path
    Searched refs:AR_PHY_RX_DELAY (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211phy.h 50 #define AR_PHY_RX_DELAY 0x9914 /* PHY analog_power_on_time, in 100ns increments */
ar5211_reset.c 456 data = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_M;
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212phy.h 159 #define AR_PHY_RX_DELAY 0x9914 /* analog pow-on time (100ns) */
ar5212_reset.c 484 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
764 data = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 447 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
  /src/sys/dev/ic/
arn5008reg.h 91 #define AR_PHY_RX_DELAY 0x9914
369 /* Bits for AR_PHY_RX_DELAY. */
arn9003reg.h 143 #define AR_PHY_RX_DELAY 0x0a254
590 /* Bits for AR_PHY_RX_DELAY. */
arn5008.c 1699 synth_delay = MS(AR_READ(sc, AR_PHY_RX_DELAY), AR_PHY_RX_DELAY_DELAY);
arn9003.c 1876 synth_delay = MS(AR_READ(sc, AR_PHY_RX_DELAY), AR_PHY_RX_DELAY_DELAY);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 444 data = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;
533 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY;

Completed in 24 milliseconds