Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dahd_pci.c938 uint8_t pci_status[8]; in ahd_pci_intr() local
961 pci_status[i] = ahd_inb(ahd, reg); in ahd_pci_intr()
963 ahd_outb(ahd, reg, pci_status[i]); in ahd_pci_intr()
974 if ((pci_status[i] & (0x1 << bit)) != 0) { in ahd_pci_intr()