Home
last modified time | relevance | path

Searched refs:io_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Davb_verify.c392 enum mmc_io_type io_type) in mmc_byte_io() argument
400 if (!partition || !buffer || io_type > IO_WRITE) in mmc_byte_io()
427 if (io_type == IO_READ) { in mmc_byte_io()
476 if (io_type == IO_READ) { in mmc_byte_io()
501 if (io_type == IO_READ && out_num_read) in mmc_byte_io()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c528 uint32_t io_type; in qpci_iomap() local
537 io_type = addr & PCI_BASE_ADDRESS_SPACE; in qpci_iomap()
538 if (io_type == PCI_BASE_ADDRESS_SPACE_IO) { in qpci_iomap()
551 if (io_type == PCI_BASE_ADDRESS_SPACE_IO) { in qpci_iomap()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py38 io_type, io_op, io_file = io_target
41 io_type, io_op, io_name, io_content = io_target
44 assert False, "Invalid IO redirection token %s" % repr(io_type)
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1791 enum IOMode io_type; member
1882 test_io_rw_interface(opts->address_type, opts->io_type, bufsize, sector); in test_io_interface()
1895 opts->io_type = type; in create_ahci_io_test()