Home
last modified time | relevance | path

Searched refs:is_read (Results 1 – 14 of 14) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/i2c/
Dsandbox_i2c.c54 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()
Dat91_i2c.c48 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), &reg->mmr); in at91_i2c_xfer()
Dcros_ec_ldo.c22 bool is_read = nmsgs > 1; in cros_ec_ldo_xfer() local
40 if (is_read) { in cros_ec_ldo_xfer()
Ds3c24x0_i2c.c230 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()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dbcm2835_sdhost.c272 static int bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) in bcm2835_transfer_block_pio() argument
283 buf = is_read ? (u32 *)data->dest : (u32 *)data->src; in bcm2835_transfer_block_pio()
285 if (is_read) in bcm2835_transfer_block_pio()
302 if (is_read) in bcm2835_transfer_block_pio()
310 if ((is_read && in bcm2835_transfer_block_pio()
314 (!is_read && in bcm2835_transfer_block_pio()
336 if (is_read) in bcm2835_transfer_block_pio()
350 bool is_read; in bcm2835_transfer_pio() local
353 is_read = (host->data->flags & MMC_DATA_READ) != 0; in bcm2835_transfer_pio()
354 ret = bcm2835_transfer_block_pio(host, is_read); in bcm2835_transfer_pio()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dtegra20_slink.c239 int is_read = 0; in tegra30_spi_xfer() local
262 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer()
268 if (is_read && (status & SLINK_STAT_TXF_EMPTY)) in tegra30_spi_xfer()
277 is_read = 1; in tegra30_spi_xfer()
Dtegra20_sflash.c239 int is_read = 0; in tegra20_sflash_xfer() local
263 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer()
269 if (is_read && (status & SPI_STAT_TXF_EMPTY)) in tegra20_sflash_xfer()
278 is_read = 1; in tegra20_sflash_xfer()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dfreebsd_nvme_ioctl.h140 uint32_t is_read; member
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c300 struct sg_nvme_passthru_cmd *cmdp, void * dp, bool is_read, in do_nvme_admin_cmd() argument
314 if ((vb > 3) && (! is_read) && dp) { in do_nvme_admin_cmd()
369 if ((vb > 3) && is_read && dp) { in do_nvme_admin_cmd()
1079 bool is_read = false; in sg_do_nvme_pt() local
1162 is_read = true; in sg_do_nvme_pt()
1167 is_read = false; in sg_do_nvme_pt()
1169 return do_nvme_admin_cmd(ptp, &cmd, dp, is_read, time_secs, vb); in sg_do_nvme_pt()
/third_party/uboot/u-boot-2020.01/board/ge/bx50v3/
Dbx50v3.c431 bool is_read; member
467 if (!vpd->is_read) { in process_vpd()
556 vpd.is_read = true; in board_init()
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h80 uint8_t is_read; /* location has read access */ member
Dusb_dev.c201 crd->is_read = 1; /* ref */ in usb_ref_device()
219 if (crd->is_read) { in usb_ref_device()
290 if (crd->is_read) { in usb_unref_device()
294 crd->is_read = 0; in usb_unref_device()
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp221 using is_read = std::integral_constant<bool, isRead>; typedef in boost::beast::basic_stream::ops::transfer_op
299 async_perform(0, is_read{}); in operator ()()
350 async_perform(amount, is_read{}); in operator ()()
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dcros_ec.c1239 bool is_read = in->flags & I2C_M_RD; in cros_ec_i2c_tunnel() local
1243 if (is_read) { in cros_ec_i2c_tunnel()