Lines Matching refs:pBase

2639 	struct base_eep_header *pBase = &eep->baseEepHeader;  in ath9k_hw_get_def_eeprom_antenna_cfg()  local
2646 if (pBase->version >= 0x0E0D) { in ath9k_hw_get_def_eeprom_antenna_cfg()
2718 struct base_eep_header *pBase = &eep->baseEepHeader; in ath9k_hw_get_def_num_ant_config() local
2723 if (pBase->version >= 0x0E0D) in ath9k_hw_get_def_num_ant_config()
2789 struct base_eep_header_4k *pBase = &eep->baseEepHeader; in ath9k_hw_get_eeprom_4k() local
2795 return (pBase->macAddr[0] << 8 | pBase->macAddr[1]); in ath9k_hw_get_eeprom_4k()
2797 return (pBase->macAddr[2] << 8 | pBase->macAddr[3]); in ath9k_hw_get_eeprom_4k()
2799 return (pBase->macAddr[4] << 8 | pBase->macAddr[5]); in ath9k_hw_get_eeprom_4k()
2801 return (pBase->regDmn[0]); in ath9k_hw_get_eeprom_4k()
2803 return (pBase->regDmn[1]); in ath9k_hw_get_eeprom_4k()
2805 return (pBase->deviceCap); in ath9k_hw_get_eeprom_4k()
2807 return (pBase->opCapFlags); in ath9k_hw_get_eeprom_4k()
2809 return (pBase->rfSilent); in ath9k_hw_get_eeprom_4k()
2815 return (pBase->version & AR5416_EEP_VER_MINOR_MASK); in ath9k_hw_get_eeprom_4k()
2817 return (pBase->txMask); in ath9k_hw_get_eeprom_4k()
2819 return (pBase->rxMask); in ath9k_hw_get_eeprom_4k()
2834 struct base_eep_header *pBase = &eep->baseEepHeader; in ath9k_hw_get_eeprom_def() local
2842 return (pBase->macAddr[0] << 8 | pBase->macAddr[1]); in ath9k_hw_get_eeprom_def()
2844 return (pBase->macAddr[2] << 8 | pBase->macAddr[3]); in ath9k_hw_get_eeprom_def()
2846 return (pBase->macAddr[4] << 8 | pBase->macAddr[5]); in ath9k_hw_get_eeprom_def()
2848 return (pBase->regDmn[0]); in ath9k_hw_get_eeprom_def()
2850 return (pBase->regDmn[1]); in ath9k_hw_get_eeprom_def()
2852 return (pBase->deviceCap); in ath9k_hw_get_eeprom_def()
2854 return (pBase->opCapFlags); in ath9k_hw_get_eeprom_def()
2856 return (pBase->rfSilent); in ath9k_hw_get_eeprom_def()
2866 return (pBase->version & AR5416_EEP_VER_MINOR_MASK); in ath9k_hw_get_eeprom_def()
2868 return (pBase->txMask); in ath9k_hw_get_eeprom_def()
2870 return (pBase->rxMask); in ath9k_hw_get_eeprom_def()
2872 return (pBase->rxGainType); in ath9k_hw_get_eeprom_def()
2874 return (pBase->txGainType); in ath9k_hw_get_eeprom_def()
2878 return (pBase->openLoopPwrCntl ? B_TRUE: B_FALSE); in ath9k_hw_get_eeprom_def()
2883 return (pBase->rcChainMask); in ath9k_hw_get_eeprom_def()
2888 return (pBase->dacHiPwrMode_5G); in ath9k_hw_get_eeprom_def()
2893 return (pBase->frac_n_5g); in ath9k_hw_get_eeprom_def()