Searched refs:ath5k_hw_nic_reset (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath5k/
H A Dreset.c386 * ath5k_hw_nic_reset() - Reset the various chipset units
397 ath5k_hw_nic_reset(struct ath5k_hw *ah, u32 val) function
441 * Same as ath5k_hw_nic_reset but for AHB based devices
634 ret = ath5k_hw_nic_reset(ah, AR5K_RESET_CTL_PCU |
639 ret = ath5k_hw_nic_reset(ah, AR5K_RESET_CTL_PCU |
699 ret = ath5k_hw_nic_reset(ah, AR5K_RESET_CTL_PCU |
708 ret = ath5k_hw_nic_reset(ah, AR5K_RESET_CTL_PCU |
730 ret = ath5k_hw_nic_reset(ah, 0);

Completed in 134 milliseconds