Lines Matching defs:fsl_qspi
265 struct fsl_qspi {
278 static inline int needs_swap_endian(struct fsl_qspi *q)
283 static inline int needs_4x_clock(struct fsl_qspi *q)
288 static inline int needs_fill_txfifo(struct fsl_qspi *q)
293 static inline int needs_wakeup_wait_mode(struct fsl_qspi *q)
298 static inline int needs_amba_base_offset(struct fsl_qspi *q)
303 static inline int needs_tdh_setting(struct fsl_qspi *q)
312 static inline u32 fsl_qspi_endian_xchg(struct fsl_qspi *q, u32 a)
324 static void qspi_writel(struct fsl_qspi *q, u32 val, void __iomem *addr)
332 static u32 qspi_readl(struct fsl_qspi *q, void __iomem *addr)
342 struct fsl_qspi *q = dev_id;
356 static int fsl_qspi_check_buswidth(struct fsl_qspi *q, u8 width)
371 struct fsl_qspi *q = spi_controller_get_devdata(mem->spi->master);
416 static void fsl_qspi_prepare_lut(struct fsl_qspi *q,
472 static int fsl_qspi_clk_prep_enable(struct fsl_qspi *q)
492 static void fsl_qspi_clk_disable_unprep(struct fsl_qspi *q)
508 static void fsl_qspi_invalidate(struct fsl_qspi *q)
526 static void fsl_qspi_select_mem(struct fsl_qspi *q, struct spi_device *spi)
552 static void fsl_qspi_read_ahb(struct fsl_qspi *q, const struct spi_mem_op *op)
559 static void fsl_qspi_fill_txfifo(struct fsl_qspi *q,
584 static void fsl_qspi_read_rxfifo(struct fsl_qspi *q,
605 static int fsl_qspi_do_op(struct fsl_qspi *q, const struct spi_mem_op *op)
630 static int fsl_qspi_readl_poll_tout(struct fsl_qspi *q, void __iomem *base,
644 struct fsl_qspi *q = spi_controller_get_devdata(mem->spi->master);
706 struct fsl_qspi *q = spi_controller_get_devdata(mem->spi->master);
721 static int fsl_qspi_default_setup(struct fsl_qspi *q)
812 struct fsl_qspi *q = spi_controller_get_devdata(mem->spi->master);
849 struct fsl_qspi *q;
954 struct fsl_qspi *q = platform_get_drvdata(pdev);
974 struct fsl_qspi *q = dev_get_drvdata(dev);