Searched refs:AR_GPIO_INPUT_EN_VAL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | btcoex.c | 176 REG_CLR_BIT(ah, AR_GPIO_INPUT_EN_VAL, in ath9k_hw_btcoex_init_2wire() 180 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, in ath9k_hw_btcoex_init_2wire() 200 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, in ath9k_hw_btcoex_init_3wire()
|
H A D | ar9003_mci.c | 461 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, AR_GPIO_JTAG_DISABLE); in ar9003_mci_observation_set_up()
|
H A D | reg.h | 1205 #define AR_GPIO_INPUT_EN_VAL (AR_SREV_9340(ah) ? 0x403c : \ macro
|
H A D | hw.c | 1959 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL, AR_GPIO_JTAG_DISABLE); in ath9k_hw_reset()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | btcoex.c | 176 REG_CLR_BIT(ah, AR_GPIO_INPUT_EN_VAL(ah), in ath9k_hw_btcoex_init_2wire() 180 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL(ah), in ath9k_hw_btcoex_init_2wire() 200 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL(ah), in ath9k_hw_btcoex_init_3wire()
|
H A D | ar9003_mci.c | 461 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL(ah), AR_GPIO_JTAG_DISABLE); in ar9003_mci_observation_set_up()
|
H A D | reg.h | 1205 #define AR_GPIO_INPUT_EN_VAL(_ah) (AR_SREV_9340(_ah) ? 0x403c : \ macro
|
H A D | hw.c | 1958 REG_SET_BIT(ah, AR_GPIO_INPUT_EN_VAL(ah), AR_GPIO_JTAG_DISABLE); in ath9k_hw_reset()
|
Completed in 30 milliseconds