HomeSort by relevance Sort by last modified time
    Searched refs:refdiv (Results 1 - 3 of 3) 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},
1710 uint32_t refdiv, postdiv1, fbdiv, postdiv2; local
    [all...]
suspend.c 665 uint32_t refdiv, postdiv2, postdiv1, fbdiv; local
680 refdiv = REFDIV_DEC(dpll_data[1]);
683 (refdiv * postdiv1 * postdiv2)) * MHz;
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/
soc.h 32 #define REFDIV(n) ((0x3F << 16) | n)
125 uint32_t refdiv; member in struct:pll_div

Completed in 64 milliseconds