Lines Matching refs:nxp_fspi
383 struct nxp_fspi { struct
399 static inline int needs_ip_only(struct nxp_fspi *f) in needs_ip_only() argument
411 static void fspi_writel(struct nxp_fspi *f, u32 val, void __iomem *addr) in fspi_writel()
419 static u32 fspi_readl(struct nxp_fspi *f, void __iomem *addr) in fspi_readl()
429 struct nxp_fspi *f = dev_id; in nxp_fspi_irq_handler()
442 static int nxp_fspi_check_buswidth(struct nxp_fspi *f, u8 width) in nxp_fspi_check_buswidth()
458 struct nxp_fspi *f = spi_controller_get_devdata(mem->spi->controller); in nxp_fspi_supports_op()
509 static int fspi_readl_poll_tout(struct nxp_fspi *f, void __iomem *base, in fspi_readl_poll_tout()
531 static inline void nxp_fspi_invalid(struct nxp_fspi *f) in nxp_fspi_invalid()
545 static void nxp_fspi_prepare_lut(struct nxp_fspi *f, in nxp_fspi_prepare_lut()
610 static int nxp_fspi_clk_prep_enable(struct nxp_fspi *f) in nxp_fspi_clk_prep_enable()
630 static int nxp_fspi_clk_disable_unprep(struct nxp_fspi *f) in nxp_fspi_clk_disable_unprep()
641 static void nxp_fspi_dll_calibration(struct nxp_fspi *f) in nxp_fspi_dll_calibration()
708 static void nxp_fspi_select_mem(struct nxp_fspi *f, struct spi_device *spi) in nxp_fspi_select_mem()
755 static int nxp_fspi_read_ahb(struct nxp_fspi *f, const struct spi_mem_op *op) in nxp_fspi_read_ahb()
785 static void nxp_fspi_fill_txfifo(struct nxp_fspi *f, in nxp_fspi_fill_txfifo()
830 static void nxp_fspi_read_rxfifo(struct nxp_fspi *f, in nxp_fspi_read_rxfifo()
881 static int nxp_fspi_do_op(struct nxp_fspi *f, const struct spi_mem_op *op) in nxp_fspi_do_op()
924 struct nxp_fspi *f = spi_controller_get_devdata(mem->spi->controller); in nxp_fspi_exec_op()
964 struct nxp_fspi *f = spi_controller_get_devdata(mem->spi->controller); in nxp_fspi_adjust_op_size()
985 static void erratum_err050568(struct nxp_fspi *f) in erratum_err050568()
1024 static int nxp_fspi_default_setup(struct nxp_fspi *f) in nxp_fspi_default_setup()
1125 struct nxp_fspi *f = spi_controller_get_devdata(mem->spi->controller); in nxp_fspi_get_name()
1158 struct nxp_fspi *f; in nxp_fspi_probe()
1275 struct nxp_fspi *f = platform_get_drvdata(pdev); in nxp_fspi_remove()
1295 struct nxp_fspi *f = dev_get_drvdata(dev); in nxp_fspi_resume()