HomeSort by relevance Sort by last modified time
    Searched refs:spi_freq (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-stv0991/
stv0991_cgu.h 22 u32 spi_freq; /* offset 0x2c */ member in struct:stv0991_cgu_regs
  /external/u-boot/drivers/spi/
fsl_espi.c 71 unsigned long spi_freq = 0; local
104 spi_freq = spibrg / ((pm + 1) * 2 * 16);
106 spi_freq = spibrg / ((pm + 1) * 2);
110 * 10), spi_freq);

Completed in 626 milliseconds