Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Dsandbox_i2c.c53 bool is_read; in sandbox_i2c_xfer() local
73 is_read = nmsgs > 1; in sandbox_i2c_xfer()
74 if (i2c->speed_hz > (is_read ? I2C_SPEED_FAST_RATE : in sandbox_i2c_xfer()
A Dcros_ec_ldo.c23 bool is_read = nmsgs > 1; in cros_ec_ldo_xfer() local
41 if (is_read) { in cros_ec_ldo_xfer()
A Dat91_i2c.c50 bool is_read = msg->flags & I2C_M_RD; in at91_i2c_xfer_msg() local
59 if (is_read) { in at91_i2c_xfer_msg()
118 bool is_read; in at91_i2c_xfer() local
143 is_read = m_start->flags & I2C_M_RD; in at91_i2c_xfer()
146 (is_read ? TWI_MMR_MREAD : 0), &reg->mmr); in at91_i2c_xfer()
A Ds3c24x0_i2c.c228 bool is_read = msg->flags & I2C_M_RD; in s3c24x0_do_msg() local
240 if (is_read) in s3c24x0_do_msg()
253 if (is_read) { in s3c24x0_do_msg()
/u-boot/drivers/mmc/
A Dbcm2835_sdhost.c288 buf = is_read ? (u32 *)data->dest : (u32 *)data->src; in bcm2835_transfer_block_pio()
290 if (is_read) in bcm2835_transfer_block_pio()
307 if (is_read) in bcm2835_transfer_block_pio()
315 if ((is_read && in bcm2835_transfer_block_pio()
319 (!is_read && in bcm2835_transfer_block_pio()
341 if (is_read) in bcm2835_transfer_block_pio()
355 bool is_read; in bcm2835_transfer_pio() local
358 is_read = (host->data->flags & MMC_DATA_READ) != 0; in bcm2835_transfer_pio()
359 ret = bcm2835_transfer_block_pio(host, is_read); in bcm2835_transfer_pio()
368 is_read ? "read" : "write", sdhsts); in bcm2835_transfer_pio()
[all …]
/u-boot/board/ge/bx50v3/
A Dbx50v3.c302 bool is_read; member
338 if (!vpd->is_read) { in process_vpd()
395 vpd.is_read = true; in board_init()
572 if (!vpd.is_read) in board_fit_config_name_match()
594 vpd.is_read = false; in embedded_dtb_select()
/u-boot/drivers/spi/
A Dtegra20_sflash.c243 int is_read = 0; in tegra20_sflash_xfer() local
267 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer()
273 if (is_read && (status & SPI_STAT_TXF_EMPTY)) in tegra20_sflash_xfer()
282 is_read = 1; in tegra20_sflash_xfer()
A Dtegra20_slink.c241 int is_read = 0; in tegra30_spi_xfer() local
269 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer()
275 if (is_read && (status & SLINK_STAT_TXF_EMPTY)) in tegra30_spi_xfer()
284 is_read = 1; in tegra30_spi_xfer()
/u-boot/board/ge/b1x5v2/
A Db1x5v2.c58 bool is_read; member
539 vpd.is_read = true; in board_init()
639 if (!vpd->is_read) { in process_vpd()
/u-boot/drivers/misc/
A Dcros_ec.c1307 bool is_read = in->flags & I2C_M_RD; in cros_ec_i2c_tunnel() local
1311 if (is_read) { in cros_ec_i2c_tunnel()

Completed in 31 milliseconds