Home
last modified time | relevance | path

Searched +full:arc +full:- +full:2016 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/arch/arc/boot/dts/
H A Dskeleton_hs.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com)
7 compatible = "snps,arc";
8 #address-cells = <1>;
9 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
27 compatible = "snps,arc-timer";
29 interrupt-parent = <&core_intc>;
33 /* 64-bit Local RTC: preferred clocksource for UP */
[all …]
H A Dskeleton_hs_idu.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com)
7 compatible = "snps,arc";
8 #address-cells = <1>;
9 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
45 compatible = "snps,arc-timer";
47 interrupt-parent = <&core_intc>;
51 /* 64-bit Global Free Running Counter */
[all …]
/openbmc/u-boot/drivers/timer/
H A Darc_timer.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2016 Synopsys, Inc. All rights reserved.
18 * ARC timer control registers are mapped to auxiliary address space.
19 * There are special ARC asm command to access that addresses.
20 * Therefore we use built-in functions to read from and write to timer
34 switch (priv->timer_id) { in arc_timer_get_count()
53 id = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), "reg", -1); in arc_timer_probe()
55 return -EINVAL; in arc_timer_probe()
58 return -ENXIO; in arc_timer_probe()
60 priv->timer_id = (uint)id; in arc_timer_probe()
[all …]
/openbmc/linux/drivers/clocksource/
H A Darc_timer.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2016-17 Synopsys, Inc. (www.synopsys.com)
4 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
11 * ARCv2 based HS38 cores have RTC (in-core) and GFRC (inside ARConnect/MCIP)
18 #include <linux/clk-provider.h>
26 #include <soc/arc/timers.h>
27 #include <soc/arc/mcip.h>
65 * MCIP_CMD/MCIP_READBACK however micro-architecturally there's in arc_read_gfrc()
66 * an instance PER ARC CORE (not per cluster), and there are dedicated in arc_read_gfrc()
70 * trying to access two different sub-components (like GFRC, in arc_read_gfrc()
[all …]
/openbmc/linux/include/soc/arc/
H A Daux.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2016-2017 Synopsys, Inc. (www.synopsys.com)
25 * see: https://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html
H A Dtimers.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2016-17 Synopsys, Inc. (www.synopsys.com)
9 #include <soc/arc/aux.h>
/openbmc/u-boot/arch/arc/dts/
H A Dnsim.dts1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
5 /dts-v1/;
18 #clock-cells = <0>;
19 compatible = "fixed-clock";
20 clock-frequency = <70000000>;
21 u-boot,dm-pre-reloc;
26 compatible = "snps,arc-uart";
28 clock-frequency = <70000000>;
/openbmc/linux/drivers/video/backlight/
H A Darcxcnn_bl.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2016 ArcticSand, Inc.
48 #define ARCXCNN_CMD_OVP_MASK 0x0C /* --- Over Voltage Threshold */
63 #define ARCXCNN_LEDEN_ISETEXT 0x80 /* Full-scale current set extern */
99 ret = i2c_smbus_read_byte_data(lp->client, reg); in arcxcnn_update_field()
101 dev_err(lp->dev, "failed to read 0x%.2x\n", reg); in arcxcnn_update_field()
109 return i2c_smbus_write_byte_data(lp->client, reg, tmp); in arcxcnn_update_field()
119 ret = i2c_smbus_write_byte_data(lp->client, in arcxcnn_set_brightness()
126 return i2c_smbus_write_byte_data(lp->client, in arcxcnn_set_brightness()
140 /* set power-on/off/save modes */ in arcxcnn_bl_update_status()
[all …]
/openbmc/u-boot/
H A DMAINTAINERS8 W: Web-page with status/info
24 N: [^a-z]tegra all files whose path contains the word tegra
52 -----------------------------------
53 ARC
57 L: uboot-snps-arc@synopsys.com
58 T: git git://git.denx.de/u-boot-arc.git
59 F: arch/arc/
62 ARC HSDK CGU CLOCK
65 L: uboot-snps-arc@synopsys.com
66 F: drivers/clk/clk-hsdk-cgu.c
[all …]
/openbmc/linux/drivers/gpu/drm/tiny/
H A Darcpgu.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * ARC PGU DRM driver.
5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com)
24 #include <linux/dma-mapping.h>
64 iowrite32(value, arcpgu->regs + reg); in arc_pgu_write()
70 return ioread32(arcpgu->regs + reg); in arc_pgu_read()
108 #define ENCODE_PGU_XY(x, y) ((((x) - 1) << 16) | ((y) - 1))
118 const struct drm_framebuffer *fb = arcpgu->pipe.plane.state->fb; in arc_pgu_set_pxl_fmt()
119 uint32_t pixel_format = fb->format->format; in arc_pgu_set_pxl_fmt()
144 long rate, clk_rate = mode->clock * 1000; in arc_pgu_mode_valid()
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dcmd-db.c1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2016-2018, 2020, The Linux Foundation. All rights reserved.
18 #include <soc/qcom/cmd-db.h>
105 const u8 *magic = header->magic; in cmd_db_magic_matches()
114 u16 offset = le16_to_cpu(hdr->header_offset); in rsc_to_entry_header()
116 return cmd_db_header->data + offset; in rsc_to_entry_header()
122 u16 offset = le16_to_cpu(hdr->data_offset); in rsc_offset()
123 u16 loffset = le16_to_cpu(ent->offset); in rsc_offset()
125 return cmd_db_header->data + offset + loffset; in rsc_offset()
129 * cmd_db_ready - Indicates if command DB is available
[all …]
/openbmc/linux/drivers/platform/x86/
H A Dtouchscreen_dmi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
21 /* The EFI embedded-fw code expects this to be the first member! */
30 PROPERTY_ENTRY_U32("touchscreen-size-x", 1850),
31 PROPERTY_ENTRY_U32("touchscreen-size-y", 1280),
32 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"),
33 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
34 PROPERTY_ENTRY_U32("silead,max-fingers", 10),
35 PROPERTY_ENTRY_BOOL("silead,home-button"),
36 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-archos-101-cesium-educ.fw"),
46 PROPERTY_ENTRY_U32("touchscreen-size-x", 1850),
[all …]
/openbmc/linux/drivers/scsi/aacraid/
H A Dsrc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
46 dev = ctx->dev; in aac_src_intr_message()
47 vector_no = ctx->vector_no; in aac_src_intr_message()
49 if (dev->msi_enabled) { in aac_src_intr_message()
83 if (!aac_sync_mode && !dev->msi_enabled) { in aac_src_intr_message()
88 if (dev->sync_fib) { in aac_src_intr_message()
89 if (dev->sync_fib->callback) in aac_src_intr_message()
[all …]
H A Daachba.c1 // SPDX-License-Identifier: GPL-2.0-or-later
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
40 #define INQD_PDT_DA 0x00 /* Direct-access (DISK) device */
143 /*------------------------------------------------------------------------------
145 *----------------------------------------------------------------------------*/
150 u8 inqd_ver; /* ISO version | ECMA version | ANSI-approved version */
152 u8 inqd_len; /* Additional length (n-4) */
153 u8 inqd_pad1[2];/* Reserved - must be zero */
[all …]
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt1 00-INDEX: 333
55 3.Early-stage: 9993
56 3w-9xxx.c: 77318
57 3w-9xxx.h: 26357
58 3w-xxxx.c: 85227
59 3w-xxxx.h: 16846
71 4level-fixup.h: 1028
110 6xx-suspend.S: 1086
148 8250-platform.c: 1091
161 83xx-512x-pci.txt: 1323
[all …]
/openbmc/linux/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
51 D: in-kernel DRM Maintainer
71 E: tim_alpaerts@toyota-motor-europe.com
75 S: B-2610 Wilrijk-Antwerpen
80 W: http://www-stu.christs.cam.ac.uk/~aia21/
101 D: Maintainer of ide-cd and Uniform CD-ROM driver,
102 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.
[all …]
H A Dopengrok1.0.log1 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...]
/openbmc/openbmc/poky/meta/files/
H A Dspdx-licenses.json18 "detailsUrl": "https://spdx.org/licenses/3D-Slicer-1.0.json",
21 "licenseId": "3D-Slicer-1.0",
23 "reference": "https://spdx.org/licenses/3D-Slicer-1.0.html",
55 "detailsUrl": "https://spdx.org/licenses/AdaCore-doc.json",
58 "licenseId": "AdaCore-doc",
60 "reference": "https://spdx.org/licenses/AdaCore-doc.html",
64 "https://github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst",
65 "https://github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst"
69 "detailsUrl": "https://spdx.org/licenses/Adobe-2006.json",
72 "licenseId": "Adobe-2006",
[all …]
/openbmc/
Dopengrok1.0.log1 2025-03-15 03:00:37.236-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-03-15 03:00:37.352-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-03-14 03:00:40.378-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-03-14 03:00:40.496-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch3 Date: Sun, 14 Feb 2016 17:04:07 +0000
8 Upstream-Status: Pending
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
13 bfd/configure | 1333 +++++++++---
14 bfd/configure.ac | 2 +-
16 binutils/configure | 1331 +++++++++---
18 gas/configure | 1331 +++++++++---
20 gprof/configure | 1331 +++++++++---
22 gprofng/configure | 1693 ++++++++++++----
[all …]