Home
last modified time | relevance | path

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

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