Lines Matching defs:eep
1543 uint8_t *eep;
1551 eep = (uint8_t *)&sc->sc_eeprom;
1556 error = otus_cmd(sc, AR_CMD_RREG, regs, sizeof(regs), eep);
1559 eep += 32;
2587 const struct ModalEepHeader *eep;
2593 eep = &sc->sc_eeprom.modalHeader[0];
2595 eep = &sc->sc_eeprom.modalHeader[1];
2600 tmp = le32toh(eep->antCtrlCommon);
2603 tmp = le32toh(eep->antCtrlChain[0]);
2606 tmp = le32toh(eep->antCtrlChain[1]);
2612 tmp |= (eep->switchSettling & 0x7f) << 7;
2618 tmp |= eep->pgaDesiredSize << 8 | eep->adcDesiredSize;
2621 tmp = eep->txEndToXpaOff << 24 | eep->txEndToXpaOff << 16 |
2622 eep->txFrameToXpaOn << 8 | eep->txFrameToXpaOn;
2627 tmp |= eep->txEndToRxOn << 16;
2632 tmp |= (eep->thresh62 & 0x7f) << 12;
2637 tmp |= (eep->txRxAttenCh[0] & 0x3f) << 12;
2642 tmp |= (eep->txRxAttenCh[1] & 0x3f) << 12;
2647 tmp |= (eep->rxTxMarginCh[0] & 0x3f) << 18;
2650 tmp |= (eep->bswMargin[0] & 0xf) << 10;
2656 tmp |= (eep->rxTxMarginCh[1] & 0x3f) << 18;
2661 tmp |= (eep->iqCalICh[0] & 0x3f) << 5 | (eep->iqCalQCh[0] & 0x1f);
2666 tmp |= (eep->iqCalICh[1] & 0x3f) << 5 | (eep->iqCalQCh[1] & 0x1f);
2671 tmp |= (eep->xpd & 0xf) << 16;