Searched refs:spi_host (Results 1 – 1 of 1) sorted by relevance
68 struct spi_controller *spi_host; member253 struct spi_controller *spi_host; in pci1xxxx_spi_probe() local279 spi_sub_ptr->spi_host = devm_spi_alloc_host(dev, sizeof(struct spi_controller)); in pci1xxxx_spi_probe()280 if (!spi_sub_ptr->spi_host) in pci1xxxx_spi_probe()359 spi_host = spi_sub_ptr->spi_host; in pci1xxxx_spi_probe()360 spi_host->num_chipselect = SPI_CHIP_SEL_COUNT; in pci1xxxx_spi_probe()361 spi_host->mode_bits = SPI_MODE_0 | SPI_MODE_3 | SPI_RX_DUAL | in pci1xxxx_spi_probe()363 spi_host->transfer_one = pci1xxxx_spi_transfer_one; in pci1xxxx_spi_probe()364 spi_host->set_cs = pci1xxxx_spi_set_cs; in pci1xxxx_spi_probe()365 spi_host->bits_per_word_mask = SPI_BPW_MASK(8); in pci1xxxx_spi_probe()[all …]