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

  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
dfs.c 27 {.mhz = 928, .refdiv = 1, .fbdiv = 116, .postdiv1 = 3, .postdiv2 = 1},
28 {.mhz = 800, .refdiv = 1, .fbdiv = 100, .postdiv1 = 3, .postdiv2 = 1},
29 {.mhz = 732, .refdiv = 1, .fbdiv = 61, .postdiv1 = 2, .postdiv2 = 1},
30 {.mhz = 666, .refdiv = 1, .fbdiv = 111, .postdiv1 = 4, .postdiv2 = 1},
31 {.mhz = 600, .refdiv = 1, .fbdiv = 50, .postdiv1 = 2, .postdiv2 = 1},
32 {.mhz = 528, .refdiv = 1, .fbdiv = 66, .postdiv1 = 3, .postdiv2 = 1},
33 {.mhz = 400, .refdiv = 1, .fbdiv = 50, .postdiv1 = 3, .postdiv2 = 1},
34 {.mhz = 300, .refdiv = 1, .fbdiv = 50, .postdiv1 = 4, .postdiv2 = 1},
35 {.mhz = 200, .refdiv = 1, .fbdiv = 50, .postdiv1 = 3, .postdiv2 = 2},
324 delay_adder = ie_enable / (1000000 / pdram_timing->mhz);
2015 uint32_t mhz = hz \/ (1000 * 1000); local
2053 uint32_t mhz = hz \/ (1000 * 1000); local
2062 uint32_t mhz = local
    [all...]
dram_spec_timing.c 157 /* tRAS, 37.5ns(400MHz) 37.5ns(533MHz) */
171 #define DDR3_TXP (7) /* tXP, max(3 tCK, 7.5ns)( < 933MHz) */
174 #define DDR3_TCKE_400MHZ (7) /* tCKE, max(3 tCK,7.5ns)(400MHz) */
175 #define DDR3_TCKE_533MHZ (6) /* tCKE, max(3 tCK,5.625ns)(533MHz) */
209 pdram_timing->mhz = nmhz;
425 pdram_timing->mhz = nmhz;
526 /* tWTR, max(2tCK, 7.5ns(533-266MHz) 10ns(200-166MHz)) */
665 pdram_timing->mhz = nmhz
    [all...]
dram_spec_timing.h 61 /* unit MHz */
62 uint32_t mhz; member in struct:dram_timing_t
184 /* MHz */
340 /* <=166MHz,optional*/
342 /* <=400MHz*/
344 /* <=533MHz*/
346 /* <=600MHz*/
348 /* <=667MHz,default*/
350 /* <=733MHz*/
352 /* <=800MHz*/
    [all...]
  /hardware/intel/bootstub/
bootstub.spec 35 - changed default spi clock to 100mhz
  /external/autotest/server/
site_linux_system.py 159 for mhz in band.frequencies:
160 if mhz not in phys_for_frequency:
161 phys_for_frequency[mhz] = [phy.name]
163 phys_for_frequency[mhz].append(phy.name)
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/
soc.h 124 uint32_t mhz; member in struct:pll_div

Completed in 245 milliseconds