Home
last modified time | relevance | path

Searched refs:pBase (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/nwfpe/
Dfpa11_cpdt.c226 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF() local
229 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformLDF()
231 pBase += 2; in PerformLDF()
235 pFinal = pBase; in PerformLDF()
244 pAddress = pBase; in PerformLDF()
269 unsigned int __user *pBase, *pAddress, *pFinal; in PerformSTF() local
277 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformSTF()
279 pBase += 2; in PerformSTF()
283 pFinal = pBase; in PerformSTF()
292 pAddress = pBase; in PerformSTF()
[all …]
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Deeprom_9287.c125 struct base_eep_ar9287_header *pBase = &eep->baseEepHeader; in ath9k_hw_ar9287_dump_eeprom() local
135 PR_EEP("Major Version", pBase->version >> 12); in ath9k_hw_ar9287_dump_eeprom()
136 PR_EEP("Minor Version", pBase->version & 0xFFF); in ath9k_hw_ar9287_dump_eeprom()
137 PR_EEP("Checksum", pBase->checksum); in ath9k_hw_ar9287_dump_eeprom()
138 PR_EEP("Length", pBase->length); in ath9k_hw_ar9287_dump_eeprom()
139 PR_EEP("RegDomain1", pBase->regDmn[0]); in ath9k_hw_ar9287_dump_eeprom()
140 PR_EEP("RegDomain2", pBase->regDmn[1]); in ath9k_hw_ar9287_dump_eeprom()
141 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_ar9287_dump_eeprom()
142 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_ar9287_dump_eeprom()
143 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_ar9287_dump_eeprom()
[all …]
Deeprom_4k.c129 struct base_eep_header_4k *pBase = &eep->baseEepHeader; in ath9k_hw_4k_dump_eeprom() local
139 PR_EEP("Major Version", pBase->version >> 12); in ath9k_hw_4k_dump_eeprom()
140 PR_EEP("Minor Version", pBase->version & 0xFFF); in ath9k_hw_4k_dump_eeprom()
141 PR_EEP("Checksum", pBase->checksum); in ath9k_hw_4k_dump_eeprom()
142 PR_EEP("Length", pBase->length); in ath9k_hw_4k_dump_eeprom()
143 PR_EEP("RegDomain1", pBase->regDmn[0]); in ath9k_hw_4k_dump_eeprom()
144 PR_EEP("RegDomain2", pBase->regDmn[1]); in ath9k_hw_4k_dump_eeprom()
145 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_4k_dump_eeprom()
146 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_4k_dump_eeprom()
147 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_4k_dump_eeprom()
[all …]
Deeprom_def.c205 struct base_eep_header *pBase = &eep->baseEepHeader; in ath9k_hw_def_dump_eeprom() local
219 PR_EEP("Major Version", pBase->version >> 12); in ath9k_hw_def_dump_eeprom()
220 PR_EEP("Minor Version", pBase->version & 0xFFF); in ath9k_hw_def_dump_eeprom()
221 PR_EEP("Checksum", pBase->checksum); in ath9k_hw_def_dump_eeprom()
222 PR_EEP("Length", pBase->length); in ath9k_hw_def_dump_eeprom()
223 PR_EEP("RegDomain1", pBase->regDmn[0]); in ath9k_hw_def_dump_eeprom()
224 PR_EEP("RegDomain2", pBase->regDmn[1]); in ath9k_hw_def_dump_eeprom()
225 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_def_dump_eeprom()
226 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_def_dump_eeprom()
227 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_def_dump_eeprom()
[all …]
Dar9003_eeprom.c2978 struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; in ath9k_hw_ar9300_get_eeprom() local
2988 return le16_to_cpu(pBase->regDmn[0]); in ath9k_hw_ar9300_get_eeprom()
2990 return pBase->deviceCap; in ath9k_hw_ar9300_get_eeprom()
2992 return pBase->opCapFlags.opFlags; in ath9k_hw_ar9300_get_eeprom()
2994 return pBase->rfSilent; in ath9k_hw_ar9300_get_eeprom()
2996 return (pBase->txrxMask >> 4) & 0xf; in ath9k_hw_ar9300_get_eeprom()
2998 return pBase->txrxMask & 0xf; in ath9k_hw_ar9300_get_eeprom()
3000 return !!(pBase->featureEnable & BIT(5)); in ath9k_hw_ar9300_get_eeprom()
3002 return (pBase->miscConfiguration >> 0x3) & 0x1; in ath9k_hw_ar9300_get_eeprom()
3437 struct ar9300_base_eep_hdr *pBase; in ath9k_hw_ar9003_dump_eeprom() local
[all …]
Dhtc_drv_main.c1810 struct base_eep_header *pBase = NULL; in ath9k_htc_get_eeprom_base() local
1818 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()
1821 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()
1824 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()
1826 return pBase; in ath9k_htc_get_eeprom_base()
1834 struct base_eep_header *pBase = ath9k_htc_get_eeprom_base(priv); in ath9k_htc_get_antenna() local
1835 if (pBase) { in ath9k_htc_get_antenna()
1836 *tx_ant = pBase->txMask; in ath9k_htc_get_antenna()
1837 *rx_ant = pBase->rxMask; in ath9k_htc_get_antenna()
Dhtc_drv_init.c718 struct base_eep_header *pBase; in ath9k_set_hw_capab() local
770 pBase = ath9k_htc_get_eeprom_base(priv); in ath9k_set_hw_capab()
771 if (pBase) { in ath9k_set_hw_capab()
772 hw->wiphy->available_antennas_rx = pBase->rxMask; in ath9k_set_hw_capab()
773 hw->wiphy->available_antennas_tx = pBase->txMask; in ath9k_set_hw_capab()