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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-st.c123 #define SSC_TXFIFO_SIZE 0x8 macro
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()
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 44 milliseconds