Searched refs:IO_READ (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/common/ |
H A D | avb_verify.c | 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() 539 num_bytes, buffer, out_num_read, IO_READ); in read_from_partition()
|
/openbmc/u-boot/include/ |
H A D | avb_verify.h | 45 IO_READ, enumerator
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1773 IO_READ = IO_BEGIN, enumerator 1823 [IO_READ] = CMD_READ_PIO, 1826 [IO_READ] = CMD_READ_PIO_EXT, 1831 [IO_READ] = CMD_READ_DMA, 1834 [IO_READ] = CMD_READ_DMA_EXT, 1850 io_cmds[dma][lba48][IO_READ], in test_io_rw_interface()
|