Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/nwfpe/
Dfpa11_cpdt.c214 unsigned int __user *pBase, *pAddress, *pFinal; in PerformLDF() local
217 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformLDF()
219 pBase += 2; in PerformLDF()
223 pFinal = pBase; in PerformLDF()
232 pAddress = pBase; in PerformLDF()
257 unsigned int __user *pBase, *pAddress, *pFinal; in PerformSTF() local
265 pBase = (unsigned int __user *) readRegister(getRn(opcode)); in PerformSTF()
267 pBase += 2; in PerformSTF()
271 pFinal = pBase; in PerformSTF()
280 pAddress = pBase; in PerformSTF()
[all …]
/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Deeprom_9287.c130 struct base_eep_ar9287_header *pBase = &eep->baseEepHeader; in ath9k_hw_ar9287_dump_eeprom() local
131 u32 binBuildNumber = le32_to_cpu(pBase->binBuildNumber); in ath9k_hw_ar9287_dump_eeprom()
143 PR_EEP("Checksum", le16_to_cpu(pBase->checksum)); in ath9k_hw_ar9287_dump_eeprom()
144 PR_EEP("Length", le16_to_cpu(pBase->length)); in ath9k_hw_ar9287_dump_eeprom()
145 PR_EEP("RegDomain1", le16_to_cpu(pBase->regDmn[0])); in ath9k_hw_ar9287_dump_eeprom()
146 PR_EEP("RegDomain2", le16_to_cpu(pBase->regDmn[1])); in ath9k_hw_ar9287_dump_eeprom()
147 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_ar9287_dump_eeprom()
148 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_ar9287_dump_eeprom()
149 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_ar9287_dump_eeprom()
150 PR_EEP("Allow 2GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11G)); in ath9k_hw_ar9287_dump_eeprom()
[all …]
Deeprom_4k.c134 struct base_eep_header_4k *pBase = &eep->baseEepHeader; in ath9k_hw_4k_dump_eeprom() local
135 u32 binBuildNumber = le32_to_cpu(pBase->binBuildNumber); in ath9k_hw_4k_dump_eeprom()
147 PR_EEP("Checksum", le16_to_cpu(pBase->checksum)); in ath9k_hw_4k_dump_eeprom()
148 PR_EEP("Length", le16_to_cpu(pBase->length)); in ath9k_hw_4k_dump_eeprom()
149 PR_EEP("RegDomain1", le16_to_cpu(pBase->regDmn[0])); in ath9k_hw_4k_dump_eeprom()
150 PR_EEP("RegDomain2", le16_to_cpu(pBase->regDmn[1])); in ath9k_hw_4k_dump_eeprom()
151 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_4k_dump_eeprom()
152 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_4k_dump_eeprom()
153 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_4k_dump_eeprom()
154 PR_EEP("Allow 2GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11G)); in ath9k_hw_4k_dump_eeprom()
[all …]
Deeprom_def.c208 struct base_eep_header *pBase = &eep->baseEepHeader; in ath9k_hw_def_dump_eeprom() local
209 u32 binBuildNumber = le32_to_cpu(pBase->binBuildNumber); in ath9k_hw_def_dump_eeprom()
225 PR_EEP("Checksum", le16_to_cpu(pBase->checksum)); in ath9k_hw_def_dump_eeprom()
226 PR_EEP("Length", le16_to_cpu(pBase->length)); in ath9k_hw_def_dump_eeprom()
227 PR_EEP("RegDomain1", le16_to_cpu(pBase->regDmn[0])); in ath9k_hw_def_dump_eeprom()
228 PR_EEP("RegDomain2", le16_to_cpu(pBase->regDmn[1])); in ath9k_hw_def_dump_eeprom()
229 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_def_dump_eeprom()
230 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_def_dump_eeprom()
231 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_def_dump_eeprom()
232 PR_EEP("Allow 2GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11G)); in ath9k_hw_def_dump_eeprom()
[all …]
Dar9003_eeprom.c2977 struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader; in ath9k_hw_ar9300_get_eeprom() local
2987 return le16_to_cpu(pBase->regDmn[0]); in ath9k_hw_ar9300_get_eeprom()
2989 return pBase->deviceCap; in ath9k_hw_ar9300_get_eeprom()
2991 return pBase->opCapFlags.opFlags; in ath9k_hw_ar9300_get_eeprom()
2993 return pBase->rfSilent; in ath9k_hw_ar9300_get_eeprom()
2995 return (pBase->txrxMask >> 4) & 0xf; in ath9k_hw_ar9300_get_eeprom()
2997 return pBase->txrxMask & 0xf; in ath9k_hw_ar9300_get_eeprom()
2999 return !!(pBase->featureEnable & BIT(5)); in ath9k_hw_ar9300_get_eeprom()
3001 return (pBase->miscConfiguration >> 0x3) & 0x1; in ath9k_hw_ar9300_get_eeprom()
3444 struct ar9300_base_eep_hdr *pBase; in ar9003_dump_cal_data() local
[all …]
Dhtc_drv_main.c1822 struct base_eep_header *pBase = NULL; in ath9k_htc_get_eeprom_base() local
1830 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()
1833 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()
1836 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()
1838 return pBase; in ath9k_htc_get_eeprom_base()
1846 struct base_eep_header *pBase = ath9k_htc_get_eeprom_base(priv); in ath9k_htc_get_antenna() local
1847 if (pBase) { in ath9k_htc_get_antenna()
1848 *tx_ant = pBase->txMask; in ath9k_htc_get_antenna()
1849 *rx_ant = pBase->rxMask; in ath9k_htc_get_antenna()
Dhtc_drv_init.c717 struct base_eep_header *pBase; in ath9k_set_hw_capab() local
772 pBase = ath9k_htc_get_eeprom_base(priv); in ath9k_set_hw_capab()
773 if (pBase) { in ath9k_set_hw_capab()
774 hw->wiphy->available_antennas_rx = pBase->rxMask; in ath9k_set_hw_capab()
775 hw->wiphy->available_antennas_tx = pBase->txMask; in ath9k_set_hw_capab()