Home
last modified time | relevance | path

Searched refs:AH_NO_EEP_SWAP (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dinit.c594 ah->ah_flags |= AH_NO_EEP_SWAP; in ath9k_init_platform()
641 ah->ah_flags |= AH_NO_EEP_SWAP; in ath9k_of_init()
Deeprom.c188 if (ah->ah_flags & AH_NO_EEP_SWAP) { in ath9k_hw_nvram_swap_data()
Dhw.h773 #define AH_NO_EEP_SWAP 0x8 /* Do not swap EEPROM data */ macro