Searched refs:SPI_Role (Results 1 – 4 of 4) sorted by relevance
91 TransLen = SSI_SendData(spi_dev, spi->tx_data, spi->tx_size, SSI_InitStruct->SPI_Role); in ssi_interrupt()203 SSI_InitStruct->SPI_Role = SSI_MASTER; in csi_spi_mode()206 SSI_InitStruct->SPI_Role = SSI_SLAVE; in csi_spi_mode()211 SSI_SetRole(spi_dev, SSI_InitStruct->SPI_Role); in csi_spi_mode()255 if (SSI_InitStruct->SPI_Role == SSI_SLAVE) { in csi_spi_cp_format()322 if (SSI_InitStruct->SPI_Role == SSI_MASTER) { in csi_spi_send()335 if (SSI_InitStruct->SPI_Role == SSI_MASTER) { in csi_spi_send()447 if (SSI_InitStruct->SPI_Role == SSI_MASTER) { in csi_spi_receive_async()515 if (SSI_InitStruct->SPI_Role == SSI_MASTER) { in csi_spi_select_slave()
206 u32 SPI_Role; /*!< Specifies the role of SPI device. member
441 SSI_InitStruct.SPI_Role=SSI_MASTER; in spi_init()451 SSI_InitStruct.SPI_Role=SSI_MASTER; in spi_init()588 SSI_InitStruct.SPI_Role=SSI_SLAVE; in spi_format()
142 if (SSI_InitStruct->SPI_Role & SSI_MASTER) { in SSI_Init()
Completed in 10 milliseconds