/openbmc/linux/drivers/tty/serial/ |
H A D | dz.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 20 #define DZ_TLINE 0x0300 /* Transmitter Line Number */ 31 #define DZ_LINE_MASK 0x0300 /* Line Mask */ 39 #define LINE(x) ((x & DZ_LINE_MASK) >> 8) /* Get the line number macro 51 #define DZ_MODEM_RTS 0x0800 /* RTS for the modem line (2) */ 52 #define DZ_MODEM_DTR 0x0400 /* DTR for the modem line (2) */ 53 #define DZ_PRINT_RTS 0x0200 /* RTS for the prntr line (3) */ 54 #define DZ_PRINT_DTR 0x0100 /* DTR for the prntr line (3) */ 55 #define DZ_LNENB 0x000f /* Transmitter Line Enable */ 60 #define DZ_MODEM_RI 0x0800 /* RI for the modem line (2) */ [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z13/ |
H A D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated… 10 "Unit": "CPU-M-CF", 14 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi… 17 "Unit": "CPU-M-CF", 21 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB1 One-Megabyte Page Writes", 28 …": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a on… [all …]
|
/openbmc/u-boot/tools/ |
H A D | rkmux.py | 8 # pdftotext -layout /path/to/rockchip-3288-trm.pdf /tmp/asc 23 tab_to_col = 3 38 self.bits, self.attr, self.reset_val = cols[0:3] 39 if len(cols) > 3: 40 self.desc.append(cols[3]) 58 self.re_sel = re.compile("[1-9]'b([01]+): (.*)") 81 field = field[:-4] 83 field = field[:-6] 85 field = field[:-5] 94 bit_width = bit_high - bit_low + 1 [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | sys_wildfire.c | 1 // SPDX-License-Identifier: GPL-2.0 41 int qbbno = (irq >> 8) & (WILDFIRE_MAX_QBB - 1); in wildfire_update_irq_hw() 42 int pcano = (irq >> 6) & (WILDFIRE_PCA_PER_QBB - 1); in wildfire_update_irq_hw() 49 " got irq %d for non-existent PCA %d" in wildfire_update_irq_hw() 57 enable0 = (unsigned long *) &pca->pca_int[0].enable; /* ??? */ in wildfire_update_irq_hw() 72 enable0 = (unsigned long *) &pca->pca_int[0].enable; in wildfire_init_irq_hw() 73 enable1 = (unsigned long *) &pca->pca_int[1].enable; in wildfire_init_irq_hw() 74 enable2 = (unsigned long *) &pca->pca_int[2].enable; in wildfire_init_irq_hw() 75 enable3 = (unsigned long *) &pca->pca_int[3].enable; in wildfire_init_irq_hw() 77 target0 = (unsigned long *) &pca->pca_int[0].target; in wildfire_init_irq_hw() [all …]
|
H A D | sys_noritake.c | 1 // SPDX-License-Identifier: GPL-2.0 53 noritake_update_irq_hw(d->irq, cached_irq_mask |= 1 << (d->irq - 16)); in noritake_enable_irq() 59 noritake_update_irq_hw(d->irq, cached_irq_mask &= ~(1 << (d->irq - 16))); in noritake_disable_irq() 87 pld &= pld - 1; /* clear least bit set */ in noritake_device_interrupt() 101 irq = (vector - 0x800) >> 4; in noritake_srm_device_interrupt() 110 * So, here's this additional grotty hack... :-( in noritake_srm_device_interrupt() 145 * 0 All valid ints from summary regs 2 & 3 147 * 2 Interrupt Line A from slot 0 148 * 3 Interrupt Line B from slot 0 149 * 4 Interrupt Line A from slot 1 [all …]
|
H A D | sys_sx164.c | 1 // SPDX-License-Identifier: GPL-2.0 49 /* Not interested in the bogus interrupts (0,3,4,5,40-47), in sx164_init_irq() 56 if (request_irq(16 + 6, no_action, 0, "timer-cascade", NULL)) in sx164_init_irq() 57 pr_err("Failed to register timer-cascade interrupt\n"); in sx164_init_irq() 68 * 3 MBZ 72 * 7 PCI-ISA Bridge 73 * 8 Interrupt Line A from slot 3 74 * 9 Interrupt Line A from slot 2 75 *10 Interrupt Line A from slot 1 76 *11 Interrupt Line A from slot 0 [all …]
|
H A D | sys_rawhide.c | 1 // SPDX-License-Identifier: GPL-2.0 61 unsigned int irq = d->irq; in rawhide_enable_irq() 63 irq -= 16; in rawhide_enable_irq() 65 if (!hose_exists(hose)) /* if hose non-existent, exit */ in rawhide_enable_irq() 68 irq -= hose * 24; in rawhide_enable_irq() 82 unsigned int irq = d->irq; in rawhide_disable_irq() 84 irq -= 16; in rawhide_disable_irq() 86 if (!hose_exists(hose)) /* if hose non-existent, exit */ in rawhide_disable_irq() 89 irq -= hose * 24; in rawhide_disable_irq() 103 unsigned int irq = d->irq; in rawhide_mask_and_ack_irq() [all …]
|
H A D | sys_miata.c | 1 // SPDX-License-Identifier: GPL-2.0 39 irq = (vector - 0x800) >> 4; in miata_srm_device_interrupt() 47 * for reporting any interrupts (the PCI-ISA bridge, bit 7, isn't in miata_srm_device_interrupt() 49 * vectors 0x800-0x8f0). in miata_srm_device_interrupt() 53 * So, here's this grotty hack... :-( in miata_srm_device_interrupt() 75 /* Not interested in the bogus interrupts (3,10), Fan Fault (0), in miata_init_irq() 83 if (request_irq(16 + 2, no_action, 0, "halt-switch", NULL)) in miata_init_irq() 84 pr_err("Failed to register halt-switch interrupt\n"); in miata_init_irq() 85 if (request_irq(16 + 6, no_action, 0, "timer-cascade", NULL)) in miata_init_irq() 86 pr_err("Failed to register timer-cascade interrupt\n"); in miata_init_irq() [all …]
|
H A D | sys_alcor.c | 1 // SPDX-License-Identifier: GPL-2.0 9 * Code supporting the ALCOR and XLT (XL-300/366/433). 48 alcor_update_irq_hw(cached_irq_mask |= 1UL << (d->irq - 16)); in alcor_enable_irq() 54 alcor_update_irq_hw(cached_irq_mask &= ~(1UL << (d->irq - 16))); in alcor_disable_irq() 63 *(vuip)GRU_INT_CLEAR = 1 << (d->irq - 16); mb(); in alcor_mask_and_ack_irq() 99 pld &= pld - 1; /* clear least bit set */ in alcor_device_interrupt() 135 if (request_irq(16 + 31, no_action, 0, "isa-cascade", NULL)) in alcor_init_irq() 136 pr_err("Failed to register isa-cascade interrupt\n"); in alcor_init_irq() 145 * 0 Interrupt Line A from slot 2 146 * 1 Interrupt Line B from slot 2 [all …]
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 7 'af-mctp.h' => 1, 15 'instance-id.h' => 1, 16 'mctp-demux.h' => 1, 33 'af-mctp.c' => 1, 35 'instance-id.c' => 1, 36 'mctp-demux.c' => 1, 42 'Line' => '108', 54 'Line' => '99', 68 '3' => { 86 'Line' => '87', [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z14/ |
H A D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated… 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 31 "Unit": "CPU-M-CF", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_zec12/ |
H A D | extended.json | 3 "Unit": "CPU-M-CF", 7 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 10 "Unit": "CPU-M-CF", 14 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle… 17 "Unit": "CPU-M-CF", 21 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour… 24 "Unit": "CPU-M-CF", 28 … "A directory write to the Level-1 Instruction cache directory where the returned cache line was s… 31 "Unit": "CPU-M-CF", 35 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour… [all …]
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2019-present Lenovo 8 /dts-v1/; 10 #include "aspeed-g5.dtsi" 11 #include <dt-bindings/gpio/aspeed-gpio.h> 15 compatible = "lenovo,hr855xg2-bmc", "aspeed,ast2500"; 29 stdout-path = &uart5; 38 reserved-memory { 39 #address-cells = <1>; 40 #size-cells = <1>; [all …]
|
H A D | aspeed-bmc-lenovo-hr630.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2019-present Lenovo 8 /dts-v1/; 10 #include "aspeed-g5.dtsi" 11 #include <dt-bindings/gpio/aspeed-gpio.h> 15 compatible = "lenovo,hr630-bmc", "aspeed,ast2500"; 29 stdout-path = &uart5; 38 reserved-memory { 39 #address-cells = <1>; 40 #size-cells = <1>; [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z15/ |
H A D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated… 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 31 "Unit": "CPU-M-CF", [all …]
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-vbi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Derived from ivtv-vbi.c 10 #include "cx18-driver.h" 11 #include "cx18-vbi.h" 12 #include "cx18-ioctl.h" 13 #include "cx18-queue.h" 18 * of VBI sample or VBI ancillary data regions in the digital ratser line. 27 int line = 0; in copy_vbi_data() local 32 /* MPEG-2 Program Pack */ in copy_vbi_data() 37 /* MPEG-2 Private Stream 1 PES Packet */ in copy_vbi_data() [all …]
|
/openbmc/u-boot/tools/kermit/ |
H A D | dot.kermrc | 1 set line /dev/ttyS0 3 set carrier-watch off 5 set flow-control none 13 define sz !sz \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line) 14 define rz !rz \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line) 15 define sx !sx \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line) 16 define rx !rx \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-ts5500.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Digital I/O driver for Technologic Systems TS-5500 5 * Copyright (c) 2012 Savoir-faire Linux Inc. 10 * In that sense, the support is not limited to the TS-5500 blocks. 13 * TS-5500: 14 * Documentation: https://docs.embeddedts.com/TS-5500 17 * TS-5600: 18 * Documentation: https://docs.embeddedts.com/TS-5600 19 * Blocks: LCD port (identical to TS-5500 LCD). 99 TS5500_DIO_IN_OUT(vaddr, vbitfrom + 3, caddr, cbit) [all …]
|
/openbmc/openbmc/meta-openembedded/contrib/ |
H A D | oe-stylize.py | 11 - add the others OpenEmbedded variables commonly used: 12 - parse command arguments and print usage on misuse 14 - write result to a file 15 - backup the original .bb file 16 - make a diff and ask confirmation for patching ? 17 - do not use startswith only: 19 - count rule breaks and displays them in the order frequence 213 varRegexp = r'^([a-zA-Z_0-9${}:-]*)([ \t]*)([+.:]?=[+.]?)([ \t]*)([^\t]+)' 214 routineRegexp = r'^([a-zA-Z0-9_ ${}:-]+?)\(' 226 def respect_rule0(line): argument [all …]
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | config_example.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 17 inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" 31 d="M 0,0 5,-5 -12.5,0 5,5 Z" 32 …style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1.00000003pt;stro… 33 transform="matrix(-0.4,0,0,-0.4,-4,0)" 34 inkscape:connector-curvature="0" /> 41 id="Arrow1Mend-3" [all …]
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-vbi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 Copyright (C) 2004-2007 Hans Verkuil <hverkuil@xs4all.nl> 8 #include "ivtv-driver.h" 9 #include "ivtv-i2c.h" 10 #include "ivtv-ioctl.h" 11 #include "ivtv-queue.h" 12 #include "ivtv-cards.h" 13 #include "ivtv-vbi.h" 19 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_set_vps() 23 data.line = enabled ? 16 : 0; in ivtv_set_vps() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8750.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm8750.c -- WM8750 ALSA SoC audio driver 39 { 3, 0x0079 }, 100 static const char *wm8750_line_mux[] = {"Line 1", "Line 2", "Line 3", "PGA", 102 static const char *wm8750_pga_sel[] = {"Line 1", "Line 2", "Line 3", 106 static const char *wm8750_diff_sel[] = {"Line 1", "Line 2"}; 145 SOC_ENUM("Playback De-emphasis", wm8750_enum[15]), 158 SOC_ENUM("Treble Cut-off", wm8750_enum[2]), 160 SOC_SINGLE("3D Switch", WM8750_3D, 0, 1, 0), 161 SOC_SINGLE("3D Volume", WM8750_3D, 1, 15, 0), [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_self_test.c | 1 // SPDX-License-Identifier: GPL-2.0 16 #define IDLE_CHK_WARNING 3 30 u32 imm1; /* 1st value in predicate condition, left-to-right */ 31 u32 imm2; /* 2nd value in predicate condition, left-to-right */ 32 u32 imm3; /* 3rd value in predicate condition, left-to-right */ 33 u32 imm4; /* 4th value in predicate condition, left-to-right */ 36 /* struct representing self test record - a single test */ 54 return (args->val1 == args->imm1); in peq() 59 return (args->val1 != args->imm1); in pneq() 64 return ((args->val1 & args->imm1) != args->imm2); in pand_neq() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm750-runbmc-olympus.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 /dts-v1/; 6 #include "nuvoton-npcm750.dtsi" 7 #include "nuvoton-npcm750-runbmc-olympus-pincfg.dtsi" 9 #include <dt-bindings/i2c/i2c.h> 10 #include <dt-bindings/gpio/gpio.h> 43 stdout-path = &serial3; 50 iio-hwmon { 51 compatible = "iio-hwmon"; 52 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>, [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | daemon.sh | 3 # SPDX-License-Identifier: GPL-2.0 7 local line=$1 9 local base=$3 15 line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'` 17 line_base=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $3 }'` 19 line_output=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $4 }'` 21 line_lock=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $5 }'` 23 line_up=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $6 }'` 53 local line=$1 55 local run=$3 [all …]
|