Home
last modified time | relevance | path

Searched refs:femto (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/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#"
20 - qcom,usb-snps-femto-v2-phy
/f-stack/freebsd/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.txt13 expressed in femto Farad (fF). Valid values are 7000 and 12500.
H A Drtc.yaml23 The capacitive load of the quartz(x-tal), expressed in femto
/f-stack/freebsd/contrib/alpine-hal/eth/
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()
H A Dal_hal_eth.h1457 uint64_t femto; /**< femto seconds */ member