Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mspi/
Dmspi_dw.c84 uint8_t tx_fifo_threshold; member
741 uint8_t tx_fifo_threshold; in start_next_packet() local
793 tx_fifo_threshold = dev_config->tx_fifo_threshold; in start_next_packet()
820 tx_fifo_threshold = dev_config->tx_fifo_threshold; in start_next_packet()
827 tx_fifo_threshold = 0; in start_next_packet()
874 uint32_t start_level = tx_fifo_threshold; in start_next_packet()
887 FIELD_PREP(TXFTLR_TFT_MASK, tx_fifo_threshold)); in start_next_packet()
1339 .tx_fifo_threshold = \
1340 DT_INST_PROP_OR(inst, tx_fifo_threshold, \