Searched full:billion (Results 1 – 25 of 41) sorted by relevance
12
/linux-6.14.4/drivers/net/ethernet/pensando/ionic/ |
D | ionic.h | 25 #define NORMAL_PPB 1000000000 /* one billion parts per billion */
|
D | ionic_phc.c | 630 * Here expressed as NORMAL_PPB (1 billion parts per billion). in ionic_lif_alloc_phc()
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-class-rtc | 75 adjustment. The unit is parts per billion, i.e. The number of 77 clock per billion ticks. A positive value makes a day pass more
|
D | sysfs-ptp | 34 parts per billion.
|
/linux-6.14.4/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 372 * new_incval = base_incval + (base_incval * adjustment) / 1billion 375 * max_incval = base_incval + (base_incval * max_adj) / billion 378 * max_adj = floor(((max_incval - base_incval) * 1billion) / 1billion)
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | fixed-clock.yaml | 32 description: accuracy of clock in ppb (parts per billion).
|
/linux-6.14.4/include/linux/ |
D | threads.h | 32 * [NOTE: PID/TIDs are limited to 2^30 ~= 1 billion, see FUTEX_TID_MASK.]
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ptp.h | 38 /* Maximum parts-per-billion adjustment that is acceptable */
|
D | cxgb4_ptp.c | 199 * @scaled_ppm: Desired frequency in scaled parts per billion
|
/linux-6.14.4/arch/sparc/vdso/ |
D | vclock_gettime.c | 342 * There cannot be > 1 billion usec in a second: in __vdso_gettimeofday() 378 * There cannot be > 1 billion usec in a second: in __vdso_gettimeofday_stick()
|
/linux-6.14.4/Documentation/devicetree/bindings/ptp/ |
D | fsl,ptp.yaml | 84 Maximum frequency adjustment in parts per billion.
|
/linux-6.14.4/drivers/iio/accel/ |
D | kionix-kx022a.h | 146 * parts per billion.
|
/linux-6.14.4/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 2139 {HFC_CCD_2BD0, 0, "CCD/Billion/Asuscom 2BD0"}, 2140 {HFC_CCD_B000, 0, "Billion B000"}, 2141 {HFC_CCD_B006, 0, "Billion B006"}, 2142 {HFC_CCD_B007, 0, "Billion B007"}, 2143 {HFC_CCD_B008, 0, "Billion B008"}, 2144 {HFC_CCD_B009, 0, "Billion B009"}, 2145 {HFC_CCD_B00A, 0, "Billion B00A"}, 2146 {HFC_CCD_B00B, 0, "Billion B00B"}, 2147 {HFC_CCD_B00C, 0, "Billion B00C"},
|
D | hfcsusb.h | 358 "Billion tiny USB ISDN TA 128"}),
|
/linux-6.14.4/drivers/rtc/ |
D | interface.c | 1031 * rtc_read_offset - Read the amount of rtc offset in parts per billion 1033 * @offset: the offset in parts per billion 1062 * @offset: the offset in parts per billion
|
D | rtc-pcf2123.c | 97 #define OFFSET_STEP (2170) /* Offset step in parts per billion */
|
/linux-6.14.4/drivers/clk/bcm/ |
D | clk-kona.c | 66 BUG_ON(billionths >= BILLION); in scaled_div_build() 68 combined = (u64)div_value * BILLION + billionths; in scaled_div_build() 71 return DIV_ROUND_CLOSEST_ULL(combined, BILLION); in scaled_div_build()
|
/linux-6.14.4/crypto/ |
D | rsa-pkcs1pad.c | 90 /* Four billion to one */ in pkcs1pad_encrypt_complete()
|
D | rsassa-pkcs1.c | 207 /* Four billion to one */ in rsassa_pkcs1_sign()
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_ptp.c | 247 /* Adjust the HW clock by a rate given in parts-per-billion (ppb) units.
|
/linux-6.14.4/drivers/net/ethernet/ti/icssg/ |
D | icss_iep.c | 293 /* ppb is amount of frequency we want to adjust in 1GHz (billion) in icss_iep_ptp_adjfine() 295 * i.e. at end of 1 second (1 billion ns) clock time, we should be in icss_iep_ptp_adjfine()
|
/linux-6.14.4/drivers/clk/ |
D | clk-eyeq.c | 201 * that. To get accuracy, convert to ppb (parts per billion). in eqc_pll_parse_registers() 204 * with acc in parts per billion and, in eqc_pll_parse_registers()
|
/linux-6.14.4/Documentation/networking/ |
D | rxrpc.rst | 110 (#) Up to a billion connections may be supported concurrently between one 123 billion calls, but only up to four calls may be in progress on a 132 not exceed 4 billion, however, as this would cause the sequence number to
|
/linux-6.14.4/fs/xfs/scrub/ |
D | dirtree.c | 169 * If this path is more than 2 billion steps long, this directory tree in xchk_dirpath_append() 230 * If there are more than 2 billion actual parent pointers for this in xchk_dirtree_create_path()
|
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
D | xapic_ipi_test.c | 172 * billion ticks per second. in sender_guest_code()
|
12