| /openbmc/u-boot/drivers/i2c/ |
| H A D | sandbox_i2c.c | 54 bool is_read; in sandbox_i2c_xfer() local 74 is_read = nmsgs > 1; in sandbox_i2c_xfer() 75 if (i2c->speed_hz > (is_read ? 400000 : 100000)) { in sandbox_i2c_xfer()
|
| H A D | cros_ec_ldo.c | 22 bool is_read = nmsgs > 1; in cros_ec_ldo_xfer() local 40 if (is_read) { in cros_ec_ldo_xfer()
|
| H A D | at91_i2c.c | 48 bool is_read = msg->flags & I2C_M_RD; in at91_i2c_xfer_msg() local 53 if (is_read) { in at91_i2c_xfer_msg() 112 bool is_read; in at91_i2c_xfer() local 137 is_read = m_start->flags & I2C_M_RD; in at91_i2c_xfer() 140 (is_read ? TWI_MMR_MREAD : 0), ®->mmr); in at91_i2c_xfer()
|
| H A D | s3c24x0_i2c.c | 230 bool is_read = msg->flags & I2C_M_RD; in s3c24x0_do_msg() local 242 if (is_read) in s3c24x0_do_msg() 255 if (is_read) { in s3c24x0_do_msg()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | bcm2835_sdhost.c | 270 static int bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) in bcm2835_transfer_block_pio() argument 281 buf = is_read ? (u32 *)data->dest : (u32 *)data->src; in bcm2835_transfer_block_pio() 283 if (is_read) in bcm2835_transfer_block_pio() 300 if (is_read) in bcm2835_transfer_block_pio() 308 if ((is_read && in bcm2835_transfer_block_pio() 312 (!is_read && in bcm2835_transfer_block_pio() 334 if (is_read) in bcm2835_transfer_block_pio() 348 bool is_read; in bcm2835_transfer_pio() local 351 is_read = (host->data->flags & MMC_DATA_READ) != 0; in bcm2835_transfer_pio() 352 ret = bcm2835_transfer_block_pio(host, is_read); in bcm2835_transfer_pio() [all …]
|
| /openbmc/qemu/block/ |
| H A D | win32-aio.c | 55 bool is_read; member 74 if (waiocb->is_read) { in win32_aio_process_completion() 84 if (ret == 0 && waiocb->is_read) { in win32_aio_process_completion() 125 waiocb->is_read = (type == QEMU_AIO_READ); in win32_aio_submit()
|
| H A D | io_uring.c | 34 bool is_read; member 198 if (luringcb->is_read) { in luring_process_completions() 412 .is_read = (type == QEMU_AIO_READ), in luring_co_submit()
|
| H A D | linux-aio.c | 46 bool is_read; member 90 if (laiocb->is_read) { in qemu_laio_process_completion() 431 .is_read = (type == QEMU_AIO_READ), in laio_co_submit()
|
| H A D | block-backend.c | 2117 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read) in blk_get_on_error() argument 2120 return is_read ? blk->on_read_error : blk->on_write_error; in blk_get_on_error() 2123 BlockErrorAction blk_get_error_action(BlockBackend *blk, bool is_read, in blk_get_error_action() argument 2126 BlockdevOnError on_err = blk_get_on_error(blk, is_read); in blk_get_error_action() 2147 bool is_read, int error) in send_qmp_error_event() argument 2153 optype = is_read ? IO_OPERATION_TYPE_READ : IO_OPERATION_TYPE_WRITE; in send_qmp_error_event() 2165 bool is_read, int error) in blk_error_action() argument 2186 send_qmp_error_event(blk, action, is_read, error); in blk_error_action() 2189 send_qmp_error_event(blk, action, is_read, error); in blk_error_action()
|
| /openbmc/qemu/include/qemu/ |
| H A D | selfmap.h | 18 bool is_read; member
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | tegra20_slink.c | 238 int is_read = 0; in tegra30_spi_xfer() local 261 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer() 267 if (is_read && (status & SLINK_STAT_TXF_EMPTY)) in tegra30_spi_xfer() 276 is_read = 1; in tegra30_spi_xfer()
|
| H A D | tegra20_sflash.c | 238 int is_read = 0; in tegra20_sflash_xfer() local 262 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer() 268 if (is_read && (status & SPI_STAT_TXF_EMPTY)) in tegra20_sflash_xfer() 277 is_read = 1; in tegra20_sflash_xfer()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_trans_funcs.py | 100 if reg.is_read() and reg.is_new(): 107 if reg_type == "P" and reg.is_written() and not reg.is_read():
|
| H A D | gen_analyze_funcs.py | 67 if reg.is_read():
|
| H A D | gen_idef_parser_funcs.py | 143 prefix = "in " if reg.is_read() else ""
|
| H A D | hex_common.py | 400 def is_read(self): member in Dest 410 def is_read(self): member in Source 438 def is_read(self): member in ReadWrite 1122 if reg.is_read() and not (reg.is_hvx_reg() and reg.is_readwrite()):
|
| /openbmc/qemu/include/block/ |
| H A D | blockjob_int.h | 166 int is_read, int error);
|
| /openbmc/qemu/hw/sd/ |
| H A D | pl181.c | 217 int is_read; in pl181_fifo_run() local 219 is_read = (s->datactrl & PL181_DATA_DIRECTION) != 0; in pl181_fifo_run() 220 if (s->datacnt != 0 && (!is_read || sdbus_data_ready(&s->sdbus)) in pl181_fifo_run() 222 if (is_read) { in pl181_fifo_run()
|
| H A D | bcm2835_sdhost.c | 183 int is_read; in bcm2835_sdhost_fifo_run() local 186 is_read = (s->cmd & SDCMD_READ_CMD) != 0; in bcm2835_sdhost_fifo_run() 189 if (is_read) { in bcm2835_sdhost_fifo_run()
|
| /openbmc/qemu/include/system/ |
| H A D | block-backend-io.h | 101 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read); 102 BlockErrorAction blk_get_error_action(BlockBackend *blk, bool is_read, 105 bool is_read, int error);
|
| /openbmc/qemu/util/ |
| H A D | selfmap.c | 65 e->is_read = fields[1][0] == 'r'; in read_self_maps()
|
| /openbmc/u-boot/board/ge/bx50v3/ |
| H A D | bx50v3.c | 561 bool is_read; member 597 if (!vpd->is_read) { in process_vpd() 686 vpd.is_read = true; in board_init()
|
| /openbmc/qemu/include/hw/i3c/ |
| H A D | i3c.h | 130 bool (*target_match)(I3CTarget *candidate, uint8_t address, bool is_read,
|
| /openbmc/qemu/ |
| H A D | blockjob.c | 579 int is_read, int error) in block_job_error_action() argument 604 is_read ? IO_OPERATION_TYPE_READ : in block_job_error_action()
|
| /openbmc/qemu/hw/block/ |
| H A D | virtio-blk.c | 73 bool is_read, bool acct_failed) in virtio_blk_handle_rw_error() argument 76 BlockErrorAction action = blk_get_error_action(s->blk, is_read, error); in virtio_blk_handle_rw_error() 95 blk_error_action(s->blk, action, is_read, error); in virtio_blk_handle_rw_error() 119 bool is_read = !(p & VIRTIO_BLK_T_OUT); in virtio_blk_rw_complete() local 128 if (virtio_blk_handle_rw_error(req, -ret, is_read, true)) { in virtio_blk_rw_complete()
|