Searched refs:eep (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A Dmain.c54 uint16_t *eep = NULL; local
55 eep = calloc(4096, sizeof(int16_t));
60 load_eeprom_dump(argv[1], eep);
62 eeprom_9287_base_print(eep);
63 eeprom_9287_custdata_print(eep);
65 eeprom_9287_modal_print(eep);
68 eeprom_9287_calfreqpiers_print(eep);
71 eeprom_9287_print_targets(eep);
74 eeprom_9287_ctl_print(eep);
77 eeprom_9287_print_edges(eep);
[all...]
H A D9287.c52 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
53 BASE_EEP_9287_HEADER *eh = &eep->ee_base.baseEepHeader;
80 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
81 uint8_t *custdata = (uint8_t *) &eep->ee_base.custData;
97 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
98 MODAL_EEP_9287_HEADER *mh = &eep->ee_base.modalHeader;
185 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
191 printf(" 0x%.2x ", eep->ee_base.calFreqPier2G[i]);
196 if (eep->ee_base.calFreqPier2G[i] == 0xff)
201 eeprom_9287_print_caldata_oploop((void *)&eep
238 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
281 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
295 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
315 HAL_EEPROM_9287 *eep = (HAL_EEPROM_9287 *) buf; local
[all...]
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dmain.c54 uint16_t *eep = NULL; local
55 eep = calloc(4096, sizeof(int16_t));
60 load_eeprom_dump(argv[1], eep);
62 eeprom_v4k_base_print(eep);
63 eeprom_v4k_custdata_print(eep);
65 eeprom_v4k_modal_print(eep);
68 eeprom_v4k_calfreqpiers_print(eep);
71 eeprom_v4k_print_targets(eep);
74 eeprom_v4k_ctl_print(eep);
77 eeprom_v4k_print_edges(eep);
[all...]
H A Dv4k.c53 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
54 BASE_EEP4K_HEADER *eh = &eep->ee_base.baseEepHeader;
72 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
73 uint8_t *custdata = (uint8_t *) &eep->ee_base.custData;
89 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
90 MODAL_EEP4K_HEADER *mh = &eep->ee_base.modalHeader;
167 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
173 printf(" 0x%.2x ", eep->ee_base.calFreqPier2G[i]);
178 if (eep->ee_base.calFreqPier2G[i] == 0xff)
183 eeprom_v4k_print_caldata_perfreq(&eep
220 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
263 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
277 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
297 HAL_EEPROM_v4k *eep = (HAL_EEPROM_v4k *) buf; local
[all...]
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c88 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
89 BASE_EEP_HEADER *eh = &eep->ee_base.baseEepHeader;
120 eep->ee_antennaGainMax[0], eep->ee_antennaGainMax[1]);
131 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
132 uint8_t *custdata = (uint8_t *) &eep->ee_base.custData;
147 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
148 MODAL_EEP_HEADER *mh = &eep->ee_base.modalHeader[m];
255 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
261 printf(" 0x%.2x ", eep
329 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
386 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
400 HAL_EEPROM_v14 *eep = (HAL_EEPROM_v14 *) buf; local
440 uint16_t *eep = NULL; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c75 __in efx_evq_t *eep);
79 __in efx_evq_t *eep);
83 __in efx_evq_t *eep,
88 __in efx_evq_t *eep,
93 __in efx_evq_t *eep,
99 __in efx_evq_t *eep,
229 efx_evq_t *eep; local
253 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (efx_evq_t), eep);
254 if (eep == NULL) {
259 eep
299 efx_ev_qdestroy( __in efx_evq_t *eep) argument
317 efx_ev_qprime( __in efx_evq_t *eep, __in unsigned int count) argument
345 efx_ev_qpending( __in efx_evq_t *eep, __in unsigned int count) argument
363 efx_ev_qprefetch( __in efx_evq_t *eep, __in unsigned int count) argument
380 efx_ev_qpoll( __in efx_evq_t *eep, __inout unsigned int *countp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
536 efx_ev_qpost( __in efx_evq_t *eep, __in uint16_t data) argument
573 efx_ev_qmoderate( __in efx_evq_t *eep, __in unsigned int us) argument
603 efx_ev_qstats_update( __in efx_evq_t *eep, __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) argument
638 siena_ev_rx_not_ok( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in uint32_t label, __in uint32_t id, __inout uint16_t *flagsp) argument
728 siena_ev_rx( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
882 siena_ev_tx( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
929 siena_ev_global( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
943 siena_ev_driver( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
1072 siena_ev_drv_gen( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
1100 siena_ev_mcdi( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
1205 siena_ev_qprime( __in efx_evq_t *eep, __in unsigned int count) argument
1224 siena_ev_qpost( __in efx_evq_t *eep, __in uint16_t data) argument
1243 siena_ev_qmoderate( __in efx_evq_t *eep, __in unsigned int us) argument
1291 siena_ev_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in uint32_t us, __in uint32_t flags, __in efx_evq_t *eep) argument
1444 siena_ev_qstats_update( __in efx_evq_t *eep, __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) argument
1460 siena_ev_qdestroy( __in efx_evq_t *eep) argument
[all...]
H A Def10_ev.c61 __in efx_evq_t *eep,
68 __in efx_evq_t *eep,
75 __in efx_evq_t *eep,
82 __in efx_evq_t *eep,
89 __in efx_evq_t *eep,
469 __in efx_evq_t *eep)
495 eep->ee_rx = ef10_ev_rx;
496 eep->ee_tx = ef10_ev_tx;
497 eep->ee_driver = ef10_ev_driver;
498 eep
461 ef10_ev_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in uint32_t us, __in uint32_t flags, __in efx_evq_t *eep) argument
567 ef10_ev_qdestroy( __in efx_evq_t *eep) argument
579 ef10_ev_qprime( __in efx_evq_t *eep, __in unsigned int count) argument
659 ef10_ev_qpost( __in efx_evq_t *eep, __in uint16_t data) argument
675 ef10_ev_qmoderate( __in efx_evq_t *eep, __in unsigned int us) argument
751 ef10_ev_qstats_update( __in efx_evq_t *eep, __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) argument
768 ef10_ev_rx( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
934 ef10_ev_tx( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
969 ef10_ev_driver( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
1019 ef10_ev_drv_gen( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
1047 ef10_ev_mcdi( __in efx_evq_t *eep, __in efx_qword_t *eqp, __in const efx_ev_callbacks_t *eecp, __in_opt void *arg) argument
1247 ef10_ev_rxlabel_init( __in efx_evq_t *eep, __in efx_rxq_t *erp, __in unsigned int label) argument
1264 ef10_ev_rxlabel_fini( __in efx_evq_t *eep, __in unsigned int label) argument
[all...]
H A Def10_impl.h89 __in efx_evq_t *eep);
93 __in efx_evq_t *eep);
97 __in efx_evq_t *eep,
102 __in efx_evq_t *eep,
107 __in efx_evq_t *eep,
113 __in efx_evq_t *eep,
119 __in efx_evq_t *eep,
125 __in efx_evq_t *eep,
666 __in efx_evq_t *eep,
955 __in efx_evq_t *eep,
[all...]
H A Def10_rx.c754 __in efx_evq_t *eep,
785 if ((rc = efx_mcdi_init_rxq(enp, n, eep->ee_index, label, index,
789 erp->er_eep = eep;
792 ef10_ev_rxlabel_init(eep, erp, label);
811 efx_evq_t *eep = erp->er_eep; local
814 ef10_ev_rxlabel_fini(eep, label);
746 ef10_rx_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in unsigned int label, __in efx_rxq_type_t type, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in efx_evq_t *eep, __in efx_rxq_t *erp) argument
H A Defx.h1622 __in efx_evq_t *eep,
1767 __in efx_evq_t *eep,
1774 __in efx_evq_t *eep,
1781 __in efx_evq_t *eep,
1794 __in efx_evq_t *eep,
1799 __in efx_evq_t *eep,
1815 __in efx_evq_t *eep,
1822 __in efx_evq_t *eep);
1940 __in efx_evq_t *eep,
2029 __in efx_evq_t *eep,
[all...]
H A Defx_tx.c66 __in efx_evq_t *eep,
302 __in efx_evq_t *eep,
334 n, id, flags, eep, etp, addedp)) != 0)
917 __in efx_evq_t *eep,
965 FRF_AZ_TX_DESCQ_EVQ_ID, eep->ee_index,
294 efx_tx_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in unsigned int label, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in uint16_t flags, __in efx_evq_t *eep, __deref_out efx_txq_t **etpp, __out unsigned int *addedp) argument
909 siena_tx_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in unsigned int label, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in uint16_t flags, __in efx_evq_t *eep, __in efx_txq_t *etp, __out unsigned int *addedp) argument
H A Defx_rx.c121 __in efx_evq_t *eep,
487 __in efx_evq_t *eep,
512 eep, erp)) != 0)
1124 __in efx_evq_t *eep,
1179 FRF_AZ_RX_DESCQ_EVQ_ID, eep->ee_index,
479 efx_rx_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in unsigned int label, __in efx_rxq_type_t type, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in efx_evq_t *eep, __deref_out efx_rxq_t **erpp) argument
1116 siena_rx_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in unsigned int label, __in efx_rxq_type_t type, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in efx_evq_t *eep, __in efx_rxq_t *erp) argument
H A Def10_tx.c198 __in efx_evq_t *eep,
216 if ((rc = efx_mcdi_init_txq(enp, n, eep->ee_index, label, index, flags,
190 ef10_tx_qcreate( __in efx_nic_t *enp, __in unsigned int index, __in unsigned int label, __in efsys_mem_t *esmp, __in size_t n, __in uint32_t id, __in uint16_t flags, __in efx_evq_t *eep, __in efx_txq_t *etp, __out unsigned int *addedp) argument
/freebsd-11-stable/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c51 uint16_t eep[MAX_EEPROM_SIZE]; variable
123 atd.ad_out_data = (caddr_t) eep;
124 atd.ad_out_size = sizeof(eep);
130 do_eeprom_dump(dumpname, (uint16_t *) &eep, sizeof(eep));
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c43 void ar9300_swap_eeprom(ar9300_eeprom_t *eep);
425 ath_hal_printf(ah, " wasp eep attach\n");
463 ar9300_eeprom_t *eep = &ahp->ah_eeprom; local
464 OSPREY_BASE_EEP_HEADER *p_base = &eep->base_eep_header;
465 OSPREY_BASE_EXTENSION_1 *base_ext1 = &eep->base_ext1;
475 return eep->mac_addr[0] << 8 | eep->mac_addr[1];
477 return eep->mac_addr[2] << 8 | eep->mac_addr[3];
479 return eep
691 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
727 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
763 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
798 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1121 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1129 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1136 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1143 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1150 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1167 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1251 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1259 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1498 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1538 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1548 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1557 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1568 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1586 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1867 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
1895 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
2031 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
2050 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
2068 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
2100 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
2304 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
4315 ar9300_swap_eeprom(ar9300_eeprom_t *eep) argument
4522 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
4534 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
4575 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
4603 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
4668 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
[all...]
H A Dar9300_paprd.c74 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
96 AH_PAPRD_GET_SCALE_FACTOR(paprd_scale_factor, eep, is_2g, ichan->channel);
455 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; local
468 * u_int32_t am_mask = eep->modal_header_5g.paprd_rate_mask_ht20;
471 if (eep->modal_header_5g.paprd_rate_mask_ht20 & (1 << 30)) {
475 if (eep->modal_header_5g.paprd_rate_mask_ht20 & (1 << 29)) {
479 if (eep->modal_header_5g.paprd_rate_mask_ht20 & (1 << 28)) {
/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c207 uint16_t *eep = NULL; local
210 eep = calloc(4096, sizeof(int16_t));
215 load_eeprom_dump(argv[1], eep);
216 ee = (ar9300_eeprom_t *) eep;
218 eeprom_9300_hdr_print(eep);
219 eeprom_9300_base_print(eep);
227 free(eep);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c128 struct atm_exstatus_ep *eep; local
169 eep = *pep;
176 strcpy(eep->name, user->name);
177 eep->state = user->state;
178 eep++;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c190 const struct ar5416eeprom_4k *eep, uint8_t txRxAttenLocal)
202 if ((eep->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
247 const struct ar5416eeprom_4k *eep = &ee->ee_base; local
252 pModal = &eep->modalHeader;
258 ar9285SetBoardGain(ah, pModal, eep, txRxAttenLocal);
336 if ((eep->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
344 if ((eep->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
364 if ((eep->baseEepHeader.txGainType == 0) && (bb_desired_scale != 0)) {
189 ar9285SetBoardGain(struct ath_hal *ah, const MODAL_EEP4K_HEADER *pModal, const struct ar5416eeprom_4k *eep, uint8_t txRxAttenLocal) argument
H A Dar9287_reset.c455 const struct ar9287_eeprom *eep = &ee->ee_base; local
456 const struct modal_eep_ar9287_header *pModal = &eep->modalHeader;
462 pModal = &eep->modalHeader;
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c1411 uint8_t *eep; local
1417 eep = (uint8_t *)&sc->eeprom;
1422 error = otus_cmd(sc, AR_CMD_RREG, regs, sizeof regs, eep, 32);
1425 eep += 32;
2532 const struct ModalEepHeader *eep; local
2536 eep = &sc->eeprom.modalHeader[0];
2538 eep = &sc->eeprom.modalHeader[1];
2543 tmp = le32toh(eep->antCtrlCommon);
2546 tmp = le32toh(eep->antCtrlChain[0]);
2549 tmp = le32toh(eep
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c387 struct epoll_event *eep; local
391 eep = malloc(sizeof(*eep) * count, M_EPOLL, M_WAITOK | M_ZERO);
400 kevent_to_epoll(&kevp[i], &eep[i]);
405 eep[i].data = emd->udata[fd];
409 error = copyout(eep, args->leventlist, count * sizeof(*eep));
416 free(eep, M_EPOLL);
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c58 } eep; variable in typeref:union:__anon13688
59 #define eeprom eep.legacy
60 #define eepromN eep.v14
159 atd.ad_out_data = (caddr_t) &eep;
160 atd.ad_out_size = sizeof(eep);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1531 const struct ar5416eeprom *eep,
1613 const struct ar5416eeprom *eep = &ee->ee_base; local
1619 pModal = &eep->modalHeader[IEEE80211_IS_CHAN_2GHZ(chan)];
1647 ar5416SetDefGainValues(ah, pModal, eep, txRxAttenLocal, regChainOffset, i);
1716 eep->baseEepHeader.dacLpMode);
1717 else if (eep->baseEepHeader.dacHiPwrMode_5G)
1721 eep->baseEepHeader.dacLpMode);
1728 eep->baseEepHeader.desiredScaleCCK);
2708 struct ar5416eeprom *eep = &ee->ee_base; local
2717 pModal = &(eep
1529 ar5416SetDefGainValues(struct ath_hal *ah, const MODAL_EEP_HEADER *pModal, const struct ar5416eeprom *eep, uint8_t txRxAttenLocal, int regChainOffset, int i) argument
[all...]
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_ev.c579 efx_evq_t *eep; local
582 eep = evq->common;
587 (void)efx_ev_qmoderate(eep, us);

Completed in 254 milliseconds

12