Searched refs:baseEepHeader (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dar9380.c132 struct ar9380_base_eep_hdr *base = &eep->baseEepHeader;
177 type = MS(eep->baseEepHeader.txrxgain, AR_EEP_RX_GAIN);
187 type = MS(eep->baseEepHeader.txrxgain, AR_EEP_TX_GAIN);
218 struct ar9380_base_eep_hdr *base = &eep->baseEepHeader;
360 if (eep->baseEepHeader.miscConfiguration & AR_EEP_DRIVE_STRENGTH) {
433 (eep->baseEepHeader.featureEnable & AR_EEP_TUNING_CAPS)) {
436 eep->baseEepHeader.params_for_tuning_caps[0]);
438 eep->baseEepHeader.params_for_tuning_caps[0]);
449 if (eep->baseEepHeader.featureEnable & AR_EEP_INTERNAL_REGULATOR) {
453 AR_WRITE(sc, AR_RTC_REG_CONTROL0, eep->baseEepHeader
[all...]
H A Dar9280.c126 eep->baseEepHeader.openLoopPwrCntl)
132 eep->baseEepHeader.fastClk5g))
141 !eep->baseEepHeader.pwdclkind) {
150 type = eep->baseEepHeader.rxGainType;
164 type = eep->baseEepHeader.txGainType;
395 if (eep->baseEepHeader.dacLpMode &&
397 !eep->baseEepHeader.dacHiPwrMode_5G))
412 eep->baseEepHeader.desiredScaleCCK);
603 eep->baseEepHeader.dacHiPwrMode_5G)
H A Dar9287.c132 if (eep->baseEepHeader.openLoopPwrCntl)
302 delta = (eep->baseEepHeader.pwrTableOffset -
569 slope = eep->baseEepHeader.tempSensSlope;
H A Dar5416.c406 pwroff = eep->baseEepHeader.pwrTableOffset;
654 pwroff = eep->baseEepHeader.pwrTableOffset;
H A Dar9285.c145 type = eep->baseEepHeader.txGainType;
H A Dar9287reg.h154 struct ar9287_base_eep_header baseEepHeader; member in struct:ar9287_eeprom
H A Dar9285reg.h238 struct ar9285_base_eep_header baseEepHeader; member in struct:ar9285_eeprom
H A Dar5416reg.h146 struct ar5416_base_eep_header baseEepHeader; member in struct:ar5416_eeprom
H A Dar9380reg.h180 struct ar9380_base_eep_hdr baseEepHeader; member in struct:ar9380_eeprom
/openbsd-current/sys/dev/usb/
H A Dif_otus.c305 sc->txmask = sc->eeprom.baseEepHeader.txMask;
306 sc->rxmask = sc->eeprom.baseEepHeader.rxMask;
307 sc->capflags = sc->eeprom.baseEepHeader.opCapFlags;
308 IEEE80211_ADDR_COPY(ic->ic_myaddr, sc->eeprom.baseEepHeader.macAddr);
329 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
336 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
390 domain = letoh16(sc->eeprom.baseEepHeader.regDmn[0]);
393 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11G) {
403 if (sc->eeprom.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) {
1827 if (sc->eeprom.baseEepHeader
[all...]
H A Dif_otusreg.h786 struct BaseEepHeader baseEepHeader; member in struct:ar5416eeprom

Completed in 212 milliseconds