| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_spd.c | 243 u32 time_base; in ddr3_spd_init() local 359 time_base = (1000 * spd_data[SPD_MTB_DIVIDEND_BYTE]) / in ddr3_spd_init() 363 info->min_cycle_time = spd_data[SPD_TCK_BYTE] * time_base; in ddr3_spd_init() 396 info->min_cas_lat_time = (spd_data[SPD_TAA_BYTE] * time_base); in ddr3_spd_init() 406 info->min_write_recovery_time = spd_data[SPD_TWR_BYTE] * time_base; in ddr3_spd_init() 411 info->min_ras_to_cas_delay = spd_data[SPD_TRCD_BYTE] * time_base; in ddr3_spd_init() 417 spd_data[SPD_TRRD_BYTE] * time_base; in ddr3_spd_init() 422 info->min_row_precharge_time = spd_data[SPD_TRP_BYTE] * time_base; in ddr3_spd_init() 430 info->min_active_to_precharge *= time_base; in ddr3_spd_init() 437 info->min_refresh_recovery *= time_base; in ddr3_spd_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | addi_apci_3xxx.c | 467 int time_base; in apci3xxx_ai_ns_to_timer() local 470 for (time_base = 0; time_base < 3; time_base++) { in apci3xxx_ai_ns_to_timer() 472 if (!(board->ai_conv_units & (1 << time_base))) in apci3xxx_ai_ns_to_timer() 475 switch (time_base) { in apci3xxx_ai_ns_to_timer() 501 devpriv->ai_time_base = time_base; in apci3xxx_ai_ns_to_timer() 503 *ns = timer * time_base; in apci3xxx_ai_ns_to_timer()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/ |
| H A D | tw5864-video.c | 806 struct v4l2_fract time_base; in tw5864_s_parm() local 809 ret = tw5864_frameinterval_get(input, &time_base); in tw5864_s_parm() 814 t->numerator = time_base.numerator * input->frame_interval; in tw5864_s_parm() 815 t->denominator = time_base.denominator; in tw5864_s_parm() 816 } else if (t->denominator != time_base.denominator) { in tw5864_s_parm() 817 t->numerator = t->numerator * time_base.denominator / in tw5864_s_parm() 819 t->denominator = time_base.denominator; in tw5864_s_parm() 822 input->frame_interval = t->numerator / time_base.numerator; in tw5864_s_parm()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | applicom.h | 78 unsigned char time_base; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | mpp_enc_impl.h | 56 RK_S64 time_base; member
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp_impl.cpp | 54 RK_S64 time_base; member 271 p->time_base = mpp_time(); in mpp_dump_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | localefwd.h | 175 class time_base; in _GLIBCXX_VISIBILITY() local
|
| H A D | locale_facets_nonio.h | 52 class time_base in _GLIBCXX_VISIBILITY() 368 class time_get : public locale::facet, public time_base in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets_nonio.tcc | 626 time_base::dateorder 628 { return time_base::no_order; } in do_date_order()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | localefwd.h | 175 class time_base; in _GLIBCXX_VISIBILITY() local
|
| H A D | locale_facets_nonio.h | 52 class time_base in _GLIBCXX_VISIBILITY() 368 class time_get : public locale::facet, public time_base in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets_nonio.tcc | 626 time_base::dateorder 628 { return time_base::no_order; } in do_date_order()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 148 RK_U32 time_base; member 836 mp4Hdr->last_time_base = mp4Hdr->time_base; in mpeg4_parse_vop_header() 837 mp4Hdr->time_base += time_incr; in mpeg4_parse_vop_header() 838 mp4Hdr->time = mp4Hdr->time_base * mp4Hdr->vol.time_inc_resolution + time_increment; in mpeg4_parse_vop_header()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 132 RK_S32 time_diff = ((RK_S32)(enc->time_end - enc->time_base) / 1000); in update_hal_info_fps() 141 enc->time_base = enc->time_end; in update_hal_info_fps() 2145 if (enc->dev && enc->time_base && enc->time_end && in try_proc_low_deley_task() 2146 ((enc->time_end - enc->time_base) >= (RK_S64)(1000 * 1000))) in try_proc_low_deley_task() 2207 if (enc->dev && enc->time_base && enc->time_end && in try_proc_normal_task() 2208 ((enc->time_end - enc->time_base) >= (RK_S64)(1000 * 1000))) in try_proc_normal_task() 2279 enc->time_base = mpp_time(); in mpp_enc_thread()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | locale | 159 class time_base; 1722 class _LIBCPP_TYPE_VIS time_base 1765 public time_base, 1771 typedef time_base::dateorder dateorder; 2405 time_base::dateorder __do_date_order() const; 2413 template <> _LIBCPP_FUNC_VIS time_base::dateorder __time_get_storage<_CharT>::__do_date_order() con… 2418 extern template _LIBCPP_FUNC_VIS time_base::dateorder __time_get_storage<_CharT>::__do_date_order()… 2435 typedef time_base::dateorder dateorder;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | locale | 159 class time_base; 1722 class _LIBCPP_TYPE_VIS time_base 1765 public time_base, 1771 typedef time_base::dateorder dateorder; 2405 time_base::dateorder __do_date_order() const; 2413 template <> _LIBCPP_FUNC_VIS time_base::dateorder __time_get_storage<_CharT>::__do_date_order() con… 2418 extern template _LIBCPP_FUNC_VIS time_base::dateorder __time_get_storage<_CharT>::__do_date_order()… 2435 typedef time_base::dateorder dateorder;
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | md.rst | 368 bitmap/time_base 371 between 2 and 3 times ``time_base`` after all the covered blocks
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.c | 2461 __ATTR(time_base, S_IRUGO|S_IWUSR, timeout_show, timeout_store);
|