Lines Matching defs:qspi
141 * struct zynqmp_qspi - Defines qspi driver instance
354 * @qspi: Pointer to the spi_device structure
357 static void zynqmp_qspi_chipselect(struct spi_device *qspi, bool is_high)
359 struct zynqmp_qspi *xqspi = spi_master_get_devdata(qspi->master);
430 * @qspi: Pointer to the spi_device structure
448 struct spi_device *qspi)
459 (GQSPI_BAUD_DIV_SHIFT << baud_rate_val)) > qspi->max_speed_hz)
467 if (qspi->mode & SPI_CPHA)
469 if (qspi->mode & SPI_CPOL)
480 * @qspi: Pointer to the spi_device structure
483 * baud rate and divisor value to setup the requested qspi clock.
487 static int zynqmp_qspi_setup_op(struct spi_device *qspi)
489 struct spi_controller *ctlr = qspi->master;
1226 { .compatible = "xlnx,zynqmp-qspi-1.0", },
1236 .name = "zynqmp-qspi",