Searched refs:gpio_requested (Results 1 – 2 of 2) sorted by relevance
2734 if (ah->caps.gpio_requested & BIT(gpio)) in ath9k_hw_gpio_cfg_soc()2744 ah->caps.gpio_requested |= BIT(gpio); in ath9k_hw_gpio_cfg_soc()2806 if (ah->caps.gpio_requested & BIT(gpio)) { in ath9k_hw_gpio_free()2808 ah->caps.gpio_requested &= ~BIT(gpio); in ath9k_hw_gpio_free()2837 } else if (BIT(gpio) & ah->caps.gpio_requested) { in ath9k_hw_gpio_get()2861 } else if (BIT(gpio) & ah->caps.gpio_requested) { in ath9k_hw_set_gpio()
305 u32 gpio_requested; member