/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A 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 …]
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | tsa.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <dt-bindings/soc/cpm1-fsl,tsa.h> 24 #define TSA_SIRAM_ENTRY_CNT(x) (((x) & 0x0f) << 18) argument 37 #define TSA_SIMODE_TDMA(x) ((x) << 0) argument 38 #define TSA_SIMODE_TDMB(x) ((x) << 16) argument 45 #define TSA_SIMODE_TDM_RFSD(x) ((x) << 8) argument 52 #define TSA_SIMODE_TDM_TFSD(x) ((x) << 0) argument 72 #define TSA_SICR_SCC2(x) ((x) << 8) argument 73 #define TSA_SICR_SCC3(x) ((x) << 16) argument 74 #define TSA_SICR_SCC4(x) ((x) << 24) argument [all …]
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A 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 …]
|
/openbmc/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <linux/devfreq-event.h> 100 * struct dmc_opp_table - Operating level desciption 112 * struct exynos5_dmc - main structure describing DMC device 195 __val = (t_val) << (timing)->bit_beg; \ 219 TIMING_FIELD("tW2W-C2C", 14, 14), 220 TIMING_FIELD("tR2R-C2C", 12, 12), 242 for (i = 0; i < dmc->num_counters; i++) { in exynos5_counters_set_event() 243 if (!dmc->counter[i]) in exynos5_counters_set_event() 245 ret = devfreq_event_set_event(dmc->counter[i]); in exynos5_counters_set_event() [all …]
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 28 #include "exec/page-protection.h" 112 #include <linux/dm-ioctl.h> 133 #include "user-internals.h" 135 #include "signal-common.h" 137 #include "user-mmap.h" 138 #include "user/safe-syscall.h" 139 #include "qemu/guest-random.h" 141 #include "user/syscall-trace.h" 142 #include "special-errno.h" 144 #include "fd-trans.h" [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Corey Minyard <wf-rch!minyard@relay.EU.net> 13 * Florian La Roche, <flla@stud.uni-sb.de> 25 * sk->inuse=1 and was trying to connect 51 * Alan Cox : sk->keepopen now seems to work 53 * Alan Cox : Fixed assorted sk->rqueue->next errors 63 * Alan Cox : FIN with no memory -> CRASH 113 * Alan Cox : Changed the semantics of sk->socket to 164 * Matt Day : poll()->select() match BSD precisely on error 166 * Marc Tamsky : Various sk->prot->retransmits and [all …]
|
H A 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)) 218 seq_printf(seq, "%-127s\n", in rt_cache_seq_show() 239 for (cpu = *pos-1; cpu < nr_cpu_ids; ++cpu) { in rt_cpu_seq_start() 277 seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x " in rt_cpu_seq_show() 278 "%08x %08x %08x %08x %08x %08x " in rt_cpu_seq_show() 279 "%08x %08x %08x %08x\n", in rt_cpu_seq_show() 281 0, /* st->in_hit */ in rt_cpu_seq_show() [all …]
|
/openbmc/linux/net/ipv6/ |
H A 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 …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-01-08 03:00:39.311-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-01-08 03:00:39.421-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-01-07 03:00:34.968-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-01-07 03:00:35.081-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |