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

/freebsd-10.1-release/usr.sbin/pciconf/
H A Derr.c49 static struct bit_table pci_status[] = { variable in typeref:struct:bit_table
148 print_bits("PCI errors", pci_status, sta & PCI_ERRORS);
/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic79xx_pci.c819 uint8_t pci_status[8]; local
842 pci_status[i] = ahd_inb(ahd, reg);
844 ahd_outb(ahd, reg, pci_status[i]);
855 if ((pci_status[i] & (0x1 << bit)) != 0) {

Completed in 44 milliseconds