Home
last modified time | relevance | path

Searched refs:AR5315_GPIO_BASE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5315_gpio.c40 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh)); in ar5315GpioCfgOutput()
57 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh)); in ar5315GpioCfgInput()
75 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh)); in ar5315GpioSet()
93 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh)); in ar5315GpioGet()
111 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh)); in ar5315GpioSetIntr()
H A Dar5312reg.h36 #define AR5315_GPIO_BASE 0xb1000000 /* Address for GPIO registers */ macro