Lines Matching defs:data
289 /* Read a single RX FIFO worth of data from the i2c bus */
318 /* Read data from FIFO */
325 /* Read any amount of data using the RX FIFO from the i2c bus */
354 /* Write a single byte of data to the i2c bus */
355 static int bcm_kona_i2c_write_byte(struct bcm_kona_i2c_dev *dev, uint8_t data,
373 /* Mark as incomplete before sending the data */
376 /* Send one byte of data */
377 writel(data, dev->base + DAT_OFFSET);
400 /* Write a single TX FIFO worth of data to the i2c bus */
408 /* Mark as incomplete before sending data to the TX FIFO */
415 /* Disable IRQ to load a FIFO worth of data without interruption */
418 /* Write data into FIFO */
422 /* Enable IRQ now that data has been loaded */
450 /* Write any amount of data using TX FIFO to the i2c bus */
661 /* Perform data transfer */
754 /* Allocate memory for private data structure */