Searched refs:antCtrlCommon (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | eeprom_def.c | 141 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); in ath9k_def_dump_modal_eeprom() 300 EEPROM_FIELD_SWAB32(pModal->antCtrlCommon); in ath9k_hw_def_check_eeprom() 473 u32 antCtrlCommon; in ath9k_hw_def_set_board_values() local 477 antCtrlCommon = le32_to_cpu(pModal->antCtrlCommon); in ath9k_hw_def_set_board_values() 479 REG_WRITE(ah, AR_PHY_SWITCH_COM, antCtrlCommon & 0xffff); in ath9k_hw_def_set_board_values()
|
A D | eeprom.h | 340 __le32 antCtrlCommon; member 390 __le32 antCtrlCommon; member 477 __le32 antCtrlCommon; member
|
A D | ar9003_eeprom.c | 85 .antCtrlCommon = LE32(0x110), 302 .antCtrlCommon = LE32(0x110), 663 .antCtrlCommon = LE32(0x110), 880 .antCtrlCommon = LE32(0x220), 1242 .antCtrlCommon = LE32(0x110), 1459 .antCtrlCommon = LE32(0x220), 1821 .antCtrlCommon = LE32(0x110), 2038 .antCtrlCommon = LE32(0x110), 2399 .antCtrlCommon = LE32(0x110), 2616 .antCtrlCommon = LE32(0x220), [all …]
|
A D | ar9003_eeprom.h | 220 __le32 antCtrlCommon; member
|
A D | eeprom_9287.c | 84 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); in ar9287_dump_modal_eeprom() 213 EEPROM_FIELD_SWAB32(eep->modalHeader.antCtrlCommon); in ath9k_hw_ar9287_check_eeprom() 861 REG_WRITE(ah, AR_PHY_SWITCH_COM, le32_to_cpu(pModal->antCtrlCommon)); in ath9k_hw_ar9287_set_board_values()
|
A D | eeprom_4k.c | 80 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); in ath9k_dump_4k_modal_eeprom() 215 EEPROM_FIELD_SWAB32(eep->modalHeader.antCtrlCommon); in ath9k_hw_4k_check_eeprom() 772 REG_WRITE(ah, AR_PHY_SWITCH_COM, le32_to_cpu(pModal->antCtrlCommon)); in ath9k_hw_4k_set_board_values()
|
/linux/drivers/net/wireless/ath/carl9170/ |
A D | eeprom.h | 48 __le32 antCtrlCommon; member
|
A D | phy.c | 447 le32_to_cpu(m->antCtrlCommon)); in carl9170_init_phy_from_eeprom()
|
Completed in 28 milliseconds