Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/cardbus/
Dahc_cardbus.c173 ahc->features = AHC_AIC7860_FE|AHC_REMOVABLE; in ahc_cardbus_attach()
/netbsd/src/sys/dev/pci/
Dahc_pci.c1499 ahc->features |= AHC_REMOVABLE; in ahc_apa1480_setup()
1707 ahc->features |= AHC_REMOVABLE; in ahc_aha29160C_setup()
/netbsd/src/sys/dev/ic/
Daic7xxx_inline.h628 if (intstat == 0xFF && (ahc->features & AHC_REMOVABLE) != 0) in ahc_intr()
Daic7xxxvar.h327 AHC_REMOVABLE = 0x80000, /* Hot-Swap supported */ enumerator
Daic7xxx.c4933 if (intstat == 0xFF && (ahc->features & AHC_REMOVABLE) != 0) in ahc_pause_and_flushwork()