Searched refs:m48t59_write (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/rtc/ |
H A D | m48t59-internal.h | 64 void m48t59_write(M48t59State *NVRAM, uint32_t addr, uint32_t val);
|
H A D | m48t59.c | 190 void m48t59_write(M48t59State *NVRAM, uint32_t addr, uint32_t val) in m48t59_write() function 474 m48t59_write(NVRAM, NVRAM->addr, val); in NVRAM_writeb() 512 return m48t59_write(NVRAM, addr, value); in nvram_write() 612 m48t59_write(&d->state, addr, val); in m48txx_sysbus_write()
|
H A D | m48t59-isa.c | 71 m48t59_write(&d->state, addr, val); in m48txx_isa_write()
|