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

/linux-master/drivers/i2c/busses/
H A Di2c-imx-lpi2c.c106 unsigned int txfifosize; member in struct:lpi2c_imx_struct
346 writel(lpi2c_imx->txfifosize >> 1, lpi2c_imx->base + LPI2C_MFCR);
369 while (txcnt < lpi2c_imx->txfifosize) {
621 lpi2c_imx->txfifosize = 1 << (temp & 0x0f);
/linux-master/drivers/spi/
H A Dspi-fsl-lpspi.c110 u8 txfifosize; member in struct:fsl_lpspi_data
229 while (txfifo_cnt < fsl_lpspi->txfifosize) {
236 if (txfifo_cnt < fsl_lpspi->txfifosize) {
451 if (t->len <= fsl_lpspi->txfifosize)
454 fsl_lpspi->watermark = fsl_lpspi->txfifosize;
896 fsl_lpspi->txfifosize = 1 << (temp & 0x0f);

Completed in 124 milliseconds