Home
last modified time | relevance | path

Searched refs:ar9300_set_reset_reg (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_power.c508 if (ar9300_set_reset_reg(ah, HAL_RESET_POWER_ON) != AH_TRUE) { in ar9300_set_power_mode_awake()
H A Dar9300_reset.c1929 ar9300_set_reset_reg(struct ath_hal *ah, u_int32_t type) in ar9300_set_reset_reg() function
1971 if (!ar9300_set_reset_reg(ah, HAL_RESET_WARM)) { in ar9300_phy_disable()
2025 if (!ar9300_set_reset_reg(ah, HAL_RESET_COLD)) { in ar9300_disable()
2093 if (!ar9300_set_reset_reg(ah, type)) { in ar9300_chip_reset()
H A Dar9300.h1396 extern HAL_BOOL ar9300_set_reset_reg(struct ath_hal *ah, u_int32_t type);
H A Dar9300_attach.c709 if (!ar9300_set_reset_reg(ah, HAL_RESET_POWER_ON)) { /* reset chip */ in ar9300_attach()