Home
last modified time | relevance | path

Searched refs:AR_PHY_CHIP_ID (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211phy.h34 #define AR_PHY_CHIP_ID 0x9818 /* PHY chip revision ID */ macro
H A Dar5211_attach.c274 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5211Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212phy.h47 #define AR_PHY_CHIP_ID 0x9818 /* PHY chip revision ID */ macro
H A Dar5212_attach.c376 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5212Attach()
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5211.c269 DEFVOID(AR_PHY_CHIP_ID, "PHY_CHIP_ID"),
H A Ddumpregs_5212.c348 DEFVOID(AR_PHY_CHIP_ID, "PHY_CHIP_ID"),
/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
H A Dar9130_attach.c180 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9130Attach()
H A Dar9160_attach.c207 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9160Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c171 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5312Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9287_attach.c249 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9287Attach()
H A Dar9285_attach.c257 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9285Attach()
H A Dar9280_attach.c266 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9280Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c384 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5416Attach()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h1442 #define AR_PHY_CHIP_ID 0x9818 /* PHY chip revision ID */ macro
H A Dar9300_attach.c847 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9300_attach()