HomeSort by: relevance | last modified time | path
    Searched defs:eep (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/sparc/dev/
bwtwo_obio.c 141 struct eeprom *eep = (struct eeprom *)eeprom_va; local in function:bwtwoattach_obio
158 if (eep == NULL || eep->eeConsole == constype)
cgsix_obio.c 111 struct eeprom *eep = (struct eeprom *)eeprom_va; local in function:cgsixattach
201 if (eep == NULL || eep->eeConsole == constype)
cgfour.c 256 struct eeprom *eep = (struct eeprom *)eeprom_va; local in function:cgfourattach
262 if (eep == NULL || eep->eeConsole == EE_CONS_P4OPT)
cgeight.c 258 struct eeprom *eep = (struct eeprom *)eeprom_va; local in function:cgeightattach
264 if (eep == NULL || eep->eeConsole == EE_CONS_P4OPT)
cgtwo.c 164 struct eeprom *eep = (struct eeprom *)eeprom_va; local in function:cgtwoattach
209 if (eep == NULL || eep->eeConsole == EE_CONS_COLOR)
  /src/sys/compat/netbsd32/
netbsd32_epoll.c 68 struct epoll_event ee, *eep; local in function:netbsd32_epoll_ctl
79 eep = ⅇ
81 eep = NULL;
84 SCARG(uap, fd), eep);
  /src/sys/dev/sun/
