Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1874 #define ASC_CFG_MSW_CLR_MASK 0x3080 macro
12415 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in ASC_INITFUNC()
12416 cfg_msw &= (~(ASC_CFG_MSW_CLR_MASK)); in ASC_INITFUNC()
12658 if ((cfg_msw & ASC_CFG_MSW_CLR_MASK) != 0) { in ASC_INITFUNC()
12659 cfg_msw &= (~(ASC_CFG_MSW_CLR_MASK)); in ASC_INITFUNC()
12681 eep_config->cfg_msw &= ~ASC_CFG_MSW_CLR_MASK; in ASC_INITFUNC()