Searched defs:_gpio (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/ |
H A D | ar5416_gpio.c | 29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
|
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_gpio.c | 30 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ |
H A D | ah_internal.h | 444 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 446 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument 448 #define ath_hal_gpioGet(_ah, _gpio) \ argument 450 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument 452 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_athvar.h | 1464 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 1466 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument 1468 #define ath_hal_gpioget(_ah, _gpio) \ argument 1470 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument
|