Searched refs:spi_pdata (Results 1 – 3 of 3) sorted by relevance
56 static struct bcm63xx_spi_pdata spi_pdata = { variable67 .platform_data = &spi_pdata,82 spi_pdata.fifo_size = SPI_6348_MSG_DATA_SIZE; in bcm63xx_spi_register()83 spi_pdata.msg_type_shift = SPI_6348_MSG_TYPE_SHIFT; in bcm63xx_spi_register()84 spi_pdata.msg_ctl_width = SPI_6348_MSG_CTL_WIDTH; in bcm63xx_spi_register()90 spi_pdata.fifo_size = SPI_6358_MSG_DATA_SIZE; in bcm63xx_spi_register()91 spi_pdata.msg_type_shift = SPI_6358_MSG_TYPE_SHIFT; in bcm63xx_spi_register()92 spi_pdata.msg_ctl_width = SPI_6358_MSG_CTL_WIDTH; in bcm63xx_spi_register()
110 struct pxa2xx_spi_master spi_pdata; in pxa2xx_spi_pci_probe() local126 memset(&spi_pdata, 0, sizeof(spi_pdata)); in pxa2xx_spi_pci_probe()127 spi_pdata.num_chipselect = (c->num_chipselect > 0) ? in pxa2xx_spi_pci_probe()148 spi_pdata.dma_filter = lpss_dma_filter; in pxa2xx_spi_pci_probe()149 spi_pdata.tx_param = c->tx_param; in pxa2xx_spi_pci_probe()150 spi_pdata.rx_param = c->rx_param; in pxa2xx_spi_pci_probe()151 spi_pdata.enable_dma = c->rx_param && c->tx_param; in pxa2xx_spi_pci_probe()153 ssp = &spi_pdata.ssp; in pxa2xx_spi_pci_probe()174 pi.data = &spi_pdata; in pxa2xx_spi_pci_probe()175 pi.size_data = sizeof(spi_pdata); in pxa2xx_spi_pci_probe()[all …]
724 struct cc2520_platform_data *spi_pdata = spi->dev.platform_data; in cc2520_get_platform_data() local725 if (!spi_pdata) in cc2520_get_platform_data()727 *pdata = *spi_pdata; in cc2520_get_platform_data()