Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_gpio.c31 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_gpio.c30 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument
/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_internal.h452 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
454 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument
456 #define ath_hal_gpioGet(_ah, _gpio) \ argument
458 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument
460 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
/freebsd-12-stable/sys/dev/ath/
Dif_athvar.h1449 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
1451 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument
1453 #define ath_hal_gpioget(_ah, _gpio) \ argument
1455 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument