Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c76 int clock_scale; /* Clock scale. */ member
126 if (d->clock_scale == CLOCK_SCALE_1KHZ) in OBJECT_DECLARE_SIMPLE_TYPE()
160 d->clock_scale = CLOCK_SCALE_1KHZ; in i6300esb_reset()
221 d->clock_scale = in i6300esb_config_write()
250 (d->clock_scale == CLOCK_SCALE_1MHZ ? ESB_WDT_FREQ : 0) | in i6300esb_config_read()
424 VMSTATE_INT32(clock_scale, I6300State),