Searched defs:_gpio (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_gpio.c | 29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_gpio.c | 30 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 450 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 452 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument 454 #define ath_hal_gpioGet(_ah, _gpio) \ argument 456 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument 458 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1450 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 1452 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument 1454 #define ath_hal_gpioget(_ah, _gpio) \ argument 1456 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument
|