Home
last modified time | relevance | path

Searched defs:NVRAM (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/rtc/
H A Dm48t59.c93 M48t59State *NVRAM = opaque; in alarm_cb() local
135 static void set_alarm(M48t59State *NVRAM) in set_alarm()
147 static inline void get_time(M48t59State *NVRAM, struct tm *tm) in get_time()
152 static void set_time(M48t59State *NVRAM, struct tm *tm) in set_time()
161 M48t59State *NVRAM = opaque; in watchdog_cb() local
174 static void set_up_watchdog(M48t59State *NVRAM, uint8_t value) in set_up_watchdog()
190 void m48t59_write(M48t59State *NVRAM, uint32_t addr, uint32_t val) in m48t59_write()
354 uint32_t m48t59_read(M48t59State *NVRAM, uint32_t addr) in m48t59_read()
461 M48t59State *NVRAM = opaque; in NVRAM_writeb() local
484 M48t59State *NVRAM = opaque; in NVRAM_readb() local
[all …]
H A Dm48t59-internal.h68 static inline void m48t59_toggle_lock(M48t59State *NVRAM, int lock) in m48t59_toggle_lock()
H A Dm48t59-isa.c89 M48t59State *NVRAM = &isa->state; in m48t59_reset_isa() local
/qemu/docs/system/ppc/
H A Dpowernv.rst189 NVRAM section in Boot options
/qemu/include/hw/rtc/
H A Dm48t59.h37 #define NVRAM(obj) \ macro