Home
last modified time | relevance | path

Searched refs:AR_PHY_ACTIVE_EN (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211phy.h37 #define AR_PHY_ACTIVE_EN 0x00000001 /* Activate PHY chips */ macro
H A Dar5211_reset.c441 OS_REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN); in ar5211Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212phy.h53 #define AR_PHY_ACTIVE_EN 0x00000001 /* Activate PHY chips */ macro
H A Dar5212_reset.c506 OS_REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN); in ar5212Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_reset.c430 OS_REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN); in ar5312Reset()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h1035 #define AR_PHY_ACTIVE_EN 0x00000001 /* Activate PHY chips */ macro
H A Dar9300_reset.c3684 OS_REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN); in ar9300_init_cal_internal()
4104 OS_REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN); in ar9300_init_bb()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c643 OS_REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN); in ar5416InitBB()