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

/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c494 ar9300_set_power_mode_awake(struct ath_hal *ah, int set_chip) argument
505 if (set_chip) {
544 ar9300_set_power_mode_sleep(struct ath_hal *ah, int set_chip) argument
549 if (set_chip ) {
596 ar9300_set_power_mode_network_sleep(struct ath_hal *ah, int set_chip) argument
601 if (set_chip) {
653 ar9300_set_power_mode(struct ath_hal *ah, HAL_POWER_MODE mode, int set_chip) argument
668 set_chip ? "set chip " : "");
673 if (set_chip)
675 status = ar9300_set_power_mode_awake(ah, set_chip);
[all...]
H A Dar9300.h1324 int set_chip);
1326 extern HAL_BOOL ar9300_set_power_mode_awake(struct ath_hal *ah, int set_chip);

Completed in 106 milliseconds