HomeSort by: relevance | last modified time | path
    Searched refs:AHC_PCI (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/cardbus/
ahc_cardbus.c 172 ahc->chip = AHC_AIC7860 | AHC_PCI;
  /src/sys/dev/ic/
aic7xxx_inline.h 636 if ((ahc->chip & AHC_PCI) != 0
aic7xxxvar.h 299 AHC_PCI = 0x0400, /* Bus type PCI */
aic7xxx.c 3809 if ((ahc->chip & AHC_PCI) == 0)
3833 if ((ahc->chip & AHC_BUS_MASK) == AHC_PCI
4048 if ((ahc->chip & AHC_PCI) != 0)
4987 if ((ahc->chip & AHC_PCI) != 0) {
5069 if ((ahc->chip & AHC_PCI) != 0) {
6256 if ((ahc->chip & AHC_BUS_MASK) < AHC_PCI)
  /src/sys/dev/pci/
ahc_pci.c 42 * $Id: ahc_pci.c,v 1.77 2025/10/03 14:13:45 thorpej Exp $
53 __KERNEL_RCSID(0, "$NetBSD: ahc_pci.c,v 1.77 2025/10/03 14:13:45 thorpej Exp $");
854 ahc->chip |= AHC_PCI;
1096 CFATTACH_DECL_NEW(ahc_pci, sizeof(struct ahc_softc),

Completed in 22 milliseconds