Home
last modified time | relevance | path

Searched defs:host_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali.h315 void (*host_write)(struct denali_nand_info *denali, u32 addr, u32 data); member
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddenali.h383 void (*host_write)(struct denali_controller *denali, u32 addr, member
/openbmc/qemu/semihosting/
H A Dsyscalls.c337 static void host_write(CPUState *cs, gdb_syscall_complete_cb complete, in host_write() function