Searched defs:NVRAM (Results 1 – 5 of 5) sorted by relevance
93 M48t59State *NVRAM = opaque; in alarm_cb() local135 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() local174 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() local484 M48t59State *NVRAM = opaque; in NVRAM_readb() local[all …]
68 static inline void m48t59_toggle_lock(M48t59State *NVRAM, int lock) in m48t59_toggle_lock()
89 M48t59State *NVRAM = &isa->state; in m48t59_reset_isa() local
189 NVRAM section in Boot options
37 #define NVRAM(obj) \ macro