Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/lib/
H A Dpci_io.c62 if (ops && ops->read_io) { in pci_io_read()
63 ret = (ops->read_io)(dev, addr, valuep, size); in pci_io_read()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c299 .read_io = sandbox_swap_case_read_io,
/openbmc/u-boot/include/
H A Dpci.h1502 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep, member