Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2795 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()
2809 return (pBase->rfSilent); 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()
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()
2868 return (pBase->txMask); in ath9k_hw_get_eeprom_def()
[all …]
H A Darn_hw.c1358 struct base_eep_header *pBase = &(pEepData->baseEepHeader); in ath9k_hw_def_ini_fixup() local
1366 value, (pBase->version & 0xff))); in ath9k_hw_def_ini_fixup()
1368 if ((pBase->version & 0xff) > 0x0a) { in ath9k_hw_def_ini_fixup()
1372 pBase->pwdclkind)); in ath9k_hw_def_ini_fixup()
1376 (pBase->pwdclkind << in ath9k_hw_def_ini_fixup()
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c1115 ficlCell *pBase, c; in ficlPrimitiveBase() local
1119 pBase = (ficlCell *)(&vm->base); in ficlPrimitiveBase()
1120 c.p = pBase; in ficlPrimitiveBase()