/openbmc/qemu/hw/timer/ |
H A D | armv7m_systick.c | 279 VMSTATE_CLOCK(refclk, SysTickState), 280 VMSTATE_CLOCK(cpuclk, SysTickState),
|
H A D | cmsdk-apb-timer.c | 255 VMSTATE_CLOCK(pclk, CMSDKAPBTimer),
|
H A D | stellaris-gptm.c | 267 VMSTATE_CLOCK(clk, gptm_state),
|
H A D | sse-counter.c | 446 VMSTATE_CLOCK(clk, SSECounter),
|
H A D | cmsdk-apb-dualtimer.c | 526 VMSTATE_CLOCK(timclk, CMSDKAPBDualTimer),
|
H A D | npcm7xx_timer.c | 681 VMSTATE_CLOCK(clock, NPCM7xxTimerCtrlState),
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_mft.c | 507 VMSTATE_CLOCK(clock_in, NPCM7xxMFTState), 508 VMSTATE_CLOCK(clock_1, NPCM7xxMFTState), 509 VMSTATE_CLOCK(clock_2, NPCM7xxMFTState),
|
H A D | stm32l4x5_rcc.c | 284 VMSTATE_CLOCK(in, RccPllState), 1374 VMSTATE_CLOCK(hsi16_rc, Stm32l4x5RccState), 1375 VMSTATE_CLOCK(msi_rc, Stm32l4x5RccState), 1376 VMSTATE_CLOCK(hse, Stm32l4x5RccState), 1377 VMSTATE_CLOCK(lsi_rc, Stm32l4x5RccState), 1378 VMSTATE_CLOCK(lse_crystal, Stm32l4x5RccState), 1379 VMSTATE_CLOCK(sai1_extclk, Stm32l4x5RccState), 1380 VMSTATE_CLOCK(sai2_extclk, Stm32l4x5RccState),
|
H A D | bcm2835_cprman.c | 129 VMSTATE_CLOCK(xosc_in, CprmanPllState), 233 VMSTATE_CLOCK(pll_in, CprmanPllChannelState), 408 VMSTATE_CLOCK(plla_in, CprmanDsi0HsckMuxState), 409 VMSTATE_CLOCK(plld_in, CprmanDsi0HsckMuxState),
|
H A D | npcm7xx_clk.c | 973 VMSTATE_CLOCK(clock_in, NPCM7xxClockPLLState), 994 VMSTATE_CLOCK(clock_in, NPCM7xxClockDividerState), 1007 VMSTATE_CLOCK(clkref, NPCM7xxCLKState),
|
H A D | npcm7xx_pwm.c | 533 VMSTATE_CLOCK(clock, NPCM7xxPWMState),
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | 98 #define VMSTATE_CLOCK(field, state) \ macro
|
/openbmc/qemu/hw/arm/ |
H A D | armv7m.c | 563 VMSTATE_CLOCK(refclk, ARMv7MState), 564 VMSTATE_CLOCK(cpuclk, ARMv7MState),
|
H A D | armsse.c | 1679 VMSTATE_CLOCK(mainclk, ARMSSE), 1680 VMSTATE_CLOCK(s32kclk, ARMSSE),
|
/openbmc/qemu/hw/adc/ |
H A D | npcm7xx_adc.c | 260 VMSTATE_CLOCK(clock, NPCM7xxADCState),
|
/openbmc/qemu/docs/devel/ |
H A D | clocks.rst | 496 vmstate description. You should use the ``VMSTATE_CLOCK`` macro for this. 511 VMSTATE_CLOCK(clk, MyDeviceState), 523 a ``VMSTATE_CLOCK()`` line will break compatibility. Instead, you can 524 put the ``VMSTATE_CLOCK()`` line into a vmstate subsection with a
|
/openbmc/qemu/hw/watchdog/ |
H A D | cmsdk-apb-watchdog.c | 365 VMSTATE_CLOCK(wdogclk, CMSDKAPBWatchdog),
|
/openbmc/qemu/hw/gpio/ |
H A D | stm32l4x5_gpio.c | 445 VMSTATE_CLOCK(clk, Stm32l4x5GpioState),
|
/openbmc/qemu/hw/char/ |
H A D | pl011.c | 514 VMSTATE_CLOCK(clk, PL011State),
|
H A D | stm32l4x5_usart.c | 578 VMSTATE_CLOCK(clk, Stm32l4x5UsartBaseState),
|