Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drockchip_sfc.c501 int rx_level; in rockchip_sfc_read_fifo() local
507 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()
508 if (rx_level < 0) in rockchip_sfc_read_fifo()
509 return rx_level; in rockchip_sfc_read_fifo()
510 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()
518 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()
519 if (rx_level < 0) in rockchip_sfc_read_fifo()
520 return rx_level; in rockchip_sfc_read_fifo()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-rockchip-sfc.c439 int rx_level; in rockchip_sfc_read_fifo() local
445 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()
446 if (rx_level < 0) in rockchip_sfc_read_fifo()
447 return rx_level; in rockchip_sfc_read_fifo()
448 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()
456 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()
457 if (rx_level < 0) in rockchip_sfc_read_fifo()
458 return rx_level; in rockchip_sfc_read_fifo()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-jz4780.c137 int rx_level; member
588 jz4780_i2c_writew(i2c, JZ4780_I2C_RXTL, i2c->cdata->rx_level); in jz4780_i2c_xfer_read()
743 .rx_level = JZ4780_I2C_FIFO_LEN / 2 - 1,
751 .rx_level = X1000_I2C_FIFO_LEN / 2 - 1,