Lines Matching refs:SSP
1 PXA2xx SPI on SSP driver HOWTO
7 - Support for any PXA2xx SSP
8 - SSP PIO and SSP DMA data transfers.
32 The "pxa2xx_spi_master.enable_dma" field informs the driver that SSP DMA should
61 .id = 2, /* Bus number, MUST MATCH SSP number 1..n */
100 used to configure the SSP hardware fifo. These fields are critical to the
111 the PXA2xx "Developer Manual" sections on the DMA controller and SSP Controllers
112 to determine the correct value. An SSP configured for byte-wide transfers would
117 trailing bytes in the SSP receiver fifo. The correct value for this field is
119 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte
122 The "pxa2xx_spi_chip.enable_loopback" field is used to place the SSP porting
123 into internal loopback mode. In this mode the SSP controller internally
129 NULL, the pxa2xx_spi master controller driver assumes that the SSP port is
163 .tx_threshold = 8, /* SSP hardward FIFO threshold */
164 .rx_threshold = 8, /* SSP hardward FIFO threshold */
171 .tx_threshold = 8, /* SSP hardward FIFO threshold */
172 .rx_threshold = 8, /* SSP hardward FIFO threshold */
181 .max_speed_hz = 3686400, /* Run SSP as fast a possbile */
190 .max_speed_hz = 3686400, /* Run SSP as fast a possbile */