Searched refs:antCtrlChain (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | eeprom.h | 339 __le32 antCtrlChain[AR5416_MAX_CHAINS]; member 389 __le32 antCtrlChain[AR5416_EEP4K_MAX_CHAINS]; member 476 __le32 antCtrlChain[AR9287_MAX_CHAINS]; member
|
A D | ar9003_eeprom.c | 93 .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) }, 306 .antCtrlChain = { 671 .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) }, 884 .antCtrlChain = { 1250 .antCtrlChain = { LE16(0x150), LE16(0x150), LE16(0x150) }, 1463 .antCtrlChain = { 1829 .antCtrlChain = { LE16(0x10), LE16(0x10), LE16(0x10) }, 2042 .antCtrlChain = { 2407 .antCtrlChain = { LE16(0x10), LE16(0x10), LE16(0x10) }, 2620 .antCtrlChain = { [all …]
|
A D | eeprom_def.c | 138 PR_EEP("Chain0 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[0])); in ath9k_def_dump_modal_eeprom() 139 PR_EEP("Chain1 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[1])); in ath9k_def_dump_modal_eeprom() 140 PR_EEP("Chain2 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[2])); in ath9k_def_dump_modal_eeprom() 303 EEPROM_FIELD_SWAB32(pModal->antCtrlChain[i]); in ath9k_hw_def_check_eeprom() 493 le32_to_cpu(pModal->antCtrlChain[i])); in ath9k_hw_def_set_board_values()
|
A D | eeprom_9287.c | 82 PR_EEP("Chain0 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[0])); in ar9287_dump_modal_eeprom() 83 PR_EEP("Chain1 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[1])); in ar9287_dump_modal_eeprom() 216 EEPROM_FIELD_SWAB32(eep->modalHeader.antCtrlChain[i]); in ath9k_hw_ar9287_check_eeprom() 867 le32_to_cpu(pModal->antCtrlChain[i])); in ath9k_hw_ar9287_set_board_values()
|
A D | ar9003_eeprom.h | 224 __le16 antCtrlChain[AR9300_MAX_CHAINS]; member
|
A D | eeprom_4k.c | 79 PR_EEP("Chain0 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[0])); in ath9k_dump_4k_modal_eeprom() 218 EEPROM_FIELD_SWAB32(eep->modalHeader.antCtrlChain[i]); in ath9k_hw_4k_check_eeprom() 706 le32_to_cpu(pModal->antCtrlChain[0]), 0); in ath9k_hw_4k_set_gain()
|
/linux/drivers/net/wireless/ath/carl9170/ |
A D | eeprom.h | 47 __le32 antCtrlChain[AR5416_MAX_CHAINS]; member
|
A D | phy.c | 451 le32_to_cpu(m->antCtrlChain[0])); in carl9170_init_phy_from_eeprom() 455 le32_to_cpu(m->antCtrlChain[1])); in carl9170_init_phy_from_eeprom()
|
Completed in 27 milliseconds