Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h444 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
445 (_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
446 #define ath_hal_gpioCfgInput(_ah, _gpio) \ argument
447 (_ah)->ah_gpioCfgInput(_ah, _gpio)
448 #define ath_hal_gpioGet(_ah, _gpio) \ argument
449 (_ah)->ah_gpioGet(_ah, _gpio)
450 #define ath_hal_gpioSet(_ah, _gpio, _val) \ argument
451 (_ah)->ah_gpioSet(_ah, _gpio, _val)
452 #define ath_hal_gpioSetIntr(_ah, _gpio, _ilevel) \ argument
453 (_ah)->ah_gpioSetIntr(_ah, _gpio, _ilevel)
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_gpio.c29 #define AR_GPIO_BIT(_gpio) (1 << _gpio) argument
/NextBSD/sys/dev/ath/
HDif_athvar.h1422 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \ argument
1423 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
1424 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument
1425 ((*(_ah)->ah_gpioSet)((_ah), (_gpio), (_b)))
1426 #define ath_hal_gpioget(_ah, _gpio) \ argument
1427 ((*(_ah)->ah_gpioGet)((_ah), (_gpio)))
1428 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument
1429 ((*(_ah)->ah_gpioSetIntr)((_ah), (_gpio), (_b)))
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_gpio.c30 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument