Searched refs:antCtrlCommon (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | eeprom.h | 48 __le32 antCtrlCommon; member
|
D | phy.c | 447 le32_to_cpu(m->antCtrlCommon)); in carl9170_init_phy_from_eeprom()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | eeprom.h | 328 u32 antCtrlCommon; member 378 u32 antCtrlCommon; member 465 u32 antCtrlCommon; member
|
D | ar9003_eeprom.c | 84 .antCtrlCommon = LE32(0x110), 301 .antCtrlCommon = LE32(0x110), 662 .antCtrlCommon = LE32(0x110), 879 .antCtrlCommon = LE32(0x220), 1241 .antCtrlCommon = LE32(0x110), 1458 .antCtrlCommon = LE32(0x220), 1820 .antCtrlCommon = LE32(0x110), 2037 .antCtrlCommon = LE32(0x110), 2398 .antCtrlCommon = LE32(0x110), 2615 .antCtrlCommon = LE32(0x220), [all …]
|
D | eeprom_9287.c | 79 PR_EEP("Ant. Common Control", modal_hdr->antCtrlCommon); in ar9287_dump_modal_eeprom() 259 integer = swab32(eep->modalHeader.antCtrlCommon); in ath9k_hw_ar9287_check_eeprom() 260 eep->modalHeader.antCtrlCommon = integer; in ath9k_hw_ar9287_check_eeprom() 918 REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon); in ath9k_hw_ar9287_set_board_values()
|
D | eeprom_4k.c | 75 PR_EEP("Ant. Common Control", modal_hdr->antCtrlCommon); in ath9k_dump_4k_modal_eeprom() 272 integer = swab32(eep->modalHeader.antCtrlCommon); in ath9k_hw_4k_check_eeprom() 273 eep->modalHeader.antCtrlCommon = integer; in ath9k_hw_4k_check_eeprom() 844 REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon); in ath9k_hw_4k_set_board_values()
|
D | ar9003_eeprom.h | 208 __le32 antCtrlCommon; member
|
D | eeprom_def.c | 138 PR_EEP("Ant. Common Control", modal_hdr->antCtrlCommon); in ath9k_def_dump_modal_eeprom() 340 integer = swab32(pModal->antCtrlCommon); in ath9k_hw_def_check_eeprom() 341 pModal->antCtrlCommon = integer; in ath9k_hw_def_check_eeprom() 525 REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon & 0xffff); in ath9k_hw_def_set_board_values()
|