Searched refs:PCI_PCIX_VER_MASK (Results 1 – 5 of 5) sorted by relevance
81 if ((pcix_cmd & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_2) in pci_cap_probe()
602 if (((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_1) ||603 ((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_2))
373 pcix_cap_ptr + PCI_PCIX_SEC_STATUS) & PCI_PCIX_VER_MASK; in pcix_ereport_setup()389 pcix_cap_ptr + PCI_PCIX_COMMAND) & PCI_PCIX_VER_MASK; in pcix_ereport_setup()
740 #define PCI_PCIX_VER_MASK 0x3000 /* Bits 12 and 13 */ macro
1979 PCI_PCIX_SEC_STATUS) & PCI_PCIX_VER_MASK; in pcie_init_bus()1983 PCI_PCIX_COMMAND) & PCI_PCIX_VER_MASK; in pcie_init_bus()