Searched refs:antCtrlCommon (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/ath/carl9170/
H A Deeprom.h48 __le32 antCtrlCommon; member in struct:ar9170_eeprom_modal
H A Dphy.c447 le32_to_cpu(m->antCtrlCommon));
/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.h340 __le32 antCtrlCommon; member in struct:modal_eep_header
390 __le32 antCtrlCommon; member in struct:modal_eep_4k_header
477 __le32 antCtrlCommon; member in struct:modal_eep_ar9287_header
H A Deeprom_def.c141 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon));
300 EEPROM_FIELD_SWAB32(pModal->antCtrlCommon);
473 u32 antCtrlCommon; local
477 antCtrlCommon = le32_to_cpu(pModal->antCtrlCommon);
479 REG_WRITE(ah, AR_PHY_SWITCH_COM, antCtrlCommon & 0xffff);
H A Dar9003_eeprom.h220 __le32 antCtrlCommon; member in struct:ar9300_modal_eep_header
H A Dar9003_eeprom.c85 .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
[all...]
H A Deeprom_4k.c80 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon));
215 EEPROM_FIELD_SWAB32(eep->modalHeader.antCtrlCommon);
772 REG_WRITE(ah, AR_PHY_SWITCH_COM, le32_to_cpu(pModal->antCtrlCommon));
H A Deeprom_9287.c84 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon));
213 EEPROM_FIELD_SWAB32(eep->modalHeader.antCtrlCommon);
860 REG_WRITE(ah, AR_PHY_SWITCH_COM, le32_to_cpu(pModal->antCtrlCommon));

Completed in 197 milliseconds