Searched defs:_gpio (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar5416_gpio.c | 29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
|
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/ |
H A D | rzn1-pinctrl.h | 11 #define RZN1_PINMUX(_gpio, _func) \ argument
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_internal.h | 319 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 321 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument 323 #define ath_hal_gpioGet(_ah, _gpio) \ argument 325 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument 327 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
|
/netbsd-src/sys/dev/ic/ |
H A D | athvar.h | 574 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument 576 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument
|