HomeSort by: relevance | last modified time | path
    Searched refs:cfg_lsw (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
advlib.c 338 u_int16_t cfg_msw, cfg_lsw; local in function:AscInitFromEEP
365 cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
381 if (eep_config->cfg_lsw != cfg_lsw) {
383 eep_config->cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
392 eep_config->cfg_lsw |= ASC_CFG0_HOST_INT_ON;
815 u_int16_t cfg_lsw; local in function:AscSetChipScsiID
820 cfg_lsw = ASC_GET_CHIP_SCSI_ID(iot, ioh);
821 cfg_lsw &= 0xF8FF;
822 cfg_lsw |= (new_id & ASC_MAX_TID) << 8
1893 u_int16_t cfg_lsw; local in function:AscGetChipIRQ
1928 u_int16_t cfg_lsw; local in function:AscSetChipIRQ
2025 u_int16_t cfg_lsw; local in function:AscSetIsaDmaChannel
    [all...]
adwlib.c 100 ADW_EEPROM_BIOS_ENABLE, /* 00 cfg_lsw */
146 ADW_EEPROM_BIOS_ENABLE, /* 00 cfg_lsw */
192 ADW_EEPROM_BIOS_ENABLE, /* 00 cfg_lsw */
291 lsw_msb = eep_config.cfg_lsw >> 8;
331 eep_config.cfg_lsw &= 0x00FF;
332 eep_config.cfg_lsw |= lsw_msb << 8;
adwlib.h 132 u_int16_t cfg_lsw; /* 00 power up initialization */ member in struct:adw_eeprom
advlib.h 976 u_int16_t cfg_lsw; member in struct:asceep_config

Completed in 18 milliseconds