Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mspi/
Dmspi_dw.c85 uint8_t rx_fifo_threshold; member
238 if (remaining_frames - 1 < dev_config->rx_fifo_threshold) { in read_rx_fifo()
796 uint8_t rx_fifo_threshold; in start_next_packet() local
822 rx_fifo_threshold = MIN(rx_total_bytes - 1, in start_next_packet()
823 dev_config->rx_fifo_threshold); in start_next_packet()
828 rx_fifo_threshold = MIN(packet_frames - 1, in start_next_packet()
829 dev_config->rx_fifo_threshold); in start_next_packet()
837 rx_fifo_threshold)); in start_next_packet()
1342 .rx_fifo_threshold = \
1343 DT_INST_PROP_OR(inst, rx_fifo_threshold, \