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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c47 static boolean_t ath9k_hw_set_reset_reg(struct ath_hal *ah, uint32_t type);
722 if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_POWER_ON)) {
723 ARN_DBG((ARN_DBG_HW, "arn: ath9k_hw_set_reset_reg(): "
1766 ath9k_hw_set_reset_reg(struct ath_hal *ah, uint32_t type) function
1821 if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_WARM))
2876 if (ath9k_hw_set_reset_reg(ah,
3976 return (ath9k_hw_set_reset_reg(ah, ATH9K_RESET_WARM));
3985 return (ath9k_hw_set_reset_reg(ah, ATH9K_RESET_COLD));

Completed in 65 milliseconds