Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dsandbox_i2c.c75 bool is_read; in sandbox_i2c_xfer() local
95 is_read = nmsgs > 1; in sandbox_i2c_xfer()
96 if (i2c->speed_hz > (is_read ? 400000 : 100000)) { in sandbox_i2c_xfer()
H 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()
H A Dat91_i2c.c49 bool is_read = msg->flags & I2C_M_RD; in at91_i2c_xfer_msg() local
54 if (is_read) { in at91_i2c_xfer_msg()
111 bool is_read; in at91_i2c_xfer() local
136 is_read = m_start->flags & I2C_M_RD; in at91_i2c_xfer()
139 (is_read ? TWI_MMR_MREAD : 0), &reg->mmr); in at91_i2c_xfer()
H A Ds3c24x0_i2c.c231 bool is_read = msg->flags & I2C_M_RD; in s3c24x0_do_msg() local
243 if (is_read) in s3c24x0_do_msg()
256 if (is_read) { in s3c24x0_do_msg()
/rk3399_rockchip-uboot/drivers/spi/
H A 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()
H A 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()
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec.c1096 bool is_read = in->flags & I2C_M_RD; in cros_ec_i2c_tunnel() local
1100 if (is_read) { in cros_ec_i2c_tunnel()