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

  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
mp.c 81 #ifdef COUNTER_FREQUENCY_REAL
83 __real_cntfrq = COUNTER_FREQUENCY_REAL;
cpu.c 584 #ifdef COUNTER_FREQUENCY_REAL
585 unsigned long cntfrq = COUNTER_FREQUENCY_REAL;
  /external/u-boot/include/configs/
ls1088ardb.h 37 #define COUNTER_FREQUENCY_REAL 25000000 /* 25MHz */
ls2080aqds.h 26 #define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ/4)
ls2080ardb.h 41 #define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ/4)
ls1088aqds.h 45 #define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ/4)

Completed in 311 milliseconds