Searched full:femto (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | qcom,usb-snps-femto-v2.yaml | 4 $id: http://devicetree.org/schemas/phy/qcom,usb-snps-femto-v2.yaml# 7 title: Qualcomm Synopsys Femto High-Speed USB PHY V2
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | nxp,pcf8523.txt | 9 expressed in femto Farad (fF). Valid values are 7000 and 12500.
|
H A D | nxp,pcf85063.txt | 14 expressed in femto Farad (fF). Valid values are 7000 and 12500.
|
H A D | rtc.yaml | 31 The capacitive load of the quartz(x-tal), expressed in femto
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ratio.cppm |
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth.h | 1457 uint64_t femto; /**< femto seconds */ member 1463 * The HW maintains 50 bits for the sub-seconds portion in femto resolution, 1478 * @param clk_period the clock period in femto seconds. 1572 * @param subseconds the read latency delay in femto seconds. 1584 * @param subseconds the write latency delay in femto seconds. 1597 * @param subseconds the write latency delay in femto seconds. 1611 * @param subseconds the sync latency delay in femto seconds. 1629 uint64_t pulse_width; /**< pulse width in femto seconds */
|
H A D | al_hal_eth_main.c | 3607 systime->femto = (uint64_t)reg << 18; in al_eth_pth_systime_read() 3661 reg = time->femto & AL_BIT_MASK(18); in al_eth_pth_int_update_time_set() 3665 reg = time->femto >> 18; in al_eth_pth_int_update_time_set() 3698 reg = time->femto & AL_BIT_MASK(18); in al_eth_pth_ext_update_time_set() 3702 reg = time->femto >> 18; in al_eth_pth_ext_update_time_set() 3802 reg = params->start_time.femto & AL_BIT_MASK(18); in al_eth_pth_pulse_out_config() 3806 reg = params->start_time.femto >> 18; in al_eth_pth_pulse_out_config()
|
/freebsd/usr.bin/units/ |
H A D | definitions.units | 35 femto- 1e-15 65 f- femto
|
/freebsd/share/man/man7/ |
H A D | orders.7 | 78 .It Quadrillionth Ta 10^-15 Ta femto Ta f Ta 0.000000000000001
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ratio | 48 typedef ratio<1, 1000000000000000> femto; 269 typedef ratio<1LL, 1000000000000000LL> femto;
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | ostream.h | 78 else if constexpr (same_as<typename _Period::type, femto>) in __units_suffix()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1190 SYMBOL(femto, std::, <ratio>)
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 2050 struct ratio_string<std::femto> { 14939 std::string ratio_string<std::femto>::symbol() { return "f"; } in symbol()
|