fb.c 324 struct eeprom *eep = (struct eeprom *)eeprom_va; local in function:fb_setsize_eeprom
339 } else if (eep != NULL) {
340 switch (eep->eeScreenSize) {
  /src/sys/dev/eisa/
if_ep_eisa.c 242 const struct ep_eisa_product *eep; local in function:ep_eisa_attach
270 eep = dce->data;
279 printf(": %s\n", eep->name);
286 sc->ep_flags = eep->flags;
306 epconfig(sc, eep->chipset, NULL);
  /src/sys/arch/cesfic/cesfic/
eeprom.c 109 unsigned char *eep; local in function:GetEEPROMData
112 mainbus_map(EEPSTART, 4*EEPSIZE, 0, (void *)&eep);
115 ((char *)data)[i] = eep[4*i + 3];
  /src/sys/dev/ic/
arn9280.c 107 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar9280_setup
112 eep->baseEepHeader.openLoopPwrCntl)
118 eep->baseEepHeader.fastClk5g))
127 !eep->baseEepHeader.pwdclkind) {
136 type = eep->baseEepHeader.rxGainType;
151 type = eep->baseEepHeader.txGainType;
237 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar9280_init_from_rom
243 modal = &eep->modalHeader[IEEE80211_IS_CHAN_2GHZ(c)];
392 if (eep->baseEepHeader.dacLpMode &&
394 !eep->baseEepHeader.dacHiPwrMode_5G)
419 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar9280_olpc_get_pdadcs
593 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar9280_olpc_temp_compensation
    [all...]
arn9285.c 126 const struct ar9285_eeprom *eep = sc->sc_eep; local in function:ar9285_setup
130 type = eep->baseEepHeader.txGainType;
158 struct ar9285_eeprom *eep = sc->sc_eep; local in function:ar9285_swap_rom
161 eep->modalHeader.antCtrlCommon =
162 bswap32(eep->modalHeader.antCtrlCommon);
163 eep->modalHeader.antCtrlChain =
164 bswap32(eep->modalHeader.antCtrlChain);
167 eep->modalHeader.spurChans[i].spurChan =
168 bswap16(eep->modalHeader.spurChans[i].spurChan);
175 const struct ar9285_eeprom *eep = sc->sc_eep local in function:ar9285_get_spur_chans
185 const struct ar9285_eeprom *eep = sc->sc_eep; local in function:ar9285_init_from_rom
710 const struct ar9285_eeprom *eep = sc->sc_eep; local in function:ar9285_get_pdadcs
740 const struct ar9285_eeprom *eep = sc->sc_eep; local in function:ar9285_set_power_calib
795 const struct ar9285_eeprom *eep = sc->sc_eep; local in function:ar9285_set_txpower
    [all...]
arn9287.c 120 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_setup
123 if (eep->baseEepHeader.openLoopPwrCntl)
133 struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_swap_rom
136 eep->modalHeader.antCtrlCommon =
137 bswap32(eep->modalHeader.antCtrlCommon);
140 eep->modalHeader.antCtrlChain[i] =
141 bswap32(eep->modalHeader.antCtrlChain[i]);
144 eep->modalHeader.spurChans[i].spurChan =
145 bswap16(eep->modalHeader.spurChans[i].spurChan);
152 const struct ar9287_eeprom *eep = sc->sc_eep local in function:ar9287_get_spur_chans
162 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_init_from_rom
267 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_get_pdadcs
310 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_olpc_get_pdgain
336 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_set_power_calib
434 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_set_txpower
559 const struct ar9287_eeprom *eep = sc->sc_eep; local in function:ar9287_olpc_temp_compensation
    [all...]
arn9380.c 133 struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_setup
134 struct ar9380_base_eep_hdr *base = &eep->baseEepHeader;
144 IEEE80211_ADDR_COPY(ic->ic_myaddr, eep->macAddr);
179 type = MS(eep->baseEepHeader.txrxgain, AR_EEP_RX_GAIN);
190 type = MS(eep->baseEepHeader.txrxgain, AR_EEP_TX_GAIN);
221 struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_swap_rom
222 struct ar9380_base_eep_hdr *base = &eep->baseEepHeader;
230 modal = &eep->modalHeader2G;
238 modal = &eep->modalHeader5G;
252 const struct ar9380_eeprom *eep = sc->sc_eep local in function:ar9380_get_paprd_masks
303 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_init_from_rom
458 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_init_swreg
494 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9485_init_swreg
564 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_spur_mitigate_ofdm
720 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_set_txpower
834 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_get_correction
865 const struct ar9380_eeprom *eep = sc->sc_eep; local in function:ar9380_set_correction
    [all...]
arn5416.c 135 struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_swap_rom
140 modal = &eep->modalHeader[i];
157 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_get_spur_chans
159 return eep->modalHeader[is2ghz].spurChans;
227 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_init_from_rom
233 modal = &eep->modalHeader[IEEE80211_IS_CHAN_2GHZ(c)];
358 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_get_pdadcs
367 pierfreq = eep->calFreqPier2G;
368 pierdata = eep->calPierData2G[chain];
372 pierfreq = eep->calFreqPier5G
419 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_set_power_calib
520 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_set_txpower
785 const struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar5416_rw_bank6tpc
912 struct ar5416_eeprom *eep = sc->sc_eep; local in function:ar9160_rw_addac
    [all...]
arn5008.c 296 uint16_t magic, sum, *eep; local in function:ar5008_read_rom
320 eep = sc->sc_eep;
322 for (addr = sc->sc_eep_base; addr < end; addr++, eep++) {
323 if ((error = ar5008_read_eep_word(sc, addr, eep)) != 0) {
329 *eep = bswap16(*eep);
330 sum ^= *eep;
arn9003.c 402 uint8_t *eep = sc->sc_eep; local in function:ar9003_restore_rom_block
414 memcpy(eep, def, sc->sc_eep_size);
432 memcpy(&eep[off], ptr, clen);
444 memcpy(eep, buf, len);
  /src/sys/kern/
sys_epoll.c 205 struct epoll_event *eep = (struct epoll_event *)eventlist; local in function:epoll_kev_put_events
210 kevent_to_epoll(events + i, eep + index + i);
358 struct epoll_event *eep; local in function:sys_epoll_ctl
366 eep = &ee;
368 eep = NULL;
371 SCARG(uap, fd), eep);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 249 const struct ar5416eeprom_4k *eep = &ee->ee_base; local in function:ar9285SetBoardValues
255 pModal = &eep->modalHeader;
ar5416_reset.c 1261 const struct ar5416eeprom *eep = &ee->ee_base; local in function:ar5416SetBoardValues
1269 pModal = &(eep->modalHeader[IS_CHAN_2GHZ(chan)]);
  /src/sys/dev/usb/
if_athn_usb.c 1310 uint16_t *eep; local in function:athn_usb_read_rom
1317 eep = sc->sc_eep;
1327 *eep++ = be32toh(vals[j]);
if_otus.c 1543 uint8_t *eep; local in function:otus_read_eeprom
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; local in function:otus_set_board_values
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])
    [all...]
  /src/sys/compat/linux/common/
linux_misc.c 1833 struct epoll_event *eep; local in function:linux_sys_epoll_ctl
1849 eep = &ee;
1851 eep = NULL;
1854 SCARG(uap, fd), eep);
1895 struct epoll_event *eep; local in function:linux_epoll_pwait2_common
1918 eep = kmem_alloc(maxevents * sizeof(*eep), KM_SLEEP);
1920 error = epoll_wait_common(l, retval, epfd, eep, maxevents, tsp,
1927 leep[i].events = eep[i].events;
1928 leep[i].data = eep[i].data
    [all...]

Completed in 33 milliseconds