Home
last modified time | relevance | path

Searched +full:25 +full:ns (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/linux/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh7 local ns=$1; shift
13 ip -n $ns -j -p -$family route show $route \
29 local ns=$1; shift
34 busywait 5000 __fib_trap_check $ns $family "$route" $should_fail
39 local ns=$1; shift
43 fib_trap_check $ns 4 "$route" $should_fail
48 local ns=$1; shift
52 fib_trap_check $ns 6 "$route" $should_fail
57 local ns=$1; shift
63 ip -n $ns link add name dummy$i type dummy
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62-lp-sk-nand.dtso62 gpmc,cs-on-ns = <0>;
63 gpmc,cs-rd-off-ns = <40>;
64 gpmc,cs-wr-off-ns = <40>;
65 gpmc,adv-on-ns = <0>;
66 gpmc,adv-rd-off-ns = <25>;
67 gpmc,adv-wr-off-ns = <25>;
68 gpmc,we-on-ns = <0>;
69 gpmc,we-off-ns = <20>;
70 gpmc,oe-on-ns = <3>;
71 gpmc,oe-off-ns = <30>;
[all …]
H A Dk3-am642-evm-nand.dtso87 gpmc,cs-on-ns = <0>;
88 gpmc,cs-rd-off-ns = <40>;
89 gpmc,cs-wr-off-ns = <40>;
90 gpmc,adv-on-ns = <0>;
91 gpmc,adv-rd-off-ns = <25>;
92 gpmc,adv-wr-off-ns = <25>;
93 gpmc,we-on-ns = <0>;
94 gpmc,we-off-ns = <20>;
95 gpmc,oe-on-ns = <3>;
96 gpmc,oe-off-ns = <30>;
[all …]
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dproc.c21 static struct netstat *lookup_type(struct netstat *ns, in lookup_type() argument
24 while (ns != NULL) { in lookup_type()
25 size_t cmp = max(len, strlen(ns->header_name)); in lookup_type()
27 if (!strncmp(ns->header_name, type, cmp)) in lookup_type()
28 return ns; in lookup_type()
29 ns = ns->next; in lookup_type()
34 static struct netstat *lookup_get(struct netstat *ns, in lookup_get() argument
39 ret = lookup_type(ns, type, len); in lookup_get()
50 ret->next = ns; in lookup_get()
57 static struct netstat *lookup_get_column(struct netstat *ns, const char *line) in lookup_get_column() argument
[all …]
/linux/arch/arm/boot/dts/microchip/
H A Dsama5d3xcm.dtsi65 atmel,smc-ncs-rd-setup-ns = <0>;
66 atmel,smc-ncs-wr-setup-ns = <0>;
67 atmel,smc-nwe-setup-ns = <8>;
68 atmel,smc-nrd-setup-ns = <16>;
69 atmel,smc-ncs-rd-pulse-ns = <84>;
70 atmel,smc-ncs-wr-pulse-ns = <84>;
71 atmel,smc-nrd-pulse-ns = <76>;
72 atmel,smc-nwe-pulse-ns = <76>;
73 atmel,smc-nrd-cycle-ns = <107>;
74 atmel,smc-nwe-cycle-ns = <84>;
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-duovero-parlor.dts35 gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */
146 gpmc,cs-on-ns = <10>;
147 gpmc,cs-rd-off-ns = <50>;
148 gpmc,cs-wr-off-ns = <50>;
149 gpmc,adv-on-ns = <0>;
150 gpmc,adv-rd-off-ns = <10>;
151 gpmc,adv-wr-off-ns = <10>;
152 gpmc,oe-on-ns = <15>;
153 gpmc,oe-off-ns = <50>;
154 gpmc,we-on-ns = <15>;
[all …]
H A Dlogicpd-torpedo-baseboard.dtsi123 gpmc,cs-on-ns = <0>;
124 gpmc,cs-rd-off-ns = <45>;
125 gpmc,cs-wr-off-ns = <45>;
126 gpmc,adv-on-ns = <0>;
127 gpmc,adv-rd-off-ns = <0>;
128 gpmc,adv-wr-off-ns = <0>;
129 gpmc,oe-on-ns = <0>;
130 gpmc,oe-off-ns = <45>;
131 gpmc,we-on-ns = <0>;
132 gpmc,we-off-ns = <25>;
[all …]
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_socrates.dts69 gpios = <&portb 25 1>;
88 cdns,tshsl-ns = <50>;
89 cdns,tsd2d-ns = <50>;
90 cdns,tchsh-ns = <4>;
91 cdns,tslch-ns = <4>;
H A Dsocfpga_cyclone5_sockit.dts41 gpios = <&portb 25 0>; /* HPS_GPIO54 */
178 cdns,tshsl-ns = <50>;
179 cdns,tsd2d-ns = <50>;
180 cdns,tchsh-ns = <4>;
181 cdns,tslch-ns = <4>;
/linux/net/x25/
H A Dx25_in.c3 * X.25 Packet Layer release 002
12 * X.25 001 Jonathan Naylor Started coding.
13 * X.25 002 Jonathan Naylor Centralised disconnection code.
208 static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, … in x25_state3_machine() argument
261 if ((ns != x25->vr) || !x25_validate_nr(sk, nr)) { in x25_state3_machine()
274 if (ns == x25->vr) { in x25_state3_machine()
418 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local
423 frametype = x25_decode(sk, skb, &ns, &nr, &q, &d, &m); in x25_process_rx_frame()
433 queued = x25_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in x25_process_rx_frame()
H A Dx25_subr.c3 * X.25 Packet Layer release 002
12 * X.25 001 Jonathan Naylor Started coding.
13 * X.25 002 Jonathan Naylor Centralised disconnection processing.
258 * Unpick the contents of the passed X.25 Packet Layer frame.
260 int x25_decode(struct sock *sk, struct sk_buff *skb, int *ns, int *nr, int *q, in x25_decode() argument
270 *ns = *nr = *q = *d = *m = 0; in x25_decode()
319 *ns = (frame[2] >> 1) & 0x7F; in x25_decode()
328 *ns = (frame[2] >> 1) & 0x07; in x25_decode()
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa25x.dtsi40 interrupts = <25>;
100 clock-latency-ns = <20>;
105 clock-latency-ns = <20>;
110 clock-latency-ns = <20>;
115 clock-latency-ns = <20>;
H A Dpxa27x.dtsi14 interrupts = <25>;
155 clock-latency-ns = <20>;
160 clock-latency-ns = <20>;
165 clock-latency-ns = <20>;
170 clock-latency-ns = <20>;
175 clock-latency-ns = <20>;
180 clock-latency-ns = <20>;
185 clock-latency-ns = <20>;
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,gic-v5.yaml99 "ns-" stands for non-secure, "s-" for secure, "realm-" for realm
104 enum: [ ns-config, s-config, realm-config, el3-config, ns-setlpi,
151 "ns-" stands for non-secure, "s-" for secure, "realm-" for realm
156 enum: [ ns-config, s-config, realm-config, el3-config ]
187 "ns-" stands for non-secure, "s-" for secure, "realm-" for realm
192 enum: [ ns-translate, s-translate, realm-translate, el3-translate ]
234 interrupts = <1 25 4>;
239 reg-names = "ns-config";
251 reg-names = "ns-config";
259 reg-names = "ns-translate";
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-meson8b.c35 /* TX clock delay in ns = "8ns / 4 * tx_dly_val" (where 8ns are exactly one
37 * 0ns = 0x0, 2ns = 0x1, 4ns = 0x2, 6ns = 0x3
67 * ...) can be configured to be 1 to compensate for a delay of about 1ns.
362 * 25MHz for 100Mbit/s and 2.5MHz for 10Mbit/s). in meson8b_init_prg_eth()
379 /* invert internal clk_rmii_i to generate 25/2.5 tx_rx_clk */ in meson8b_init_prg_eth()
422 /* use 2ns as fallback since this value was previously hardcoded */ in meson8b_dwmac_probe()
423 if (of_property_read_u32(pdev->dev.of_node, "amlogic,tx-delay-ns", in meson8b_dwmac_probe()
431 "amlogic,rx-delay-ns", in meson8b_dwmac_probe()
433 /* convert ns to ps */ in meson8b_dwmac_probe()
/linux/drivers/ssb/
H A Ddriver_chipcommon.c423 case SSB_PLLTYPE_3: /* 25Mhz, 2 dividers */ in ssb_chipco_get_clockcontrol()
435 unsigned long ns) in ssb_chipco_timing_init() argument
443 tmp = DIV_ROUND_UP(10, ns) << SSB_PROG_WCNT_3_SHIFT; /* Waitcount-3 = 10ns */ in ssb_chipco_timing_init()
444 tmp |= DIV_ROUND_UP(40, ns) << SSB_PROG_WCNT_1_SHIFT; /* Waitcount-1 = 40ns */ in ssb_chipco_timing_init()
445 tmp |= DIV_ROUND_UP(240, ns); /* Waitcount-0 = 240ns */ in ssb_chipco_timing_init()
449 tmp = DIV_ROUND_UP(10, ns) << SSB_FLASH_WCNT_3_SHIFT; /* Waitcount-3 = 10nS */ in ssb_chipco_timing_init()
450 tmp |= DIV_ROUND_UP(10, ns) << SSB_FLASH_WCNT_1_SHIFT; /* Waitcount-1 = 10nS */ in ssb_chipco_timing_init()
451 tmp |= DIV_ROUND_UP(120, ns); /* Waitcount-0 = 120nS */ in ssb_chipco_timing_init()
462 tmp = DIV_ROUND_UP(10, ns) << SSB_PROG_WCNT_3_SHIFT; /* Waitcount-3 = 10ns */ in ssb_chipco_timing_init()
463 tmp |= DIV_ROUND_UP(20, ns) << SSB_PROG_WCNT_2_SHIFT; /* Waitcount-2 = 20ns */ in ssb_chipco_timing_init()
[all …]
/linux/Documentation/trace/
H A Dtimerlat-tracer.rst36 <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
90 [root@f32 tracing]# echo 25 > osnoise/stop_tracing_total_us
92 … cc1-87882 [005] d..h... 548.771078: #402268 context irq timer_latency 13585 ns
[all …]
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7280a.yaml40 adi,acquisition-time-ns:
72 interrupts = <25 2>;
74 adi,acquisition-time-ns = <800>;
/linux/Documentation/devicetree/bindings/i2c/
H A Dst,stm32-i2c.yaml25 i2c-scl-rising-time-ns:
26 default: 25
28 i2c-scl-falling-time-ns:
188 i2c-scl-rising-time-ns = <185>;
189 i2c-scl-falling-time-ns = <20>;
/linux/arch/sh/include/mach-common/mach/
H A Dsh2007.h79 /* wait cycle (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */
80 #define IW5 6 /* 60ns PIO mode 4 */
81 #define IW6 15 /* 250ns */
87 /* wait B (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */
/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-latch.yaml58 setup-duration-ns:
62 clock-duration-ns:
86 setup-duration-ns = <100>;
87 clock-duration-ns = <100>;
92 <&gpio3 25 0>, <&gpio3 26 0>,
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-sapphire-excavator.dts55 24 25 26 27 28 29 30 31
153 i2c-scl-rising-time-ns = <300>;
154 i2c-scl-falling-time-ns = <15>;
169 i2c-scl-rising-time-ns = <600>;
170 i2c-scl-falling-time-ns = <20>;
/linux/drivers/mtd/maps/
H A Ddc21285.c30 * is unpredictible. So we have a 25us penalty per
48 udelay(25); in nw_en_write()
204 * 0 for 16 cycles (the default). Cycles are 20 ns. in init_dc21285()
205 * Here we use 7 for 140 ns flash chips. in init_dc21285()
/linux/drivers/ata/
H A Dpata_ep93xx.c121 IDEUDMASTS_NDI = (1 << 25),
168 * PIO Mode [ns]
201 * Single iteration should take 5 cpu cycles. This is 25ns assuming the
203 * than eg. 20ns.
222 * tA = 35ns after activation of DIOR-/DIOW-. Maximum IORDY pulse in ep93xx_pata_wait_for_iordy()
223 * width is tB = 1250ns. in ep93xx_pata_wait_for_iordy()
226 * DIOR-/DIOW-, so we set timeout to (1250 + 35) / 25 - t2 additional in ep93xx_pata_wait_for_iordy()
229 unsigned long start = (1250 + 35) / 25 - t2; in ep93xx_pata_wait_for_iordy()
339 * of our delay loop takes 5 cpu cycles (25ns). in ep93xx_pata_set_piomode()
864 * Set timings to safe values at startup (= number of ns from ATA in ep93xx_pata_port_start()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h51 u32 ns; member
261 u32 ns; member
394 HW_ATL_RX_ENABLE_CMP_PROT_L4 = BIT(25),
497 CAPS_HI_MAC_STOP = 25,
535 CTRL_MAC_STOP = 25,
570 CAPS_EX_RESERVED25 = 25,

12345678910>>...13