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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-st.c359 * st_i2c_write_tx_fifo() - Write a byte in the Tx FIFO
363 static inline void st_i2c_write_tx_fifo(struct st_i2c_dev *i2c_dev, u8 byte) st_i2c_write_tx_fifo() function
396 st_i2c_write_tx_fifo(i2c_dev, *c->buf); st_i2c_wr_fill_tx_fifo()
425 st_i2c_write_tx_fifo(i2c_dev, 0xff); st_i2c_rd_fill_tx_fifo()
636 st_i2c_write_tx_fifo(i2c_dev, c->addr); st_i2c_xfer_msg()

Completed in 42 milliseconds