Home
last modified time | relevance | path

Searched refs:rx_level (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/spi/
H A Dspi-rockchip-sfc.c422 int rx_level; in rockchip_sfc_read_fifo() local
428 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()
429 if (rx_level < 0) in rockchip_sfc_read_fifo()
430 return rx_level; in rockchip_sfc_read_fifo()
431 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()
439 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()
440 if (rx_level < 0) in rockchip_sfc_read_fifo()
441 return rx_level; in rockchip_sfc_read_fifo()
/linux/drivers/i2c/busses/
H A Di2c-jz4780.c137 int rx_level; member
587 jz4780_i2c_writew(i2c, JZ4780_I2C_RXTL, i2c->cdata->rx_level); in jz4780_i2c_xfer_read()
742 .rx_level = JZ4780_I2C_FIFO_LEN / 2 - 1,
750 .rx_level = X1000_I2C_FIFO_LEN / 2 - 1,