Home
last modified time | relevance | path

Searched refs:ASC_CFG0_HOST_INT_ON (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1868 #define ASC_CFG0_HOST_INT_ON 0x0020 macro
12126 AscSetChipCfgLsw(iop_base, cfg & (~ASC_CFG0_HOST_INT_ON)); in AscDisableInterrupt()
12138 AscSetChipCfgLsw(iop_base, cfg | ASC_CFG0_HOST_INT_ON); in AscEnableInterrupt()
12682 eep_config->cfg_lsw |= ASC_CFG0_HOST_INT_ON; in ASC_INITFUNC()