Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dahd_pci.c385 ahd->chip |= AHD_PCIX; in ahd_pci_attach()
393 if (ahd->chip & AHD_PCIX) in ahd_pci_attach()
396 ahd->chip &= ~AHD_PCIX; in ahd_pci_attach()
/openbsd/sys/dev/ic/
H A Daic79xx.h226 AHD_PCIX = 0x0200, /* Bus type PCIX */ enumerator
H A Daic79xx.c6284 if ((ahd->chip & AHD_BUS_MASK) == AHD_PCIX) in ahd_chip_init()