HomeSort by: relevance | last modified time | path
    Searched defs:cfg_lsw (Results 1 - 3 of 3) 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.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 15 milliseconds