Lines Matching defs:iobase
347 void __iomem *iobase;
391 reg = fspi_readl(f, f->iobase + FSPI_INTR);
392 fspi_writel(f, FSPI_INTR_IPCMDDONE, f->iobase + FSPI_INTR);
494 reg = fspi_readl(f, f->iobase + FSPI_MCR0);
495 fspi_writel(f, reg | FSPI_MCR0_SWRST, f->iobase + FSPI_MCR0);
498 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_MCR0,
506 void __iomem *base = f->iobase;
549 fspi_writel(f, FSPI_LUTKEY_VALUE, f->iobase + FSPI_LUTKEY);
550 fspi_writel(f, FSPI_LCKER_UNLOCK, f->iobase + FSPI_LCKCR);
560 fspi_writel(f, FSPI_LUTKEY_VALUE, f->iobase + FSPI_LUTKEY);
561 fspi_writel(f, FSPI_LCKER_LOCK, f->iobase + FSPI_LCKCR);
647 fspi_writel(f, 0, f->iobase + FSPI_FLSHA1CR0);
648 fspi_writel(f, 0, f->iobase + FSPI_FLSHA2CR0);
649 fspi_writel(f, 0, f->iobase + FSPI_FLSHB1CR0);
650 fspi_writel(f, 0, f->iobase + FSPI_FLSHB2CR0);
655 fspi_writel(f, size_kb, f->iobase + FSPI_FLSHA1CR0 +
707 void __iomem *base = f->iobase;
721 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_INTR,
735 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_INTR,
751 void __iomem *base = f->iobase;
762 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_INTR,
779 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_INTR,
801 void __iomem *base = f->iobase;
847 err = fspi_readl_poll_tout(f, f->iobase + FSPI_STS0,
896 void __iomem *base = f->iobase;
914 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_MCR0,
934 reg = fspi_readl(f, f->iobase + FSPI_MCR2);
1037 f->iobase = devm_ioremap_resource(dev, res);
1038 if (IS_ERR(f->iobase)) {
1039 ret = PTR_ERR(f->iobase);
1081 reg = fspi_readl(f, f->iobase + FSPI_INTR);
1083 fspi_writel(f, reg, f->iobase + FSPI_INTR);
1131 fspi_writel(f, FSPI_MCR0_MDIS, f->iobase + FSPI_MCR0);