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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Deeprom.h46 __le32 antCtrlCommon; member in struct:ar9170_eeprom_modal
H A Dphy.c443 newval = le32_to_cpu(m->antCtrlCommon);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Deeprom_9287.c147 integer = swab32(eep->modalHeader.antCtrlCommon);
148 eep->modalHeader.antCtrlCommon = integer;
1004 antWrites[0] = (u16)((pModal->antCtrlCommon >> 28) & 0xF);
1005 antWrites[1] = (u16)((pModal->antCtrlCommon >> 24) & 0xF);
1006 antWrites[2] = (u16)((pModal->antCtrlCommon >> 20) & 0xF);
1007 antWrites[3] = (u16)((pModal->antCtrlCommon >> 16) & 0xF);
1008 antWrites[4] = (u16)((pModal->antCtrlCommon >> 12) & 0xF);
1009 antWrites[5] = (u16)((pModal->antCtrlCommon >> 8) & 0xF);
1010 antWrites[6] = (u16)((pModal->antCtrlCommon >> 4) & 0xF);
1011 antWrites[7] = (u16)(pModal->antCtrlCommon
[all...]
H A Deeprom.h349 u32 antCtrlCommon; member in struct:modal_eep_header
402 u32 antCtrlCommon; member in struct:modal_eep_4k_header
485 u32 antCtrlCommon; member in struct:modal_eep_ar9287_header
H A Dar9003_eeprom.h207 __le32 antCtrlCommon; member in struct:ar9300_modal_eep_header
H A Deeprom_4k.c150 integer = swab32(eep->modalHeader.antCtrlCommon);
151 eep->modalHeader.antCtrlCommon = integer;
1156 return pModal->antCtrlCommon;
H A Dar9003_eeprom.c101 .antCtrlCommon = LE32(0x110),
315 .antCtrlCommon = LE32(0x110),
1009 val = eep->modalHeader2G.antCtrlCommon;
1011 val = eep->modalHeader5G.antCtrlCommon;
H A Deeprom_def.c202 integer = swab32(pModal->antCtrlCommon);
203 pModal->antCtrlCommon = integer;
1449 return pModal->antCtrlCommon;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.h325 A_UINT32 antCtrlCommon; // 4 member in struct:ModalEepHeader

Completed in 196 milliseconds