Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Davb_verify.h46 IO_WRITE enumerator
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1774 IO_WRITE, enumerator
1824 [IO_WRITE] = CMD_WRITE_PIO },
1827 [IO_WRITE] = CMD_WRITE_PIO_EXT }
1832 [IO_WRITE] = CMD_WRITE_DMA },
1835 [IO_WRITE] = CMD_WRITE_DMA_EXT }
1851 io_cmds[dma][lba48][IO_WRITE]); in test_io_rw_interface()
/openbmc/u-boot/common/
H A Davb_verify.c400 if (!partition || !buffer || io_type > IO_WRITE) in mmc_byte_io()
566 num_bytes, (void *)buffer, NULL, IO_WRITE); in write_to_partition()