Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dallwinner-wdt.c91 static bool allwinner_wdt_sun4i_read(AwWdtState *s, uint32_t offset) in allwinner_wdt_sun4i_read()
97 static bool allwinner_wdt_sun4i_write(AwWdtState *s, uint32_t offset, in allwinner_wdt_sun4i_write()
104 static bool allwinner_wdt_sun4i_can_reset_system(AwWdtState *s) in allwinner_wdt_sun4i_can_reset_system()
113 static bool allwinner_wdt_sun4i_is_key_valid(AwWdtState *s, uint32_t val) in allwinner_wdt_sun4i_is_key_valid()
119 static uint8_t allwinner_wdt_sun4i_get_intv_value(AwWdtState *s) in allwinner_wdt_sun4i_get_intv_value()
125 static bool allwinner_wdt_sun6i_read(AwWdtState *s, uint32_t offset) in allwinner_wdt_sun6i_read()
140 static bool allwinner_wdt_sun6i_write(AwWdtState *s, uint32_t offset, in allwinner_wdt_sun6i_write()
156 static bool allwinner_wdt_sun6i_can_reset_system(AwWdtState *s) in allwinner_wdt_sun6i_can_reset_system()
165 static bool allwinner_wdt_sun6i_is_key_valid(AwWdtState *s, uint32_t val) in allwinner_wdt_sun6i_is_key_valid()
171 static uint8_t allwinner_wdt_sun6i_get_intv_value(AwWdtState *s) in allwinner_wdt_sun6i_get_intv_value()
[all …]
/openbmc/qemu/include/hw/watchdog/
H A Dallwinner-wdt.h49 OBJECT_DECLARE_TYPE(AwWdtState, AwWdtClass, AW_WDT)
54 struct AwWdtState { struct
89 bool (*read)(AwWdtState *s, uint32_t offset);
98 bool (*write)(AwWdtState *s, uint32_t offset, uint32_t data);
105 bool (*can_reset_system)(AwWdtState *s);
113 bool (*is_key_valid)(AwWdtState *s, uint32_t val);
120 uint8_t (*get_intv_value)(AwWdtState *s);
/openbmc/qemu/include/hw/arm/
H A Dallwinner-a10.h46 AwWdtState wdt;
H A Dallwinner-h3.h145 AwWdtState wdt;
H A Dallwinner-r40.h119 AwWdtState wdt;