Searched defs:nvram_write (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/rtc/ |
H A D | mk48t59.c | 64 void nvram_write(short dest, const void *src, size_t count) in nvram_write() function
|
/openbmc/linux/include/linux/ |
H A D | nvram.h | 121 static inline ssize_t nvram_write(char *buf, size_t count, loff_t *ppos) in nvram_write() function
|
/openbmc/qemu/hw/nvram/ |
H A D | ds1225y.c | 52 static void nvram_write(void *opaque, hwaddr addr, uint64_t val, in nvram_write() function
|
/openbmc/qemu/hw/ppc/ |
H A D | prep.c | 82 static inline void nvram_write(Nvram *nvram, uint32_t addr, uint32_t val) in nvram_write() function
|
/openbmc/qemu/hw/rtc/ |
H A D | m48t59.c | 507 static void nvram_write(void *opaque, hwaddr addr, uint64_t value, in nvram_write() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | machdep.h | 80 ssize_t (*nvram_write)(char *buf, size_t count, loff_t *index); member
|