Home
last modified time | relevance | path

Searched refs:PSEC_PER_SEC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/vdso/
H A Dtime64.h12 #define PSEC_PER_SEC 1000000000000LL macro
/openbmc/linux/drivers/phy/
H A Dphy-core-mipi-dphy.c36 ui = ALIGN(PSEC_PER_SEC, hs_clk_rate); in phy_mipi_dphy_calc_config()
114 ui = ALIGN(PSEC_PER_SEC, cfg->hs_clk_rate); in phy_mipi_dphy_config_validate()
/openbmc/linux/drivers/iio/trigger/
H A Diio-trig-hrtimer.c20 #define PSEC_PER_SEC 1000000000000LL macro
73 period = PSEC_PER_SEC; in iio_hrtimer_store_sampling_frequency()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c415 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs); in inno_dsidphy_mipi_mode_enable()
419 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc); in inno_dsidphy_mipi_mode_enable()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c153 adj = PSEC_PER_SEC << 16; in ocelot_ptp_adjfine()