Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-bridge-emul.c61 .w1c = PCI_STATUS_ERROR_BITS << 16,
106 .w1c = PCI_STATUS_ERROR_BITS << 16,
/linux/drivers/net/fddi/skfp/
H A Ddrvfbi.c111 outpw(PCI_C(PCI_STATUS), word | PCI_STATUS_ERROR_BITS); in card_start()
/linux/drivers/net/ethernet/marvell/
H A Dskge.c3326 pci_status &= PCI_STATUS_ERROR_BITS; in skge_error_irq()
3538 pci_status | PCI_STATUS_ERROR_BITS); in skge_reset()
H A Dsky2.c2863 pci_err | PCI_STATUS_ERROR_BITS); in sky2_hw_intr()
3263 status |= PCI_STATUS_ERROR_BITS; in sky2_reset()
/linux/include/linux/
H A Dpci.h47 #define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \ macro