HomeSort by: relevance | last modified time | path
    Searched defs:sppr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
mvspi.c 156 uint32_t ctl = 0, spr, sppr; local in function:mvspi_configure
189 * SPI actual frequency = core_clk / (SPR * (2 ^ SPPR))
190 * Try to find the minimal SPR and SPPR values that offer
195 for (sppr = 0; sppr <= MVSPI_SPPR_MAXVALUE; sppr++) {
196 divider = spr * (1 << sppr);
204 best_sppr = sppr;
213 best_sppr = sppr;
mvspi.c 156 uint32_t ctl = 0, spr, sppr; local in function:mvspi_configure
189 * SPI actual frequency = core_clk / (SPR * (2 ^ SPPR))
190 * Try to find the minimal SPR and SPPR values that offer
195 for (sppr = 0; sppr <= MVSPI_SPPR_MAXVALUE; sppr++) {
196 divider = spr * (1 << sppr);
204 best_sppr = sppr;
213 best_sppr = sppr;

Completed in 24 milliseconds