Home
last modified time | relevance | path

Searched refs:FSPI_TFDR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-nxp-fspi.c244 #define FSPI_TFDR 0x180 macro
726 fspi_writel(f, *(u32 *) (buf + i), base + FSPI_TFDR); in nxp_fspi_fill_txfifo()
727 fspi_writel(f, *(u32 *) (buf + i + 4), base + FSPI_TFDR + 4); in nxp_fspi_fill_txfifo()
742 fspi_writel(f, data, base + FSPI_TFDR + j); in nxp_fspi_fill_txfifo()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-nxp-fspi.c263 #define FSPI_TFDR 0x180 macro
800 fspi_writel(f, *(u32 *) (buf + i), base + FSPI_TFDR); in nxp_fspi_fill_txfifo()
801 fspi_writel(f, *(u32 *) (buf + i + 4), base + FSPI_TFDR + 4); in nxp_fspi_fill_txfifo()
816 fspi_writel(f, data, base + FSPI_TFDR + j); in nxp_fspi_fill_txfifo()

Completed in 5 milliseconds