Home
last modified time | relevance | path

Searched refs:spi_host (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi-pci1xxxx.c152 struct spi_controller *spi_host; member
773 if (p->spi_host->can_dma(p->spi_host, NULL, p->xfer)) in pci1xxxx_spi_isr()
806 struct spi_controller *spi_host; in pci1xxxx_spi_probe() local
835 spi_sub_ptr->spi_host = devm_spi_alloc_host(dev, sizeof(struct spi_controller)); in pci1xxxx_spi_probe()
836 if (!spi_sub_ptr->spi_host) in pci1xxxx_spi_probe()
919 spi_host = spi_sub_ptr->spi_host; in pci1xxxx_spi_probe()
920 spi_host->num_chipselect = SPI_CHIP_SEL_COUNT; in pci1xxxx_spi_probe()
921 spi_host->mode_bits = SPI_MODE_0 | SPI_MODE_3 | SPI_RX_DUAL | in pci1xxxx_spi_probe()
923 spi_host->can_dma = pci1xxxx_spi_can_dma; in pci1xxxx_spi_probe()
924 spi_host->transfer_one = pci1xxxx_spi_transfer_one; in pci1xxxx_spi_probe()
[all …]