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

/linux-4.4.14/drivers/spi/
H A Dspi-topcliff-pch.c52 #define PCH_MAX_FIFO_DEPTH 16 macro
303 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { pch_spi_handler_sub()
624 /* if len greater than PCH_MAX_FIFO_DEPTH, write 16,else len bytes */ pch_spi_set_tx()
626 if (n_writes > PCH_MAX_FIFO_DEPTH) pch_spi_set_tx()
627 n_writes = PCH_MAX_FIFO_DEPTH; pch_spi_set_tx()
698 if ((data->bpw_len) > PCH_MAX_FIFO_DEPTH) pch_spi_set_ir()
1057 if (data->bpw_len > PCH_MAX_FIFO_DEPTH) { pch_spi_handle_dma()
1058 head = PCH_MAX_FIFO_DEPTH - PCH_DMA_TRANS_SIZE; pch_spi_handle_dma()

Completed in 58 milliseconds