Home
last modified time | relevance | path

Searched refs:AR_GPIO_INPUT_EN_VAL (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c341 OS_REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, in ar5416InitBTCoex()
377 OS_REG_CLR_BIT(ah, AR_GPIO_INPUT_EN_VAL, in ar5416InitBTCoex()
380 OS_REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, in ar5416InitBTCoex()
H A Dar5416reg.h51 #define AR_GPIO_INPUT_EN_VAL 0x4054 /* GPIO input enable and value */ macro
H A Dar5416_reset.c190 OS_REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, AR_GPIO_JTAG_DISABLE); in ar5416Reset()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c180 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), AR_GPIO_JTAG_DISABLE); in ar9300_gpio_cfg_output()
357 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), AR_GPIO_JTAG_DISABLE); in ar9300_gpio_cfg_input()
595 OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL))); in ar9300_gpio_show()
H A Dar9300_misc.c201 OS_REG_SET_BIT(ah, AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), in ar9300_enable_rf_kill()
2701 OS_REG_SET_BIT(ah, AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), in ar9300_init_bt_coex()
2735 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), in ar9300_init_bt_coex()
2739 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), in ar9300_init_bt_coex()
H A Dar9300_attach.c4152 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL) = in ar9300_init_hostif_offsets()
4255 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL) = in ar9340_init_hostif_offsets()
H A Dar9300_mci.c536 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), AR_GPIO_JTAG_DISABLE); in ar9300_mci_observation_set_up()
H A Dar9300.h742 u_int32_t AR_GPIO_INPUT_EN_VAL; member
H A Dar9300_reset.c4887 AR_HOSTIF_REG(ah, AR_GPIO_INPUT_EN_VAL), AR_GPIO_JTAG_DISABLE); in ar9300_reset()
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5416.c293 DEFBASIC(AR_GPIO_INPUT_EN_VAL, "GPIOIEV"),