Home
last modified time | relevance | path

Searched defs:REG32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h36 #define PCI_BCC(REG32) ((REG32) >> 24) argument
37 #define PCI_PI(REG32) (((REG32) >> 8) & 0xFF) argument
38 #define PCI_SCC(REG32) (((REG32) >> 16) & 0xFF) argument
/openbmc/qemu/include/hw/
H A Dregisterfields.h21 #define REG32(reg, addr) \ macro