Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_mft.h32 #define NPCM7XX_MFT_NR_REGS (0x20 / sizeof(uint16_t)) macro
60 uint16_t regs[NPCM7XX_MFT_NR_REGS];
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_mft.c510 VMSTATE_UINT16_ARRAY(regs, NPCM7xxMFTState, NPCM7XX_MFT_NR_REGS),