Home
last modified time | relevance | path

Searched refs:AR5K_NUM_GPIO (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_gpio.c36 if (gpio >= AR5K_NUM_GPIO) in ath5k_hw_set_gpio_input()
51 if (gpio >= AR5K_NUM_GPIO) in ath5k_hw_set_gpio_output()
66 if (gpio >= AR5K_NUM_GPIO) in ath5k_hw_get_gpio()
81 if (gpio >= AR5K_NUM_GPIO) in ath5k_hw_set_gpio()
103 if (gpio >= AR5K_NUM_GPIO) in ath5k_hw_set_gpio_intr()
Dath5k_caps.c106 ah->ah_gpio_npins = AR5K_NUM_GPIO; in ath5k_hw_set_capabilities()
Dreg.h931 #define AR5K_NUM_GPIO 6 macro