Searched defs:_gpio (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416_gpio.c | 29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
|
| /freebsd-9-stable/sys/dev/ath/ath_hal/ |
| D | ah_internal.h | 336 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 338 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument 340 #define ath_hal_gpioGet(_ah, _gpio) \ argument 342 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument 344 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
|
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_athvar.h | 723 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 725 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument 727 #define ath_hal_gpioget(_ah, _gpio) \ argument 729 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument
|