Searched refs:gpio_requested (Results 1 – 2 of 2) sorted by relevance
2732 if (ah->caps.gpio_requested & BIT(gpio)) in ath9k_hw_gpio_cfg_soc()2742 ah->caps.gpio_requested |= BIT(gpio); in ath9k_hw_gpio_cfg_soc()2804 if (ah->caps.gpio_requested & BIT(gpio)) { in ath9k_hw_gpio_free()2806 ah->caps.gpio_requested &= ~BIT(gpio); in ath9k_hw_gpio_free()2835 } else if (BIT(gpio) & ah->caps.gpio_requested) { in ath9k_hw_gpio_get()2859 } else if (BIT(gpio) & ah->caps.gpio_requested) { in ath9k_hw_set_gpio()
305 u32 gpio_requested; member