Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h632 if (intstat == 0xFF && (ahc->features & AHC_REMOVABLE) != 0) { in ahc_intr()
Daic7xxx.h235 AHC_REMOVABLE = 0x80000, /* Hot-Swap supported */ enumerator
Daic7xxx_pci.c2172 ahc->features |= AHC_REMOVABLE; in ahc_apa1480_setup()
2397 ahc->features |= AHC_REMOVABLE; in ahc_aha29160C_setup()
Daic7xxx_core.c5124 && (intstat != 0xFF || (ahc->features & AHC_REMOVABLE) == 0) in ahc_pause_and_flushwork()