Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-uniphier.c97 #define SSI_FIFO_DEPTH 8U macro
312 val |= FIELD_PREP(SSI_FC_TXFTH_MASK, SSI_FIFO_DEPTH - threshold); in uniphier_spi_set_fifo_threshold()
323 fifo_threshold = min(fifo_threshold, SSI_FIFO_DEPTH); in uniphier_spi_fill_tx_fifo()
361 return DIV_ROUND_UP(t->len, bpw) > SSI_FIFO_DEPTH; in uniphier_spi_can_dma()