Home
last modified time | relevance | path

Searched full:femto (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml4 $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 Dnxp,pcf8523.txt9 expressed in femto Farad (fF). Valid values are 7000 and 12500.
H A Dnxp,pcf85063.txt14 expressed in femto Farad (fF). Valid values are 7000 and 12500.
H A Drtc.yaml31 The capacitive load of the quartz(x-tal), expressed in femto
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dratio.cppm
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1457 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 Dal_hal_eth_main.c3607 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 Ddefinitions.units35 femto- 1e-15
65 f- femto
/freebsd/share/man/man7/
H A Dorders.778 .It Quadrillionth Ta 10^-15 Ta femto Ta f Ta 0.000000000000001
/freebsd/contrib/llvm-project/libcxx/include/
H A Dratio48 typedef ratio<1, 1000000000000000> femto;
269 typedef ratio<1LL, 1000000000000000LL> femto;
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dostream.h78 else if constexpr (same_as<typename _Period::type, femto>) in __units_suffix()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1190 SYMBOL(femto, std::, <ratio>)
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2050 struct ratio_string<std::femto> {
14939 std::string ratio_string<std::femto>::symbol() { return "f"; } in symbol()