Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/sandbox/lib/
Dpci_io.c83 if (ops && ops->write_io) { in pci_io_write()
84 ret = (ops->write_io)(dev, addr, value, size); in pci_io_write()
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dswap_case.c377 .write_io = sandbox_swap_case_write_io,
/third_party/uboot/u-boot-2020.01/include/
Dpci.h1552 int (*write_io)(struct udevice *dev, unsigned int addr, member