Home
last modified time | relevance | path

Searched refs:REGISTER (Results 1 – 12 of 12) sorted by relevance

/qemu/hw/audio/
H A Dpl041.hx14 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 Dpl041.h16 #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 Dpl041.c102 #define REGISTER(name, offset) #name, macro
106 #undef REGISTER
575 #define REGISTER(name, offset) VMSTATE_UINT32(name, pl041_regfile), macro
577 #undef REGISTER
/qemu/hw/dma/
H A DKconfig19 select REGISTER
32 select REGISTER
/qemu/hw/core/
H A DKconfig32 config REGISTER config
/qemu/include/hw/
H A Dregister.h91 DECLARE_INSTANCE_CHECKER(RegisterInfo, REGISTER,
/qemu/target/hexagon/idef-parser/
H A Didef-parser.h167 REGISTER, REGISTER_ARG, TEMP, IMMEDIATE, PREDICATE, VARID enumerator
H A Dparser-helpers.c221 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()
/qemu/hw/
H A DKconfig85 select REGISTER
/qemu/hw/usb/
H A DKconfig149 select REGISTER
/qemu/target/i386/
H A Dcpu.c1713 #define REGISTER(reg) \ macro
1716 REGISTER(EAX),
1717 REGISTER(ECX),
1718 REGISTER(EDX),
1719 REGISTER(EBX),
1720 REGISTER(ESP),
1721 REGISTER(EBP),
1722 REGISTER(ESI),
1723 REGISTER(EDI),
1725 #undef REGISTER
/qemu/target/hexagon/imported/
H A Dmacros.def893 fEA_REG, /* Calculate EA with REGISTER */
899 fEA_BREVR, /* Calculate EA with bit reversed bottom of REGISTER */