| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/ |
| A D | bl616_mfg_efuse.c | 126 int32_t step = 0; in mfg_efuse_poweroffset_linear() local 132 step = (pwr_offset_tmp[1] - pwr_offset_tmp[0]) * 100 / 6; in mfg_efuse_poweroffset_linear() 133 pwr_offset[1] = (step + 50) / 100 + pwr_offset_tmp[0]; in mfg_efuse_poweroffset_linear() 134 pwr_offset[2] = (step * 2 + 50) / 100 + pwr_offset_tmp[0]; in mfg_efuse_poweroffset_linear() 135 pwr_offset[3] = (step * 3 + 50) / 100 + pwr_offset_tmp[0]; in mfg_efuse_poweroffset_linear() 136 pwr_offset[4] = (step * 4 + 50) / 100 + pwr_offset_tmp[0]; in mfg_efuse_poweroffset_linear() 137 pwr_offset[5] = (step * 5 + 50) / 100 + pwr_offset_tmp[0]; in mfg_efuse_poweroffset_linear() 141 step = (pwr_offset_tmp[2] - pwr_offset_tmp[1]) * 100 / 6; in mfg_efuse_poweroffset_linear() 142 pwr_offset[7] = (step + 50) / 100 + pwr_offset_tmp[1]; in mfg_efuse_poweroffset_linear() 143 pwr_offset[8] = (step * 2 + 50) / 100 + pwr_offset_tmp[1]; in mfg_efuse_poweroffset_linear() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_phase.c | 15 u16 step, parent_div; in ccu_phase_get_phase() local 59 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_get_phase() 60 return delay * step; in ccu_phase_get_phase() 103 u16 step, parent_div; in ccu_phase_set_phase() local 121 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_set_phase() 122 delay = DIV_ROUND_CLOSEST(degrees, step); in ccu_phase_set_phase()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_crypt.c | 104 hperh->step = 4; in ald_crypt_init() 110 hperh->step = 4; in ald_crypt_init() 116 hperh->step = 4; in ald_crypt_init() 121 hperh->step = 2; in ald_crypt_init() 127 hperh->step = 2; in ald_crypt_init() 133 hperh->step = 2; in ald_crypt_init() 404 count = size / (4 * hperh->step); in ald_crypt_encrypt() 414 for (i = 0; i < hperh->step; i++) in ald_crypt_encrypt() 456 count = size / (4 * hperh->step); in ald_crypt_decrypt() 626 hperh->count = hperh->step; in ald_crypt_encrypt_by_it() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_mmap.c | 162 info->step = pcm->frame_bits; in snd_pcm_channel_info_shm() 167 info->step = pcm->sample_bits; in snd_pcm_channel_info_shm() 229 a->step = i->step; in snd_pcm_mmap() 233 size = i->first + i->step * (pcm->buffer_size - 1) + pcm->sample_bits; in snd_pcm_mmap() 246 s = i1->first + i1->step * (pcm->buffer_size - 1) + pcm->sample_bits; in snd_pcm_mmap() 290 a->step = i->step; in snd_pcm_mmap()
|
| A D | pcm.c | 1269 dst_step = dst_area->step / 8; in snd_pcm_area_silence() 1342 unsigned int step = dst_areas->step; in snd_pcm_areas_silence() local 1353 dst_areas->step != step || in snd_pcm_areas_silence() 1362 d.step = width; in snd_pcm_areas_silence() 1404 src_step = src_area->step / 8; in snd_pcm_area_copy() 1405 dst_step = dst_area->step / 8; in snd_pcm_area_copy() 1502 unsigned int step = src_areas->step; in snd_pcm_areas_copy() local 1509 while (dst_areas->step == step) { in snd_pcm_areas_copy() 1515 src_areas->step != step || in snd_pcm_areas_copy() 1530 s.step = width; in snd_pcm_areas_copy() [all …]
|
| A D | pcm_direct.c | 629 dst_areas[chn].step != channels * bits) { in snd_pcm_direct_check_interleave() 634 src_areas[chn].step != channels * bits) { in snd_pcm_direct_check_interleave() 672 static int snd_range_step(snd_interval_t *i, unsigned int min, unsigned int step) in snd_range_step() argument 676 n = (i->range.min - min) % step; in snd_range_step() 678 i->range.min += step - n; in snd_range_step() 681 n = (i->range.max - min) % step; in snd_range_step()
|
| A D | pcm_local.h | 334 unsigned int bitofs = area->first + area->step * offset; in snd_pcm_channel_area_addr() 341 assert(area->step % 8 == 0); in snd_pcm_channel_area_step() 342 return area->step / 8; in snd_pcm_channel_area_step()
|
| A D | pcm_hw.c | 124 info->step = i.step; in snd_pcm_hw_channel_info()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_crypt.c | 92 hperh->step = 4; in ald_crypt_init() 252 count = size / (4 * hperh->step); in ald_crypt_encrypt() 255 for (i = 0; i < hperh->step; i++) { in ald_crypt_encrypt() 262 for (i = 0; i < hperh->step; i++) { in ald_crypt_encrypt() 306 count = size / (4 * hperh->step); in ald_crypt_decrypt() 478 hperh->count = hperh->step; in ald_crypt_encrypt_by_it() 484 for (i = 0; i < hperh->step; i++) { in ald_crypt_encrypt_by_it() 523 hperh->count = hperh->step; in ald_crypt_decrypt_by_it() 529 for (i = 0; i < hperh->step; i++) { in ald_crypt_decrypt_by_it() 778 for (i = 0; i < hperh->step; i++) in ald_crypt_irq_handler() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_vsu.c | 229 static unsigned int de_vsu_calc_fir_coef(unsigned int step) in de_vsu_calc_fir_coef() argument 234 scale_ratio = step >> (VSU_PHASE_FRAC_BITWIDTH - 3); in de_vsu_calc_fir_coef() 819 && step->hstep != 0 && step->vstep != 0) { in de_recalc_ovl_bld_for_scale() 825 if (step->hstep > (1 << shift)) { in de_recalc_ovl_bld_for_scale() 828 *ovlw = (step->hstep * SC_MIN_WIDTH) >> shift; in de_recalc_ovl_bld_for_scale() 833 / step->hstep; in de_recalc_ovl_bld_for_scale() 842 += ((step->hstep in de_recalc_ovl_bld_for_scale() 854 if (step->vstep > (1 << shift)) { in de_recalc_ovl_bld_for_scale() 857 *ovlh = (step->vstep * SC_MIN_HEIGHT) >> shift; in de_recalc_ovl_bld_for_scale() 862 / step->vstep; in de_recalc_ovl_bld_for_scale() [all …]
|
| A D | de_scaler.h | 83 int laynum, struct scaler_para *step, struct de_rect *layer,
|
| A D | de_gsu.c | 215 static unsigned int de_gsu_calc_fir_coef(unsigned int step) in de_gsu_calc_fir_coef() argument 220 scale_ratio = step >> (GSU_PHASE_FRAC_BITWIDTH - 3); in de_gsu_calc_fir_coef()
|
| A D | de_fce.c | 790 int step = slope_black_lmt - 256; in auto_bws_model() local 792 if (step < 0) in auto_bws_model() 793 step = 0; in auto_bws_model() 796 - (p_hist_data->hist_mean) * step / (5 * 16); in auto_bws_model()
|
| /bsp/rockchip/common/rk_hal/lib/hal/inc/ |
| A D | hal_pwr.h | 91 #define PWR_DESC_LINEAR_VOLT(min, max, step) \ argument 92 .voltCnt = (((max)-(min))/(step)) + 1, \ 95 .stepVolt = (step) \
|
| /bsp/raspberry-pi/raspi4-32/driver/ |
| A D | drv_bluetooth.c | 163 int step = 0; in bt_loadfirmware() local 187 step = 1; in bt_loadfirmware() 197 if (step == 1) in bt_loadfirmware() 231 step = 2; in bt_loadfirmware() 243 step = 3; in bt_loadfirmware() 249 if (step != 3) in bt_loadfirmware()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pllctlv2_drv.c | 64 void pllctlv2_enable_spread_spectrum(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t step, uint32_t stop) in pllctlv2_enable_spread_spectrum() argument 75 ptr->PLL[pll].SS_STEP = step; in pllctlv2_enable_spread_spectrum()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/ |
| A D | uvc_v4l2.c | 80 const __u32 step = frame->dwFrameInterval[2]; in uvc_try_frame_interval() local 82 interval = min + (interval - min + step/2) / step * step; in uvc_try_frame_interval()
|
| /bsp/core-v-mcu/core-v-cv32e40p/ |
| A D | readme_EN.md | 56 …ttps://github.com/RT-Thread/rt-thread/archive/refs/heads/master.zip),This step can also be complet… 58 …ol chain is configured according to the user's specific environment. This step can also be complet… 69 6. Try running rtthread.elf, copy the rtthread.elf generated in the previous step to the bin file d… 91 …CONFIG_H__**,**#ifndef RT_CONFIG_H__**,**#endif**,be sure to perform this step, or an error will b…
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pllctlv2_drv.h | 97 void pllctlv2_enable_spread_spectrum(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t step, uint32_t stop);
|
| /bsp/m16c62p/drivers/ |
| A D | vectors_gcc.S | 21 .long 0 ;Single step (debugger)
|
| /bsp/renesas/docs/ |
| A D | BSP_Peripheral_Driver_Tutorial_of_RA_Series.md | 19 …e SPI driver on the RA6M4-CPK development board as an example to show step by step how to use the …
|
| /bsp/bouffalo_lab/bl61x/board/config/ |
| A D | bl_factory_params_IoTKitA_auto.dts | 322 //so 14 represents -0.5dBm; 16 represents 0dBm; 20 represents 1dBm;(step is 0.25dBm) 341 pwr_offset = <16 16 16 16 16>; //step is 0.25dBm
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_scal.c | 250 static __u32 g2d_vsu_calc_fir_coef(__u32 step) in g2d_vsu_calc_fir_coef() argument 255 scale_ratio = step >> (VSU_PHASE_FRAC_BITWIDTH - 3); in g2d_vsu_calc_fir_coef()
|
| /bsp/stm32/stm32l496-st-nucleo/ |
| A D | README.md | 12 …ble. The devices also embed an integrated LCD driver 8x40 or 4x44, with internal step-up converter. 57 - LCD 8 × 40 or 4 × 44 with step-up converter
|
| /bsp/stm32/stm32l433-st-nucleo/ |
| A D | README.md | 12 …ble. The devices also embed an integrated LCD driver 8x40 or 4x44, with internal step-up converter. 50 - LCD 8× 40 or 4× 44 with step-up converter
|