Searched refs:pBase (Results 1 – 7 of 7) sorted by relevance
219 pBase += 2; in PerformLDF()223 pFinal = pBase; in PerformLDF()232 pAddress = pBase; in PerformLDF()267 pBase += 2; in PerformSTF()271 pFinal = pBase; in PerformSTF()280 pAddress = pBase; in PerformSTF()313 pBase += 2; in PerformLFM()317 pFinal = pBase; in PerformLFM()326 pAddress = pBase; in PerformLFM()349 pBase += 2; in PerformSFM()[all …]
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()167 pBase->macAddr); in ath9k_hw_ar9287_dump_eeprom()254 return pBase->opCapFlags; in ath9k_hw_ar9287_get_eeprom()256 return le16_to_cpu(pBase->rfSilent); in ath9k_hw_ar9287_get_eeprom()258 return pBase->txMask; in ath9k_hw_ar9287_get_eeprom()260 return pBase->rxMask; in ath9k_hw_ar9287_get_eeprom()262 return pBase->deviceType; in ath9k_hw_ar9287_get_eeprom()264 return pBase->openLoopPwrCntl; in ath9k_hw_ar9287_get_eeprom()267 return pBase->tempSensSlope; in ath9k_hw_ar9287_get_eeprom()[all …]
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()167 PR_EEP("TX Gain type", pBase->txGainType); in ath9k_hw_4k_dump_eeprom()170 pBase->macAddr); in ath9k_hw_4k_dump_eeprom()251 return le16_to_cpu(pBase->regDmn[0]); in ath9k_hw_4k_get_eeprom()253 return le16_to_cpu(pBase->deviceCap); in ath9k_hw_4k_get_eeprom()255 return pBase->opCapFlags; in ath9k_hw_4k_get_eeprom()257 return le16_to_cpu(pBase->rfSilent); in ath9k_hw_4k_get_eeprom()263 return pBase->txMask; in ath9k_hw_4k_get_eeprom()265 return pBase->rxMask; in ath9k_hw_4k_get_eeprom()[all …]
229 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_def_dump_eeprom()248 pBase->macAddr); in ath9k_hw_def_dump_eeprom()357 return pBase->opCapFlags; in ath9k_hw_def_get_eeprom()369 return pBase->txMask; in ath9k_hw_def_get_eeprom()371 return pBase->rxMask; in ath9k_hw_def_get_eeprom()373 return pBase->fastClk5g; in ath9k_hw_def_get_eeprom()375 return pBase->rxGainType; in ath9k_hw_def_get_eeprom()377 return pBase->txGainType; in ath9k_hw_def_get_eeprom()385 return pBase->rcChainMask; in ath9k_hw_def_get_eeprom()390 return pBase->dacHiPwrMode_5G; in ath9k_hw_def_get_eeprom()[all …]
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()3444 struct ar9300_base_eep_hdr *pBase; in ar9003_dump_cal_data() local3450 pBase = &eep->baseEepHeader; in ar9003_dump_cal_data()3458 if (!((pBase->txrxMask >> i) & 1)) in ar9003_dump_cal_data()3498 struct ar9300_base_eep_hdr *pBase; in ath9k_hw_ar9003_dump_eeprom() local3520 pBase = &eep->baseEepHeader; in ath9k_hw_ar9003_dump_eeprom()[all …]
1823 struct base_eep_header *pBase = NULL; in ath9k_htc_get_eeprom_base() local1831 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()1834 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()1837 pBase = (struct base_eep_header *) in ath9k_htc_get_eeprom_base()1839 return pBase; in ath9k_htc_get_eeprom_base()1847 struct base_eep_header *pBase = ath9k_htc_get_eeprom_base(priv); in ath9k_htc_get_antenna() local1848 if (pBase) { in ath9k_htc_get_antenna()1849 *tx_ant = pBase->txMask; in ath9k_htc_get_antenna()1850 *rx_ant = pBase->rxMask; in ath9k_htc_get_antenna()
717 struct base_eep_header *pBase; in ath9k_set_hw_capab() local772 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()
Completed in 24 milliseconds