Searched refs:fspi (Results 1 – 3 of 3) sorted by relevance
189 unsigned int fspi, unsigned int max, unsigned int *fres) in spi_imx_clkdiv_1() argument194 if (fspi * mxc_clkdivs[i] >= fin) in spi_imx_clkdiv_1()203 unsigned int fspi, unsigned int *fres) in spi_imx_clkdiv_2() argument208 if (fspi * div >= fin) in spi_imx_clkdiv_2()445 unsigned int fspi, unsigned int *fres) in mx51_ecspi_clkdiv() argument454 fspi = min(fspi, fin); in mx51_ecspi_clkdiv()456 post = fls(fin) - fls(fspi); in mx51_ecspi_clkdiv()457 if (fin > fspi << post) in mx51_ecspi_clkdiv()465 fspi, fin); in mx51_ecspi_clkdiv()469 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv()[all …]
78 obj-$(CONFIG_SPI_NXP_FLEXSPI) += spi-nxp-fspi.o
296 u32 fspi; /* only valid for Primary PAACE */ member