OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eep_config
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
adwlib.c
253
ADW_EEPROM
eep_config
;
local in function:AdwInitFromEEPROM
269
if (AdwGetEEPROMConfig(iot, ioh, &
eep_config
) !=
eep_config
.check_sum) {
277
eep_config
= adw_3550_Default_EEPROM;
280
eep_config
= adw_38C0800_Default_EEPROM;
283
eep_config
= adw_38C1600_Default_EEPROM;
291
lsw_msb =
eep_config
.cfg_lsw >> 8;
331
eep_config
.cfg_lsw &= 0x00FF;
332
eep_config
.cfg_lsw |= lsw_msb << 8;
343
eep_config
.serial_number[i]
[
all
...]
advlib.c
335
ASCEEP_CONFIG *
eep_config
;
local in function:AscInitFromEEP
363
eep_config
= &eep_config_buf;
371
chksum = AscGetEEPConfig(iot, ioh,
eep_config
, sc->bus_type);
373
AscPrintEEPConfig(
eep_config
, chksum);
381
if (
eep_config
->cfg_lsw != cfg_lsw) {
383
eep_config
->cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
385
if (
eep_config
->cfg_msw != cfg_msw) {
387
eep_config
->cfg_msw = ASC_GET_CHIP_CFG_MSW(iot, ioh);
391
eep_config
->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK;
392
eep_config
->cfg_lsw |= ASC_CFG0_HOST_INT_ON
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025