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

/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dfsl_espi.c306 uint32_t csmode, spi_clk, spi_mode; local
329 spibus_get_clock(child, &spi_clk);
348 spi_clk = max(spi_clk, plat_clk / (16 * 16));
355 if (plat_clk > spi_clk * 16 * 2) {
359 pm = howmany(plat_clk, spi_clk * 2) - 1;

Completed in 157 milliseconds