Home
last modified time | relevance | path

Searched refs:N (Results 1 – 5 of 5) sorted by relevance

/SCP-firmware-master/framework/include/
A Dfwk_time.h38 #define FWK_NS(N) ((fwk_duration_ns_t)(N)) argument
47 #define FWK_US(N) FWK_NS((N) * UINT64_C(1000)) argument
56 #define FWK_MS(N) FWK_US((N) * UINT64_C(1000)) argument
65 #define FWK_S(N) FWK_MS((N) * UINT64_C(1000)) argument
74 #define FWK_M(N) FWK_S((N) * UINT64_C(60)) argument
83 #define FWK_H(N) (FWK_M(N * UINT64_C(60))) argument
A Dfwk_macros.h232 #define __FWK_COUNT_ARGS_N(_1, _2, _3, _4, _5, _6, _7, N, ...) N argument
327 #define __FWK_MAP_MACRO(N) __FWK_MAP_##N argument
337 #define __FWK_MAP(N, MACRO, ...) __FWK_MAP_MACRO(N)(MACRO, __VA_ARGS__) argument
/SCP-firmware-master/product/juno/scp_ramfw/
A Dconfig_juno_cdcel937.c33 .preset = {.N = 384, .M = 48, .PDIV = 125},
37 .preset = {.N = 441, .M = 50, .PDIV = 100},
41 .preset = {.N = 228, .M = 25, .PDIV = 95},
45 .preset = {.N = 441, .M = 50, .PDIV = 50},
49 .preset = {.N = 864, .M = 100, .PDIV = 45},
53 .preset = {.N = 3528, .M = 400, .PDIV = 25},
57 .preset = {.N = 3312, .M = 375, .PDIV = 23},
/SCP-firmware-master/product/juno/include/
A Djuno_clock.h88 uint16_t N; member
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Dmod_juno_cdcel937.c234 preset->N = (uint16_t)(freq * preset->PDIV); in get_preset_low_precision()
359 unsigned int pdiv, N, M; in set_rate_write_pll_config() local
385 N = preset.N; in set_rate_write_pll_config()
390 fvco = (ctx->config->xin_mhz * N) / M; in set_rate_write_pll_config()
397 V = N / M; in set_rate_write_pll_config()
411 Nd = N * (1U << P); in set_rate_write_pll_config()
419 write_field(pll_config.reg, PLL_CFG_REG_N_HIGH, (uint8_t)(N >> 4)); in set_rate_write_pll_config()
420 write_field(pll_config.reg, PLL_CFG_REG_N_LOW, (uint8_t)N); in set_rate_write_pll_config()

Completed in 14 milliseconds