Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h461 #define PCI_X_SSTATUS_V2 0x2000 /* Mode 1 or Modes 1 and 2 */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h462 #define PCI_X_SSTATUS_V2 0x2000 /* Mode 1 or Modes 1 and 2 */ macro
/openbmc/linux/drivers/pci/
H A Dprobe.c801 if ((status & PCI_X_SSTATUS_VERS) == PCI_X_SSTATUS_V2) in pci_set_bus_speed()