Home
last modified time | relevance | path

Searched refs:num_gpio_pins (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c3547 pCap->num_gpio_pins = AR928X_NUM_GPIO; in ath9k_hw_fill_cap_info()
3549 pCap->num_gpio_pins = AR_NUM_GPIO; in ath9k_hw_fill_cap_info()
3789 ASSERT(gpio < ah->ah_caps.num_gpio_pins); in ath9k_hw_cfg_gpio_input()
3802 if (gpio >= ah->ah_caps.num_gpio_pins) in ath9k_hw_gpio_get()
H A Darn_ath9k.h252 uint8_t num_gpio_pins; member