Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Daspeed_lpc.h18 #define ASPEED_LPC_NR_REGS (0x260 >> 2) macro
41 uint32_t regs[ASPEED_LPC_NR_REGS];
/openbmc/qemu/hw/misc/
H A Daspeed_lpc.c451 VMSTATE_UINT32_ARRAY(regs, AspeedLPCState, ASPEED_LPC_NR_REGS),