Searched refs:DS1338State (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/rtc/ |
H A D | ds1338.c | 33 OBJECT_DECLARE_SIMPLE_TYPE(DS1338State, DS1338) 35 struct DS1338State { struct 50 VMSTATE_I2C_SLAVE(parent_obj, DS1338State), argument 51 VMSTATE_INT64(offset, DS1338State), 52 VMSTATE_UINT8_V(wday_offset, DS1338State, 2), 53 VMSTATE_UINT8_ARRAY(nvram, DS1338State, NVRAM_SIZE), 54 VMSTATE_INT32(ptr, DS1338State), 55 VMSTATE_BOOL(addr_byte, DS1338State), 60 static void capture_current_time(DS1338State *s) in capture_current_time() 88 static void inc_regptr(DS1338State *s) in inc_regptr() [all …]
|