Home
last modified time | relevance | path

Searched refs:bytes_to_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dkona_i2c.c399 unsigned int bytes_to_write = MAX_TX_FIFO_SIZE; in bcm_kona_i2c_write_fifo() local
407 bytes_to_write = msg->len - bytes_written; in bcm_kona_i2c_write_fifo()
410 bytes_to_write); in bcm_kona_i2c_write_fifo()
414 bytes_written += bytes_to_write; in bcm_kona_i2c_write_fifo()
415 tmp_buf += bytes_to_write; in bcm_kona_i2c_write_fifo()
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot120 ${bytes_to_write}= Evaluate ${bytes_in_int} + 1
121 ${no_of_bytes_to_write}= Get Response Length In Hex ${bytes_to_write}
/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.c612 static int aux_write(struct udevice *dev, u32 dpcd_address, u32 bytes_to_write, in aux_write() argument
622 bytes_to_write, (u8 *)write_data); in aux_write()