Home
last modified time | relevance | path

Searched refs:m48t59_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/rtc/
H A Dm48t59-internal.h64 void m48t59_write(M48t59State *NVRAM, uint32_t addr, uint32_t val);
H A Dm48t59.c190 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 Dm48t59-isa.c71 m48t59_write(&d->state, addr, val); in m48txx_isa_write()