Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h450 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
451 (_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
452 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument
453 (_ah)->ah_gpioCfgInput(_ah, _gpio)
454 #define ath_hal_gpioGet(_ah, _gpio) \ argument
455 (_ah)->ah_gpioGet(_ah, _gpio)
456 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument
457 (_ah)->ah_gpioSet(_ah, _gpio, _val)
458 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
459 (_ah)->ah_gpioSetIntr(_ah, _gpio, _ilevel)
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_gpio.c29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
/freebsd/sys/dev/ath/
H A Dif_athvar.h1450 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
1451 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
1452 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument
1453 ((*(_ah)->ah_gpioSet)((_ah), (_gpio), (_b)))
1454 #define ath_hal_gpioget(_ah, _gpio) \ argument
1455 ((*(_ah)->ah_gpioGet)((_ah), (_gpio)))
1456 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument
1457 ((*(_ah)->ah_gpioSetIntr)((_ah), (_gpio), (_b)))
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c30 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument