Searched refs:rest (Results 1 – 9 of 9) sorted by relevance
| /bsp/avr32/software_framework/drivers/pm/ |
| A D | pm_conf_clocks.c | 71 unsigned long pll_freq, rest; in pm_configure_clocks() local 89 rest = in_cpu_f % in_osc0_f; in pm_configure_clocks() 93 if ((div * rest) % in_osc0_f == 0) in pm_configure_clocks() 151 rest = pll_freq; in pm_configure_clocks() 152 while (rest > AVR32_PM_PBA_MAX_FREQ || in pm_configure_clocks() 153 rest != param->pba_f) in pm_configure_clocks() 156 rest = pll_freq / (1 << div2_pba); in pm_configure_clocks() 157 if (rest < param->pba_f) in pm_configure_clocks()
|
| A D | power_clocks_lib.c | 319 unsigned long pll_freq, rest; in pcl_configure_clocks_uc3c() local 341 rest = in_cpu_f % in_osc0_f; in pcl_configure_clocks_uc3c() 345 if ((div * rest) % in_osc0_f == 0) in pcl_configure_clocks_uc3c() 405 rest = pll_freq; in pcl_configure_clocks_uc3c() 407 rest != param->pba_f) in pcl_configure_clocks_uc3c() 411 if (rest < param->pba_f) in pcl_configure_clocks_uc3c() 483 unsigned long pll_freq, rest; in pcl_configure_clocks_uc3d() local 505 rest = in_cpu_f % in_osc0_f; in pcl_configure_clocks_uc3d() 570 rest = pll_freq; in pcl_configure_clocks_uc3d() 572 rest != param->pba_f) in pcl_configure_clocks_uc3d() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | arecord.c | 199 long rest = -1, c = 0; in capture_fs_wav() local 228 rest = mgr->capture_duration * snd_pcm_frames_to_bytes(mgr->handle, mgr->rate); in capture_fs_wav() 251 if (rest < 0) { in capture_fs_wav() 255 printf("malloc rest=%ld\n", rest); in capture_fs_wav() 256 temp_wav_file = malloc(rest); in capture_fs_wav() 262 while ((rest > 0 || g_capture_loop_enable) && !mgr->in_aborting) { in capture_fs_wav() 264 if (rest <= chunk_bytes && !g_capture_loop_enable) in capture_fs_wav() 265 c = rest; in capture_fs_wav() 277 if (rest > 0) in capture_fs_wav() 278 rest -= c; in capture_fs_wav()
|
| A D | aduplex.c | 253 long rest = -1, c = 0; in capture_fs_wav() local 277 rest = mgr->capture_duration * snd_pcm_frames_to_bytes(mgr->handle, mgr->rate); in capture_fs_wav() 298 if (rest < 0) { in capture_fs_wav() 302 temp_wav_file = malloc(rest); in capture_fs_wav() 307 while (rest > 0 && !mgr->in_aborting) { in capture_fs_wav() 309 if (rest <= chunk_bytes) in capture_fs_wav() 310 c = rest; in capture_fs_wav() 320 if (rest > 0) in capture_fs_wav() 321 rest -= c; in capture_fs_wav()
|
| /bsp/stm32/docs/ |
| A D | How to create a RT-Studio project.md | 25 ### 1.5 Fill up the rest of the information and select ST-LINK for debugger. Then, click finish but…
|
| /bsp/upd70f3454/ |
| A D | lnk70f3454.xcl | 134 // The rest of the external memory (all external memory not used
|
| /bsp/xuantie/virt64/c906/ |
| A D | README.md | 83 …ion after entering the configuration menu (see the figure below), and the rest depends on your nee…
|
| /bsp/qemu-virt64-riscv/ |
| A D | README.md | 105 …ion after entering the configuration menu (see the figure below), and the rest depends on your nee…
|
| /bsp/ESP32_C3/idf_port/ld/ |
| A D | sections.ld | 494 …* The rest of the init_array sections is sorted for iteration in descending order during startup, …
|
Completed in 22 milliseconds