Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-topcliff-pch.c44 #define PCH_MAX_FIFO_DEPTH 16 macro
296 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { in pch_spi_handler_sub()
619 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx()
620 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx()
692 if ((data->bpw_len) > PCH_MAX_FIFO_DEPTH) in pch_spi_set_ir()
1059 if (data->bpw_len > PCH_MAX_FIFO_DEPTH) { in pch_spi_handle_dma()
1060 head = PCH_MAX_FIFO_DEPTH - PCH_DMA_TRANS_SIZE; in pch_spi_handle_dma()