Searched refs:REGISTER (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/hw/audio/ |
| H A D | pl041.hx | 14 REGISTER( rxcr1, 0x00 ) 15 REGISTER( txcr1, 0x04 ) 16 REGISTER( sr1, 0x08 ) 17 REGISTER( isr1, 0x0C ) 18 REGISTER( ie1, 0x10 ) 19 REGISTER( rxcr2, 0x14 ) 20 REGISTER( txcr2, 0x18 ) 21 REGISTER( sr2, 0x1C ) 22 REGISTER( isr2, 0x20 ) 23 REGISTER( ie2, 0x24 ) [all …]
|
| H A D | pl041.h | 16 #define REGISTER(name, offset) uint32_t name; macro 20 #undef REGISTER 23 #define REGISTER(name, offset) PL041_##name = offset, macro 36 #undef REGISTER
|
| H A D | pl041.c | 102 #define REGISTER(name, offset) #name, macro 106 #undef REGISTER 575 #define REGISTER(name, offset) VMSTATE_UINT32(name, pl041_regfile), macro 577 #undef REGISTER
|
| /openbmc/qemu/hw/dma/ |
| H A D | Kconfig | 19 select REGISTER 32 select REGISTER
|
| /openbmc/qemu/hw/core/ |
| H A D | Kconfig | 32 config REGISTER config
|
| /openbmc/qemu/include/hw/ |
| H A D | register.h | |
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.h | 157 REGISTER, REGISTER_ARG, TEMP, IMMEDIATE, PREDICATE, VARID enumerator
|
| H A D | parser-helpers.c | 221 case REGISTER: in rvalue_print() 1313 yyassert(c, locp, reg->type == REGISTER, "reg must be a register!"); in gen_write_reg() 1333 if (dst->type == REGISTER) { in gen_assign()
|
| /openbmc/qemu/hw/usb/ |
| H A D | Kconfig | 141 select REGISTER
|
| /openbmc/qemu/hw/ |
| H A D | Kconfig | 87 select REGISTER
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | macros.def | 893 fEA_REG, /* Calculate EA with REGISTER */ 899 fEA_BREVR, /* Calculate EA with bit reversed bottom of REGISTER */
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 2006 #define REGISTER(reg) \ 2009 REGISTER(EAX), 2010 REGISTER(ECX), 2011 REGISTER(EDX), 2012 REGISTER(EBX), 2013 REGISTER(ESP), 2014 REGISTER(EBP), 2015 REGISTER(ESI), 2016 REGISTER(EDI), 2018 #undef REGISTER 1990 #define REGISTER( global() macro [all...] |