Searched refs:rx_level (Results 1 – 1 of 1) sorted by relevance
579 int rx_level; in rockchip_sfc_read_fifo() local585 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()586 if (rx_level < 0) in rockchip_sfc_read_fifo()587 return rx_level; in rockchip_sfc_read_fifo()588 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()596 rx_level = rockchip_sfc_wait_rxfifo_ready(sfc, 1000); in rockchip_sfc_read_fifo()597 if (rx_level < 0) in rockchip_sfc_read_fifo()598 return rx_level; in rockchip_sfc_read_fifo()