HomeSort by: relevance | last modified time | path
    Searched refs:ee (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.c 26 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee,
33 const uint16_t *ip = ee->ee_version < AR_EEPROM_VER3_2 ?
46 fbin2freq(HAL_EEPROM *ee, uint16_t fbin)
50 return ee->ee_version <= AR_EEPROM_VER3_2 ?
56 fbin2freq_2p4(HAL_EEPROM *ee, uint16_t fbin)
60 return ee->ee_version <= AR_EEPROM_VER3_2 ?
69 readEepromFreqPierInfo(struct ath_hal *ah, HAL_EEPROM *ee)
78 if (ee->ee_version >= AR_EEPROM_VER4_0 &&
79 ee->ee_eepMap && !ee->ee_Amode)
1557 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:legacyEepromGet
1669 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:legacyEepromSet
1719 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:legacyEepromDiag
1745 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:legacyEepromGetSpurChan
1757 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:legacyEepromDetach
1775 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ath_hal_legacyEepromAttach
    [all...]
ah_eeprom_v14.c 31 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v14EepromGet
32 const MODAL_EEP_HEADER *pModal = ee->ee_base.modalHeader;
33 const BASE_EEP_HEADER *pBase = &ee->ee_base.baseEepHeader;
118 *(int8_t *) val = ee->ee_antennaGainMax[1];
121 *(int8_t *) val = ee->ee_antennaGainMax[0];
135 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v14EepromSet
139 ee->ee_antennaGainMax[1] = (int8_t) v;
142 ee->ee_antennaGainMax[0] = (int8_t) v;
152 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v14EepromDiag
156 *result = &ee->ee_base
219 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v14EepromGetSpurChan
286 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v14EepromDetach
301 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ath_hal_v14EepromAttach
    [all...]
ah_eeprom_v4k.c 33 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v4kEepromGet
34 const MODAL_EEP4K_HEADER *pModal = &ee->ee_base.modalHeader;
35 const BASE_EEP4K_HEADER *pBase = &ee->ee_base.baseEepHeader;
108 *(int8_t *) val = ee->ee_antennaGainMax;
122 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v4kEepromSet
126 ee->ee_antennaGainMax = (int8_t) v;
136 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v4kEepromDiag
140 *result = &ee->ee_base;
141 *resultsize = sizeof(ee->ee_base);
149 eepromSwap(struct ar5416eeprom_4k *ee)
201 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v4kEepromGetSpurChan
269 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v4kEepromDetach
284 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ath_hal_v4kEepromAttach
    [all...]
ah_eeprom_v1.c 28 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v1EepromGet
56 *(uint16_t *) val = ee->ee_regDomain[0];
60 return ee->ee_rfKill ? HAL_OK : HAL_EIO;
63 return (ee->ee_protect & AR_EEPROM_PROTOTECT_WP_128_191) ?
81 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v1EepromDiag
85 *result = ee;
86 *resultsize = sizeof(*ee);
104 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:v1EepromDetach
106 ath_hal_free(ee);
113 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom local in function:ath_hal_v1EepromAttach
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c 432 const struct intel_engine_coredump *ee)
439 ee->instdone.instdone);
441 if (ee->engine->class != RENDER_CLASS || INTEL_GEN(m->i915) <= 3)
445 ee->instdone.slice_common);
453 ee->instdone.sampler[slice][subslice]);
458 ee->instdone.row[slice][subslice]);
500 find_batch(const struct intel_engine_coredump *ee)
502 return __find_vma(ee->vma, "batch");
506 const struct intel_engine_coredump *ee)
511 err_printf(m, "%s command stream:\n", ee->engine->name)
677 const struct intel_engine_coredump *ee; local in function:err_print_gt
740 const struct intel_engine_coredump *ee; local in function:__err_print_to_sgl
936 struct intel_engine_coredump *ee = gt->engine; local in function:cleanup_gt
1364 struct intel_engine_coredump *ee; local in function:intel_engine_coredump_alloc
1453 struct intel_engine_coredump *ee; local in function:capture_engine
1485 struct intel_engine_coredump *ee; local in function:gt_record_engines
    [all...]
