Searched refs:FSPI_MCR0 (Results 1 – 1 of 1) sorted by relevance
/drivers/spi/ |
D | spi-nxp-fspi.c | 63 #define FSPI_MCR0 0x00 macro 473 reg = fspi_readl(f, f->iobase + FSPI_MCR0); in nxp_fspi_invalid() 474 fspi_writel(f, reg | FSPI_MCR0_SWRST, f->iobase + FSPI_MCR0); in nxp_fspi_invalid() 477 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_MCR0, in nxp_fspi_invalid() 862 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_MCR0, in nxp_fspi_default_setup() 867 fspi_writel(f, FSPI_MCR0_MDIS, base + FSPI_MCR0); in nxp_fspi_default_setup() 875 base + FSPI_MCR0); in nxp_fspi_default_setup() 1054 fspi_writel(f, FSPI_MCR0_MDIS, f->iobase + FSPI_MCR0); in nxp_fspi_remove()
|