Searched refs:AHC_REMOVABLE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h225 AHC_REMOVABLE = 0x80000, /* Hot-Swap supported */ enumerator in enum:__anon37
H A Daic7xxx_pci.c2087 ahc->features |= AHC_REMOVABLE;
2373 ahc->features |= AHC_REMOVABLE;
H A Daic7xxx_core.c786 if (intstat == 0xFF && (ahc->features & AHC_REMOVABLE) != 0) {
5581 && (intstat != 0xFF || (ahc->features & AHC_REMOVABLE) == 0)

Completed in 156 milliseconds