i915_gpu_error.h 229 intel_engine_coredump_add_request(struct intel_engine_coredump *ee,
233 void intel_engine_coredump_add_vma(struct intel_engine_coredump *ee,
292 intel_engine_coredump_add_request(struct intel_engine_coredump *ee,
300 intel_engine_coredump_add_vma(struct intel_engine_coredump *ee,
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 221 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5111SetRfRegs
232 tempOB = ee->ee_ob1;
233 tempDB = ee->ee_db1;
235 tempOB = ee->ee_ob2;
236 tempDB = ee->ee_db2;
238 tempOB = ee->ee_ob3;
239 tempDB = ee->ee_db3;
241 tempOB = ee->ee_ob4;
242 tempDB = ee->ee_db4;
249 rfXpdGainFixed = ee->ee_xgain[headerInfo11A]
390 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5111SetPowerTable
    [all...]
ar5212_reset.c 106 const HAL_EEPROM *ee; local in function:ar5212Reset
122 ee = AH_PRIVATE(ah)->ah_eeprom;
324 ee->ee_cckOfdmPwrDelta -
325 ee->ee_scaledCh14FilterCckDelta);
328 ee->ee_cckOfdmPwrDelta);
333 SM((ee->ee_cckOfdmPwrDelta*-1),
1187 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:getNoiseFloorThresh
1193 *nft = ee->ee_noiseFloorThresh[headerInfo11A];
1196 *nft = ee->ee_noiseFloorThresh[headerInfo11B];
1199 *nft = ee->ee_noiseFloorThresh[headerInfo11G]
1387 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5212SetAntennaSwitchInternal
1485 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5212SetBoardValues
1878 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5212SetTransmitPower
2002 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5212SetRateTable
2290 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5212CorrectGainDelta
    [all...]
ar5112.c 187 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5112SetRfRegs
202 ob5GHz = ee->ee_ob1;
203 db5GHz = ee->ee_db1;
205 ob5GHz = ee->ee_ob2;
206 db5GHz = ee->ee_db2;
208 ob5GHz = ee->ee_ob3;
209 db5GHz = ee->ee_db3;
211 ob5GHz = ee->ee_ob4;
212 db5GHz = ee->ee_db4;
216 rfXpdSel = ee->ee_xpd[headerInfo11A]
345 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5112SetPowerTable
763 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5112GetChannelMaxMinPower
    [all...]
ar5413.c 165 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5413SetRfRegs
182 ob5GHz = ee->ee_ob1;
183 db5GHz = ee->ee_db1;
185 ob5GHz = ee->ee_ob2;
186 db5GHz = ee->ee_db2;
188 ob5GHz = ee->ee_ob3;
189 db5GHz = ee->ee_db3;
191 ob5GHz = ee->ee_ob4;
192 db5GHz = ee->ee_db4;
198 ob2GHz = ee->ee_obFor24
543 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5413SetPowerTable
681 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5413GetChannelMaxMinPower
    [all...]
ar2316.c 172 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar2316SetRfRegs
186 ob2GHz = ee->ee_obFor24;
187 db2GHz = ee->ee_dbFor24;
191 ob2GHz = ee->ee_obFor24g;
192 db2GHz = ee->ee_dbFor24g;
513 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar2316SetPowerTable
529 pRawDataset = &ee->ee_rawDataset2413[headerInfo11G];
531 pRawDataset = &ee->ee_rawDataset2413[headerInfo11B];
651 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar2316GetChannelMaxMinPower
660 pRawDataset = &ee->ee_rawDataset2413[headerInfo11G]
    [all...]
  /src/sys/arch/playstation2/ee/
timer.c 43 #include <playstation2/ee/eevar.h>
44 #include <playstation2/ee/intcvar.h>
45 #include <playstation2/ee/timervar.h>
46 #include <playstation2/ee/timerreg.h>
58 * EE timer usage
gs.c 38 #include <playstation2/ee/eevar.h>
39 #include <playstation2/ee/gsvar.h>
40 #include <playstation2/ee/gsreg.h>
41 #include <playstation2/ee/gifreg.h>
intc.c 40 #include <playstation2/ee/eevar.h>
41 #include <playstation2/ee/intcvar.h>
42 #include <playstation2/ee/intcreg.h>
43 #include <playstation2/ee/gsvar.h> /* debug monitor */
sif.c 43 #include <playstation2/ee/dmacvar.h>
44 #include <playstation2/ee/sifvar.h>
dmac.c 42 #include <playstation2/ee/eevar.h>
43 #include <playstation2/ee/dmacvar.h>
44 #include <playstation2/ee/dmacreg.h>
45 #include <playstation2/ee/gsvar.h> /* debug monitor */
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 302 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5211Reset
306 ob2GHz = ee->ee_ob2GHz[0];
307 db2GHz = ee->ee_db2GHz[0];
309 ob2GHz = ee->ee_ob2GHz[1];
310 db2GHz = ee->ee_db2GHz[1];
922 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:getNoiseFloorThresh
926 *nft = ee->ee_noiseFloorThresh[0];
929 *nft = ee->ee_noiseFloorThresh[1];
932 *nft = ee->ee_noiseFloorThresh[2];
1062 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom local in function:ar5211SetRf6and7
1169 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5211SetAntennaSwitchInternal
1230 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5211SetBoardValues
1339 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5211SetTransmitPower
1519 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5211SetRateTable
2097 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5211SetRfgain
    [all...]
  /src/sys/arch/playstation2/playstation2/
autoconf.c 37 #include <playstation2/ee/sifvar.h> /* sif_init */
interrupt.c 45 #include <playstation2/ee/eevar.h>
46 #include <playstation2/ee/intcvar.h>
47 #include <playstation2/ee/intcreg.h>
48 #include <playstation2/ee/dmacreg.h>
49 #include <playstation2/ee/dmacvar.h>
50 #include <playstation2/ee/timervar.h>
53 #include <playstation2/ee/gsvar.h> /* debug monitor */
91 /* initialize EE embedded device */
clock.c 45 #include <playstation2/ee/timervar.h>
  /src/sys/arch/sandpoint/stand/altboot/
sip.c 138 uint16_t eedata[4], *ee; local in function:sip_init
159 ee = eedata; en = data;
160 ee[0] = read_eeprom(l, 6);
161 ee[1] = read_eeprom(l, 7);
162 ee[2] = read_eeprom(l, 8);
163 ee[3] = read_eeprom(l, 9);
164 en[0] = ((*ee & 0x1) << 7);
165 ee++;
166 en[0] |= ((*ee & 0xFE00) >> 9);
167 en[1] = ((*ee & 0x1FE) >> 1)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_epoll.c 68 struct epoll_event ee, *eep; local in function:netbsd32_epoll_ctl
78 netbsd32_to_epoll_event(&ee32, &ee);
79 eep = &ee;
  /src/sys/arch/m68k/060sp/dist/
ilsp.sa 98 dc.l $42814845,$48463a06,$424650ee,$fffc6000
104 dc.l $4e754e56,$fffc48e7,$380042ee,$fffc202e
124 dc.l $49c16000,$00b84e56,$fffc48e7,$380042ee
129 dc.l $fffc48e7,$380042ee,$fffc242e,$00081036
131 dc.l $49c26000,$00484e56,$fffc48e7,$380042ee
134 dc.l $fffc48e7,$380042ee,$fffc242e,$00082036
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_reset.c 76 const HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:ar5210Reset
218 (ee->ee_xlnaOn << 8));
220 (ee->ee_xpaOff << 24) | (ee->ee_xpaOff << 16) |
221 (ee->ee_xpaOn << 8) | ee->ee_xpaOn);
224 ((ee->ee_antenna >> 1) & 0x3F80));
227 ((ee->ee_antenna << 10) & 0x3F000));
230 ((ee->ee_thresh62 << 12) & 0x7F000));
233 (ee->ee_antenna & 0x3))
735 const HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; local in function:setupPowerSettings
    [all...]
  /src/sys/arch/playstation2/dev/
sbus.c 48 #include <playstation2/ee/eevar.h>
49 #include <playstation2/ee/intcvar.h>

Completed in 22 milliseconds

1 2 3 4