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

1 2

  /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)
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)
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);
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) {
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);
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];
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...]
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...]
  /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 = ⅇ
368 eep = NULL;
371 SCARG(uap, fd), eep);

Completed in 32 milliseconds

1 2