| /linux/arch/riscv/boot/dts/starfive/ |
| H A D | jh7100-common.dtsi | 316 i2c-sda-hold-time-ns = <300>; 317 i2c-sda-falling-time-ns = <500>; 318 i2c-scl-falling-time-ns = <500>; 336 i2c-sda-hold-time-ns = <300>; 337 i2c-sda-falling-time-ns = <100>; 338 i2c-scl-falling-time-ns = <100>; 346 i2c-sda-hold-time-ns = <300>; 347 i2c-sda-falling-time-ns = <500>; 348 i2c-scl-falling-time-ns = <500>;
|
| /linux/tools/testing/selftests/net/ |
| H A D | udpgro.sh | 8 readonly PEER_NS="ns-peer-$(mktemp -u XXXXXX)" 20 local -r ns="$(ip netns list|grep $PEER_NS)" 23 [ -n "$ns" ] && ip netns del $ns 2>/dev/null 176 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720" 178 … "GRO with custom segment size cmsg" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720 -S 500" 195 run_test "GRO with custom segment size" "${ipv6_args} -M 1 -s 14520 -S 500" "-n 1 -l 14520" 197 …test "GRO with custom segment size cmsg" "${ipv6_args} -M 1 -s 14520 -S 500" "-n 1 -l 14520 -S 500"
|
| H A D | pmtu.sh | 289 # ns peer segment 299 # ns destination gateway 310 # ns family nh id destination gateway 322 # ns family prefix nh id 735 [ "${ns}" = "" ] && ns="${i}" && continue 739 ns_name="$(nsname ${ns})" 743 ns=""; addr=""; gw="" 749 [ "${ns}" = "" ] && ns [all...] |
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-tegra.c | 100 500, 500 * 2000); in tegra_mgbe_resume() 132 usleep_range(10, 20); /* 50ns min delay needed as per HW design */ in mgbe_uphy_lane_bringup_serdes_up() 137 usleep_range(10, 20); /* 500ns min delay needed as per HW design */ in mgbe_uphy_lane_bringup_serdes_up() 150 usleep_range(10, 20); /* 50ns min delay needed as per HW design */ in mgbe_uphy_lane_bringup_serdes_up() 159 usleep_range(10, 20); /* 50ns min delay needed as per HW design */ in mgbe_uphy_lane_bringup_serdes_up() 164 usleep_range(10, 20); /* 50ns min delay needed as per HW design */ in mgbe_uphy_lane_bringup_serdes_up() 176 500, 500 * 2000); in mgbe_uphy_lane_bringup_serdes_up() 339 500, 500 * 2000); in tegra_mgbe_probe()
|
| /linux/drivers/media/rc/ |
| H A D | ene_ir.h | 130 /* detected RX carrier period (resolution: 500 ns) */ 134 /* detected RX carrier pulse width (resolution: 500 ns) */ 137 /* TX period (resolution: 500 ns, minimum 2)*/ 144 /* TX pulse width (resolution: 500 ns)*/
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | s8003.dtsi | 19 clock-latency-ns = <500>; 24 clock-latency-ns = <45000>; 29 clock-latency-ns = <22000>; 34 clock-latency-ns = <25000>; 39 clock-latency-ns = <28000>; 44 clock-latency-ns = <35000>; 49 clock-latency-ns = <38000>; 56 clock-latency-ns = <38000>;
|
| /linux/Documentation/trace/ |
| H A D | timerlat-tracer.rst | 36 <idle>-0 [000] d.h1 54.029328: #1 context irq timer_latency 932 ns 37 <...>-867 [000] .... 54.029339: #1 context thread timer_latency 11700 ns 38 <idle>-0 [001] dNh1 54.029346: #1 context irq timer_latency 2833 ns 39 <...>-868 [001] .... 54.029353: #1 context thread timer_latency 9820 ns 40 <idle>-0 [000] d.h1 54.030328: #2 context irq timer_latency 769 ns 41 <...>-867 [000] .... 54.030330: #2 context thread timer_latency 3070 ns 42 <idle>-0 [001] d.h1 54.030344: #2 context irq timer_latency 935 ns 43 <...>-868 [001] .... 54.030347: #2 context thread timer_latency 4351 ns 92 … cc1-87882 [005] d..h... 548.771078: #402268 context irq timer_latency 13585 ns 93 …87882 [005] dNLh1.. 548.771082: irq_noise: local_timer:236 start 548.771077442 duration 7597 ns [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | dt2811.c | 74 #define DT2811_OSC_BASE 1666 /* 600 kHz = 1666.6667ns */ 106 * 1, 10, 100, 500 (on the dt2811-pgl). 132 BIP_RANGE(0.01), /* range 3: gain=500 */ 137 BIP_RANGE(0.005), /* range 3+4: gain=500 */ 142 UNI_RANGE(0.01) /* range 3+8: gain=500 */ 309 unsigned long long ns; in dt2811_ns_to_timer() local 335 ns = divider * DT2811_OSC_BASE; in dt2811_ns_to_timer() 336 if (ns > COMEDI_MIN_SPEED) in dt2811_ns_to_timer() 340 if (ns <= *nanosec && ns > ns_hi) { in dt2811_ns_to_timer() 341 ns_hi = ns; in dt2811_ns_to_timer() [all …]
|
| /linux/lib/ |
| H A D | find_bit_benchmark.c | 27 #define SPARSE 500 47 pr_err("find_first_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_bit() 66 pr_err("find_first_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_and_bit() 80 pr_err("find_next_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_bit() 94 pr_err("find_next_zero_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_zero_bit() 113 pr_err("find_last_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_last_bit() 129 pr_err("find_nth_bit: %18llu ns, %6ld iterations\n", time, w); in test_find_nth_bit() 144 pr_err("find_next_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_and_bit()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | bayer.svg | 3 …tp://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3… 8 …500v-1e3h1e3v1e3h-500z" stroke="#00f"/></g></g><g id="g261" class="com.sun.star.drawing.CustomShap… 25 …500v-1e3h1e3v1e3h-500z" stroke="#00f"/></g></g><g id="g531" class="com.sun.star.drawing.CustomShap… 26 …500v-1e3h1e3v1e3h-500z" stroke="#0c0"/></g></g><g id="g552" class="com.sun.star.drawing.CustomShap… 27 …500v-1e3h1e3v1e3h-500z" stroke="#f00"/></g></g><g id="g573" class="com.sun.star.drawing.CustomShap… 28 …500v-1e3h1e3v1e3h-500z" stroke="#0c0"/></g></g><g id="g594" class="com.sun.star.drawing.CustomShap… 29 …500v-1e3h1e3v1e3h-500z" stroke="#f00"/></g></g><g id="g615" class="com.sun.star.drawing.CustomShap… 30 …500v-1e3h1e3v1e3h-500z" stroke="#f00"/></g></g><g id="g636" class="com.sun.star.drawing.CustomShap…
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A D | uniphier-pro5.dtsi | 46 clock-latency-ns = <300>; 50 clock-latency-ns = <300>; 54 clock-latency-ns = <300>; 58 clock-latency-ns = <300>; 62 clock-latency-ns = <300>; 66 clock-latency-ns = <300>; 70 clock-latency-ns = <300>; 74 clock-latency-ns = <300>; 78 clock-latency-ns = <300>; 82 clock-latency-ns = <300>; [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | timer_32.h | 27 * the Limit bit is set and the counter is set to 500 nS (i.e. 0x00000200).
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 123 Configure weight=500 on /dev/sda (8:0) in this cgroup:: 125 # echo 8:0 500 > blkio.bfq.weight_device 128 8:0 500 176 io_service_time in ns. 191 and the fourth field specifies the io_wait_time in ns.
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2g-ice.dts | 337 cdns,tshsl-ns = <500>; 338 cdns,tsd2d-ns = <500>; 339 cdns,tchsh-ns = <119>; 340 cdns,tslch-ns = <119>;
|
| H A D | keystone-k2g-evm.dts | 404 cdns,tshsl-ns = <500>; 405 cdns,tsd2d-ns = <500>; 406 cdns,tchsh-ns = <119>; 407 cdns,tslch-ns = <119>;
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | br_netfilter.sh | 49 local packets=500 144 eval ip -net \$ns"$i" link set eth0 up 147 eval ip -net \$ns"$i" addr add "10.0.0.1$i/24" dev eth0
|
| /linux/tools/testing/selftests/timers/ |
| H A D | freq-step.c | 24 #define MAX_PRECISION 500e-9 225 printf("CLOCK_MONOTONIC_RAW+CLOCK_MONOTONIC precision: %.0f ns\t\t", in init_test() 229 ksft_exit_skip("precision: %.0f ns > MAX_PRECISION: %.0f ns\n", in init_test()
|
| /linux/drivers/pwm/ |
| H A D | pwm-sl28cpld.c | 18 * | 0 | cnt[7] | cnt[6:0] | 250 Hz | 4000000 ns | 19 * | 1 | cnt[6] | cnt[5:0] | 500 Hz | 2000000 ns | 20 * | 2 | cnt[5] | cnt[4:0] | 1 kHz | 1000000 ns | 21 * | 3 | cnt[4] | cnt[3:0] | 2 kHz | 500000 ns |
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-guardian.dts | 162 gpmc,cs-on-ns = <0>; 163 gpmc,cs-rd-off-ns = <30>; 164 gpmc,cs-wr-off-ns = <30>; 165 gpmc,adv-on-ns = <0>; 166 gpmc,adv-rd-off-ns = <30>; 167 gpmc,adv-wr-off-ns = <30>; 168 gpmc,we-on-ns = <0>; 169 gpmc,we-off-ns = <15>; 170 gpmc,oe-on-ns = <1>; 171 gpmc,oe-off-ns = <15>; [all …]
|
| /linux/drivers/hwmon/ |
| H A D | sfctemp.c | 20 * powered up. Trst(min 100ns) 69 /* wait t_pu(50us) + t_rst(100ns) */ in sfctemp_power_up() 74 udelay(1); /* wait t_su(500ps) */ in sfctemp_power_up()
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-energy.rst | 170 512 - - - - - - - ##- - - - - * CPU3: 500 / 768 * 800 = 520 205 512 =========== - ##- - - - - * CPU3: 500 / 768 * 800 = 520 302 C = Nd * (Nc + Ns)
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ptp.c | 28 * 1.99609375000(500), 3.99218750000(250) as reference in sparx5_ptp_get_1ppm() 492 s64 ns; in sparx5_ptp_gettime64() local 509 ns = spx5_rd(sparx5, PTP_PTP_TOD_NSEC(consts->tod_pin)); in sparx5_ptp_gettime64() 510 ns &= PTP_PTP_TOD_NSEC_PTP_TOD_NSEC; in sparx5_ptp_gettime64() 515 if ((ns & 0xFFFFFFF0) == 0x3FFFFFF0) { in sparx5_ptp_gettime64() 517 ns &= 0xf; in sparx5_ptp_gettime64() 518 ns += 999999984; in sparx5_ptp_gettime64() 521 set_normalized_timespec64(ts, s, ns); in sparx5_ptp_gettime64()
|
| /linux/include/linux/comedi/ |
| H A D | comedi_8254.h | 28 #define I8254_OSC_BASE_2MHZ 500 82 * @osc_base: cascaded oscillator speed in ns
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nuvoton,nau8824.yaml | 122 - 0 # 500ns
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ptp.c | 302 return msecs_to_jiffies(500); in iavf_ptp_do_aux_work() 472 u64 ns; in iavf_ptp_extend_32b_timestamp() local 480 ns = cached_phc_time - (low - in_tstamp); in iavf_ptp_extend_32b_timestamp() 482 ns = cached_phc_time + delta; in iavf_ptp_extend_32b_timestamp() 484 return ns; in iavf_ptp_extend_32b_timestamp()
|