Home
last modified time | relevance | path

Searched defs:_gpio (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_gpio.c29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
H A Drzn1-pinctrl.h11 #define RZN1_PINMUX(_gpio, _func) \ argument
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h319 #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 Dathvar.h574 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
576 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument