Searched refs:ar5211SetPowerMode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211_power.c | 96 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5211SetPowerMode() function
|
| D | ar5211.h | 289 extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, uint32_t powerRequest,
|
| D | ar5211_reset.c | 571 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211Disable() 595 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211ChipReset() 628 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211ChipReset()
|
| D | ar5211_attach.c | 143 .ah_setPowerMode = ar5211SetPowerMode,
|