Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_clk.h27 #define NPCM7XX_CLK_NR_REGS (0x70 / sizeof(uint32_t)) macro
168 uint32_t regs[NPCM7XX_CLK_NR_REGS];
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_clk.c84 static const uint32_t cold_reset_values[NPCM7XX_CLK_NR_REGS] = {
734 if (reg >= NPCM7XX_CLK_NR_REGS) { in npcm7xx_clk_read()
783 if (reg >= NPCM7XX_CLK_NR_REGS) { in npcm7xx_clk_write()
1005 VMSTATE_UINT32_ARRAY(regs, NPCM7xxCLKState, NPCM7XX_CLK_NR_REGS),
1041 QEMU_BUILD_BUG_ON(NPCM7XX_CLK_REGS_END > NPCM7XX_CLK_NR_REGS); in npcm7xx_clk_class_init()