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

  /external/u-boot/drivers/spi/
fsl_espi.c 18 unsigned int div16; member in struct:fsl_spi_slave
88 fsl->div16 = 0;
90 fsl->div16 = ESPI_CSMODE_DIV16;
103 if (fsl->div16)
133 unsigned int div16 = fsl->div16; local
156 | ESPI_CSMODE_PM(pm) | div16);
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
commproc.c 143 m8560_cpm_fastbrg(uint brg, uint rate, int div16)
159 if (div16)
  /external/u-boot/arch/powerpc/cpu/mpc8xx/
immap.c 286 uint div16 = (val & CPM_BRG_DIV16) != 0; local
313 if (div16)
324 puts(" DIV16");
  /external/u-boot/drivers/qe/
qe.c 283 int div16 = 0; local
292 div16 = 1;
299 if (div16) {
  /external/libxaac/decoder/
ixheaacd_basic_ops16.h 238 static PLATFORM_INLINE WORD16 div16(WORD16 op1, WORD16 op2, WORD16 *q_format) { function
  /external/u-boot/arch/powerpc/include/asm/
cpm_85xx.h 101 void m8560_cpm_fastbrg(uint brg, uint rate, int div16);
    [all...]

Completed in 242 milliseconds