struct ssp_config_chip - spi_board_info.controller_data for SPI slave devices, copied to spi_device.controller_data.
: Interface type(Motorola, TI, Microwire, Universal) : sets whether interface is master or slave : SSPTXD is disconnected (in slave mode only) : Tune freq parameters of SSP(when in master mode) : communication mode: polling, Interrupt or DMA : Rx FIFO watermark level (for IT & DMA mode) : Tx FIFO watermark level (for IT & DMA mode) : Microwire interface: Control length : Microwire interface: Wait state : Microwire interface: Full/Half duplex : on the PL023 variant, the delay in feeback clock cycles before sampling the incoming line : function pointer to board-specific function to assert/deassert I/O port to control HW generation of devices chip-select.
Definition at line 280 of file pl022.h.