Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dahci-test.c289 if (PCI_SCC(datal) == 0x01) { in ahci_test_pci_spec()
293 } else if (PCI_SCC(datal) == 0x04) { in ahci_test_pci_spec()
296 } else if (PCI_SCC(datal) == 0x06) { in ahci_test_pci_spec()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h38 #define PCI_SCC(REG32) (((REG32) >> 16) & 0xFF) macro