Lines Matching +full:fifo +full:- +full:size
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "xlnx,xps-spi-2.00.a"
8 include: spi-controller.yaml
11 # https://github.com/Xilinx/device-tree-xlnx
20 xlnx,num-ss-bits:
24 - 1
25 - 2
26 - 3
27 - 4
31 xlnx,num-transfer-bits:
35 - 8
36 - 16
37 - 32
41 xlnx,startup-block:
53 fifo-size:
56 FIFO size configured in SPI core. 0 indicates no FIFO.
58 Used to optimize TX/RX read handling. If the FIFO size is 0, the driver
59 will check for FIFO full/empty after every word.