Searched refs:AR_PHY_RADAR_0 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_radar.c | 237 val = OS_REG_READ(ah, AR_PHY_RADAR_0); 276 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); 330 val = OS_REG_READ(ah, AR_PHY_RADAR_0); 496 val = OS_REG_READ(ah, AR_PHY_RADAR_0); 504 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); 505 val = OS_REG_READ(ah, AR_PHY_RADAR_0); 518 val = OS_REG_READ(ah, AR_PHY_RADAR_0); 526 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val | AR_PHY_RADAR_0_ENA); 587 val = OS_REG_READ(ah, AR_PHY_RADAR_0); 590 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); [all …]
|
H A D | ar9300_spectral.c | 77 val = OS_REG_READ(ah, AR_PHY_RADAR_0); in ar9300_disable_radar() 88 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); in ar9300_disable_radar()
|
H A D | ar9300phy.h | 125 #define AR_PHY_RADAR_0 AR_CHAN_OFFSET(BB_radar_detection) /* radar detection sett… macro
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_radar.c | 85 val = OS_REG_READ(ah, AR_PHY_RADAR_0); in ar5416GetDfsThresh() 111 (OS_REG_READ(ah, AR_PHY_RADAR_0) & AR_PHY_RADAR_0_ENA); in ar5416GetDfsThresh() 127 val = OS_REG_READ(ah, AR_PHY_RADAR_0); in ar5416EnableDfs() 152 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); in ar5416EnableDfs() 156 OS_REG_SET_BIT(ah, AR_PHY_RADAR_0, AR_PHY_RADAR_0_ENA); in ar5416EnableDfs() 158 OS_REG_CLR_BIT(ah, AR_PHY_RADAR_0, AR_PHY_RADAR_0_ENA); in ar5416EnableDfs()
|
H A D | ar5416_spectral.c | 53 val = OS_REG_READ(ah, AR_PHY_RADAR_0); in ar5416DisableRadar() 64 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); in ar5416DisableRadar()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211phy.h | 79 #define AR_PHY_RADAR_0 0x9954 /* PHY radar detection settings */ macro
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212phy.h | 210 #define AR_PHY_RADAR_0 0x9954 /* radar detection settings */ macro
|
H A D | ar5212_misc.c | 1167 val = OS_REG_READ(ah, AR_PHY_RADAR_0); in ar5212EnableDfs() 1243 OS_REG_WRITE(ah, AR_PHY_RADAR_0, val); in ar5212EnableDfs() 1309 val = OS_REG_READ(ah, AR_PHY_RADAR_0); in ar5212GetDfsThresh()
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5211.c | 274 DEFVOID(AR_PHY_RADAR_0, "PHY_RADAR_0"),
|
H A D | dumpregs_5212.c | 380 DEFVOID(AR_PHY_RADAR_0, "PHY_RADAR_0"),
|