Home
last modified time | relevance | path

Searched defs:REG32 (Results 1 – 4 of 4) 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
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c581 #define REG32(_reg, ...) \ macro
/openbmc/linux/drivers/media/i2c/
H A Dov2640.c240 #define REG32 0x32 /* Common Control 32 */ macro