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

/u-boot/drivers/i2c/
H A Dsandbox_i2c.c53 bool is_read; local
73 is_read = nmsgs > 1;
74 if (i2c->speed_hz > (is_read ? I2C_SPEED_FAST_RATE :
H A Dcros_ec_ldo.c23 bool is_read = nmsgs > 1; local
41 if (is_read) {
H A Dat91_i2c.c50 bool is_read = msg->flags & I2C_M_RD; local
59 if (is_read) {
118 bool is_read; local
143 is_read = m_start->flags & I2C_M_RD;
146 (is_read ? TWI_MMR_MREAD : 0), &reg->mmr);
H A Ds3c24x0_i2c.c228 bool is_read = msg->flags & I2C_M_RD; local
240 if (is_read)
253 if (is_read) {
/u-boot/board/ge/bx50v3/
H A Dbx50v3.c303 bool is_read; member in struct:vpd_cache
339 if (!vpd->is_read) {
396 vpd.is_read = true;
574 if (!vpd.is_read)
596 vpd.is_read = false;
/u-boot/drivers/spi/
H A Dtegra20_slink.c241 int is_read = 0; local
269 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) {
275 if (is_read && (status & SLINK_STAT_TXF_EMPTY))
284 is_read = 1;
H A Dtegra20_sflash.c243 int is_read = 0; local
267 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) {
273 if (is_read && (status & SPI_STAT_TXF_EMPTY))
282 is_read = 1;
/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c277 static int bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) argument
288 buf = is_read ? (u32 *)data->dest : (u32 *)data->src;
290 if (is_read)
307 if (is_read)
315 if ((is_read &&
319 (!is_read &&
341 if (is_read)
355 bool is_read; local
358 is_read = (host->data->flags & MMC_DATA_READ) != 0;
359 ret = bcm2835_transfer_block_pio(host, is_read);
[all...]
/u-boot/board/ge/b1x5v2/
H A Db1x5v2.c58 bool is_read; member in struct:vpd_cache
539 vpd.is_read = true;
639 if (!vpd->is_read) {
/u-boot/drivers/misc/
H A Dcros_ec.c1310 bool is_read = in->flags & I2C_M_RD; local
1314 if (is_read) {

Completed in 77 milliseconds