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...] |