HomeSort by: relevance | last modified time | path
    Searched defs:AR_PHY_BASE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210phy.h 27 #define AR_PHY_BASE 0x9800 /* PHY register base */
28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211phy.h 27 #define AR_PHY_BASE 0x9800 /* PHY registers base address */
28 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212phy.h 23 #define AR_PHY_BASE 0x9800 /* base address of phy regs */
24 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
  /src/sys/dev/usb/
if_otusreg.h 201 #define AR_PHY_BASE 0x1c5800
202 #define AR_PHY(reg) (AR_PHY_BASE + (reg) * 4)
203 #define AR_PHY_TURBO (AR_PHY_BASE + 0x0004)
204 #define AR_PHY_RF_CTL3 (AR_PHY_BASE + 0x0028)
205 #define AR_PHY_RF_CTL4 (AR_PHY_BASE + 0x0034)
206 #define AR_PHY_SETTLING (AR_PHY_BASE + 0x0044)
207 #define AR_PHY_RXGAIN (AR_PHY_BASE + 0x0048)
208 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050)
209 #define AR_PHY_FIND_SIG (AR_PHY_BASE + 0x0058)
210 #define AR_PHY_AGC_CTL1 (AR_PHY_BASE + 0x005c
    [all...]
  /src/sys/dev/ic/
arn5008reg.h 59 #define AR_PHY_BASE 0x9800
60 #define AR_PHY(i) (AR_PHY_BASE + (i) * 4)

Completed in 170 milliseconds