Searched +full:rx +full:- +full:ts +full:- +full:routes (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| D | fsl,cpm1-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC CPM Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc885-tsa [all …]
|
| /kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
| D | tsa.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <dt-bindings/soc/cpm1-fsl,tsa.h> 135 return container_of(tsa_serial, struct tsa, serials[tsa_serial->id]); in tsa_serial_get_tsa() 170 switch (tsa_serial->id) { in tsa_serial_connect() 184 dev_err(tsa->dev, "Unsupported serial id %u\n", tsa_serial->id); in tsa_serial_connect() 185 return -EINVAL; in tsa_serial_connect() 188 spin_lock_irqsave(&tsa->lock, flags); in tsa_serial_connect() 189 tsa_clrsetbits32(tsa->si_regs + TSA_SICR, clear, set); in tsa_serial_connect() 190 spin_unlock_irqrestore(&tsa->lock, flags); in tsa_serial_connect() 202 switch (tsa_serial->id) { in tsa_serial_disconnect() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
| D | sja1105_ptp.c | 1 // SPDX-License-Identifier: GPL-2.0 7 /* The adjfine API clamps ppb between [-32,768,000, 32,768,000], and 8 * therefore scaled_ppm between [-2,147,483,648, 2,147,483,647]. 11 * Percentually speaking, this is a +/- 0.032x adjustment of the 12 * free-running counter (0.968x to 1.032x). 20 * one-shot toggle (no return to level) on the PTP_CLK pin. When used as a 29 /* This range is actually +/- SJA1105_MAX_ADJ_PPB 30 * divided by 1000 (ppb -> ppm) and with a 16-bit 34 * Convert scaled_ppm from the +/- ((10^6) << 16) range 35 * into the +/- (1 << 31) range. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
| D | sja1105_ptp.c | 1 // SPDX-License-Identifier: GPL-2.0 7 /* The adjfine API clamps ppb between [-32,768,000, 32,768,000], and 8 * therefore scaled_ppm between [-2,147,483,648, 2,147,483,647]. 11 * Percentually speaking, this is a +/- 0.032x adjustment of the 12 * free-running counter (0.968x to 1.032x). 20 * one-shot toggle (no return to level) on the PTP_CLK pin. When used as a 29 /* This range is actually +/- SJA1105_MAX_ADJ_PPB 30 * divided by 1000 (ppb -> ppm) and with a 16-bit 34 * Convert scaled_ppm from the +/- ((10^6) << 16) range 35 * into the +/- (1 << 31) range. [all …]
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | route.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * ROUTE - implementation of the IP router. 48 * Andi Kleen : Load-limit warning messages. 117 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK)) 223 seq_printf(seq, "%-127s\n", in rt_cache_seq_show() 257 for (cpu = *pos-1; cpu < nr_cpu_ids; ++cpu) { in rt_cpu_seq_start() 298 0, /* st->in_hit */ in rt_cpu_seq_show() 299 st->in_slow_tot, in rt_cpu_seq_show() 300 st->in_slow_mc, in rt_cpu_seq_show() 301 st->in_no_route, in rt_cpu_seq_show() [all …]
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | route.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * ROUTE - implementation of the IP router. 48 * Andi Kleen : Load-limit warning messages. 110 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK)) 222 seq_printf(seq, "%-127s\n", in rt_cache_seq_show() 243 for (cpu = *pos-1; cpu < nr_cpu_ids; ++cpu) { in rt_cpu_seq_start() 285 0, /* st->in_hit */ in rt_cpu_seq_show() 286 st->in_slow_tot, in rt_cpu_seq_show() 287 st->in_slow_mc, in rt_cpu_seq_show() 288 st->in_no_route, in rt_cpu_seq_show() [all …]
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| D | seg6_local.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * SR-IPv6 implementation 76 /* default length values (expressed in bits) for both Locator-Block and 77 * Locator-Node Function. 82 * Locator-Block and Locator-Node Function must be byte-aligned (we can 97 * used directly to check whether the lengths (in bits) of Locator-Block and 98 * Locator-Node Function are valid according to (i), (ii), (iii). 130 /* Locator-Block length, expressed in bits */ 132 /* Locator-Node Function length, expressed in bits*/ 137 DT_INVALID_MODE = -EINVAL, [all …]
|