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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-st.c380 u32 tx_fstat, sta; st_i2c_wr_fill_tx_fifo() local
387 tx_fstat = readl_relaxed(i2c_dev->base + SSC_TX_FSTAT); st_i2c_wr_fill_tx_fifo()
388 tx_fstat &= SSC_TX_FSTAT_STATUS; st_i2c_wr_fill_tx_fifo()
390 if (c->count < (SSC_TXFIFO_SIZE - tx_fstat)) st_i2c_wr_fill_tx_fifo()
393 i = SSC_TXFIFO_SIZE - tx_fstat; st_i2c_wr_fill_tx_fifo()
409 u32 tx_fstat, sta; st_i2c_rd_fill_tx_fifo() local
416 tx_fstat = readl_relaxed(i2c_dev->base + SSC_TX_FSTAT); st_i2c_rd_fill_tx_fifo()
417 tx_fstat &= SSC_TX_FSTAT_STATUS; st_i2c_rd_fill_tx_fifo()
419 if (max < (SSC_TXFIFO_SIZE - tx_fstat)) st_i2c_rd_fill_tx_fifo()
422 i = SSC_TXFIFO_SIZE - tx_fstat; st_i2c_rd_fill_tx_fifo()

Completed in 66 milliseconds