Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dinit.c618 ah->ah_flags |= AH_NO_EEP_SWAP; in ath9k_nvmem_request_eeprom()
645 ah->ah_flags |= AH_NO_EEP_SWAP; in ath9k_init_platform()
691 ah->ah_flags |= AH_NO_EEP_SWAP; in ath9k_of_init()
H A Deeprom.c198 if (ah->ah_flags & AH_NO_EEP_SWAP) { in ath9k_hw_nvram_swap_data()
H A Dhw.h773 #define AH_NO_EEP_SWAP 0x8 /* Do not swap EEPROM data */ macro