Searched +full:ri +full:- +full:override (Results 1 – 25 of 90) sorted by relevance
1234
4 - compatible : "snps,dw-apb-uart"5 - reg : offset and length of the register set for the device.6 - interrupts : should contain uart interrupt.10 - clock-frequency : the input clock frequency for the UART.11 - clocks : phandle to the input clock14 - clock-names: tuple listing input clock names.18 - snps,uart-16550-compatible : reflects the value of UART_16550_COMPATIBLE21 - resets : phandle to the parent reset controller.22 - reg-shift : quantity to shift the register offsets by. If this property is24 - reg-io-width : the size (in bytes) of the IO accesses that should be[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rob Herring <robh@kernel.org>13 - $ref: /schemas/serial.yaml#18 - items:19 - enum:20 - renesas,r9a06g032-uart21 - renesas,r9a06g033-uart[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 bttv-risc.c -- interfaces to other kernel modules7 - memory management8 - generation10 (c) 2000-2003 Gerd Knorr <kraxel@bytesex.org>25 #include <media/v4l2-ioctl.h>31 /* ---------------------------------------------------------- */54 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed()58 rp = risc->cpu; in bttv_risc_packed()62 while (skip_lines-- > 0) { in bttv_risc_packed()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later19 if (streq(new->label, label)) { in add_label()20 new->deleted = 0; in add_label()26 new->label = label; in add_label()27 new->next = *labels; in add_label()36 label->deleted = 1; in delete_labels()46 new->name = name; in build_property()47 new->val = val; in build_property()48 new->srcpos = srcpos_copy(srcpos); in build_property()59 new->name = name; in build_property_delete()[all …]
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-130733 if (streq(new->label, label)) { in add_label()34 new->deleted = 0; in add_label()40 new->label = label; in add_label()41 new->next = *labels; in add_label()50 label->deleted = 1; in delete_labels()59 new->name = name; in build_property()60 new->val = val; in build_property()71 new->name = name; in build_property_delete()72 new->deleted = 1; in build_property_delete()[all …]
6 LICENSE = "Apache-2.0-with-LLVM-exception"11 DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native"16 RDEPENDS:${PN}:append:class-target = " ncurses-terminfo"31 SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \32 file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \33 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \34 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \37 UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"41 LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install"61 # Default to build all OE-Core supported target arches (user overridable).[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later9 * 2005-Apr Rusty Lynch <rusty.lynch@intel.com> and Anil S Keshavamurthy69 s64 rel = ((s64) to - (s64) from) >> 4; in set_brl_inst()72 brl->quad0.template = 0x05; /* [MLX](stop) */ in set_brl_inst()73 brl->quad0.slot0 = NOP_M_INST; /* nop.m 0x0 */ in set_brl_inst()74 brl->quad0.slot1_p0 = ((rel >> 20) & 0x7fffffffff) << 2; in set_brl_inst()75 brl->quad1.slot1_p1 = (((rel >> 20) & 0x7fffffffff) << 2) >> (64 - 46); in set_brl_inst()77 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst()90 p->ainsn.inst_flag = 0; in update_kprobe_inst_flag()91 p->ainsn.target_br_reg = 0; in update_kprobe_inst_flag()[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 1999-2005 Hewlett-Packard Co6 * David Mosberger-Tang <davidm@hpl.hp.com>8 * 2006-08-12 - IA64 Native Utrace implementation support added by42 * ri (restart instruction; two bits)48 #define MASK(nbits) ((1UL << (nbits)) - 1) /* mask with NBITS bits set */60 /* Return TRUE if PT was created due to kernel-entry via a system-call. */65 return (long) pt->cr_ifs >= 0; in in_syscall()69 * Collect the NaT bits for r1-r31 from scratch_unat and return a NaT77 unsigned long bit = ia64_unat_pos(&pt->r##first); \ in ia64_get_scratch_nat_bits()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later156 space -= pad; in __ndisc_fill_addr_option()161 space -= data_len; in __ndisc_fill_addr_option()170 __ndisc_fill_addr_option(skb, type, data, skb->dev->addr_len, in ndisc_fill_addr_option()171 ndisc_addr_option_pad(skb->dev->type)); in ndisc_fill_addr_option()172 ndisc_ops_fill_addr_option(skb->dev, skb, icmp6_type); in ndisc_fill_addr_option()180 ndisc_ops_fill_redirect_addr_option(skb->dev, skb, ops_data); in ndisc_fill_redirect_addr_option()189 type = cur->nd_opt_type; in ndisc_next_option()191 cur = ((void *)cur) + (cur->nd_opt_len << 3); in ndisc_next_option()192 } while (cur < end && cur->nd_opt_type != type); in ndisc_next_option()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */58 #define BPF_REG_D BPF_REG_8 /* data, callee-saved */59 #define BPF_REG_H BPF_REG_9 /* hlen, callee-saved */184 return insn->code == (BPF_ALU | BPF_MOV | BPF_X) && insn->imm == 1; in insn_is_zext()187 /* BPF_LD_IMM64 macro encodes single 'load 64-bit immediate' insn */205 /* pseudo BPF_LD_IMM64 insn used to refer to process-local map_fd */227 /* Direct packet access, R0 = *(uint *) (skb->data + imm32) */237 /* Indirect packet access, R0 = *(uint *) (skb->data + src_reg + imm32) */307 /* Like BPF_JMP_REG, but with 32-bit wide operands for comparison. */317 /* Like BPF_JMP_IMM, but with 32-bit wide operands for comparison. */[all …]
1 // SPDX-License-Identifier: GPL-2.0+83 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_modify_msr()85 /* Override any modem control signals if needed */ in dw8250_modify_msr()87 value |= d->msr_mask_on; in dw8250_modify_msr()88 value &= ~d->msr_mask_off; in dw8250_modify_msr()99 (void)p->serial_in(p, UART_RX); in dw8250_force_idle()104 void __iomem *offset = p->membase + (UART_LCR << p->regshift); in dw8250_check_lcr()108 while (tries--) { in dw8250_check_lcr()109 unsigned int lcr = p->serial_in(p, UART_LCR); in dw8250_check_lcr()117 if (p->type == PORT_OCTEON) in dw8250_check_lcr()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later7 * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel10 * 2004-July Suparna Bhattacharya <suparna@in.ibm.com> added jumper probes12 * 2004-Oct Jim Keniston <jkenisto@us.ibm.com> and Prasanna S Panchamukhi14 * 2005-Mar Roland McGrath <roland@redhat.com>15 * Fixed to handle %rip-relative addressing mode correctly.16 * 2005-May Hien Nguyen <hien@us.ibm.com>, Jim Keniston18 * <prasanna@in.ibm.com> added function-return probes.19 * 2005-May Rusty Lynch <rusty.lynch@intel.com>21 * 2006-Feb Masami Hiramatsu <hiramatu@sdl.hitachi.co.jp> added[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright 2002-2005, Instant802 Networks, Inc.4 * Copyright 2005-2006, Devicescape Software, Inc.5 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>7 * Copyright 2013-2014 Intel Mobile Communications GmbH8 * Copyright (C) 2015-2017 Intel Deutschland GmbH9 * Copyright (C) 2018-2020 Intel Corporation29 #include "driver-ops.h"44 return &local->hw; in wiphy_to_ieee80211_hw()51 __le16 fc = hdr->frame_control; in ieee80211_get_bssid()[all …]
... --------------------- ...
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Linux Socket Filter - Kernel level socket filtering8 * Copyright (c) 2011 - 2014 PLUMgrid, http://plumgrid.com16 * Andi Kleen - Fix a few bad bugs and races.17 * Kris Katterjohn - Added many additional checks in bpf_check_classic()90 return -EINVAL; in copy_bpf_fprog_from_user()92 return -EFAULT; in copy_bpf_fprog_from_user()94 dst->len = f32.len; in copy_bpf_fprog_from_user()95 dst->filter = compat_ptr(f32.filter); in copy_bpf_fprog_from_user()98 return -EINVAL; in copy_bpf_fprog_from_user()[all …]
1 // SPDX-License-Identifier: GPL-2.0+9 * - implements a driver for the arkmicro ark3116 chipset (vendor=0x6547,10 * productid=0x0232) (used in a datacable called KQ-U8A)52 struct usb_device *dev = serial->dev; in is_irda()53 if (le16_to_cpu(dev->descriptor.idVendor) == 0x18ec && in is_irda()54 le16_to_cpu(dev->descriptor.idProduct) == 0x3118) in is_irda()82 result = usb_control_msg(serial->dev, in ark3116_write_reg()83 usb_sndctrlpipe(serial->dev, 0), in ark3116_write_reg()97 result = usb_control_msg(serial->dev, in ark3116_read_reg()98 usb_rcvctrlpipe(serial->dev, 0), in ark3116_read_reg()[all …]
3 * Copyright (c) 2007-2008 Intel Corporation44 #include <media/cec-notifier.h>56 /* these are outputs from the chip - integrated only74 HDMI_AUDIO_OFF_DVI = -2, /* no aux data for HDMI-DVI converter */96 /* for each plane in the rotated GTT view for no-CCS formats */185 * state. This must be called _after_ display->get_pipe_config has186 * pre-filled the pipe config. Note that intel_encoder->base.crtc must257 * and the bus-specific code. What that means is that HDCP over HDMI differs262 * - DP AUX vs. DDC265 * - Receiver register offsets[all …]
... %d.%d dbm, %d mW Override is %s -o -d -q - ...
7 * Copyright (C) 2005-2016 Broadcom Corporation.8 * Copyright (C) 2016-2017 Broadcom Limited.14 * Copyright (C) 2000-2016 Broadcom Corporation.15 * Copyright (C) 2016-2017 Broadcom Ltd.52 #include <linux/dma-mapping.h>56 #include <linux/hwmon-sysfs.h>92 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags)94 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags)96 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags)122 * and dev->tx_timeout() should be called to fix the problem[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later41 * 02-Mar-98 CG Created.43 * 10-Mar-99 CG Support for 2.2.x added.44 * 25-Mar-99 CG Corrected IRQ routing for SMP (APIC)45 * 26-Oct-99 CG Fixed compilation error on 2.2.1346 * 12-Nov-99 CG Source code release47 * 22-Nov-99 CG Included in kernel source.48 * 07-May-00 DM 64 bit fixes, new dma interface49 * 31-Jul-03 DB Audit copy_*_user in skfp_ioctl51 * 03-Dec-03 SH Convert to PCI device model[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 2013 - 2019 Intel Corporation. */16 * fm10k_pci_tbl - PCI Device ID Table36 struct fm10k_intfc *interface = hw->back; in fm10k_read_pci_cfg_word()39 if (FM10K_REMOVED(hw->hw_addr)) in fm10k_read_pci_cfg_word()42 pci_read_config_word(interface->pdev, reg, &value); in fm10k_read_pci_cfg_word()51 u32 __iomem *hw_addr = READ_ONCE(hw->hw_addr); in fm10k_read_reg()59 struct fm10k_intfc *interface = hw->back; in fm10k_read_reg()60 struct net_device *netdev = interface->netdev; in fm10k_read_reg()62 hw->hw_addr = NULL; in fm10k_read_reg()[all …]
1 // SPDX-License-Identifier: GPL-1.0+78 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 080 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0110 /* SCA-I style DMA buffer descriptor */126 u16 phys_entry; /* lower 16-bits of physical address of this descriptor */286 #define MISCSTATUS_RI_LATCHED (SerialSignal_RI<<8) /* indicates change in RI */449 static int synclinkmp_adapter_count = -1;453 * Set this param to non-zero to load eax with the455 * This is useful for use with gdb and add-symbol-file command.528 #define dev_to_port(D) (dev_to_hdlc(D)->priv)[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */6 * number used in the Programming Environments Manual For 32-Bit17 #include <asm/asm-const.h>18 #include <asm/feature-fixups.h>76 /* so tests for these bits fail on 32-bit */119 #define MSR_TS_N 0 /* Non-transactional */164 /* Power Management - Processor Stop Status and Control Register Fields */168 #define PSSCR_PSLL_MASK 0x000F0000 /* Power-Saving Level Limit */172 #define PSSCR_PLS 0xf000000000000000 /* Power-saving Level Status */174 #define PSSCR_GUEST_VIS 0xf0000000000003ffUL /* Guest-visible PSSCR fields */[all …]
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)9 * This library is free for commercial and non-commercial use as long as36 * being used are not cryptographic related :-).59 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.81 * openssl-core@openssl.org.124 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites174 /*-175 * Version 0 - initial version176 * Version 1 - added the optional peer certificate274 # define SSL_TXT_EDH "EDH"/* same as "kEDH:-ADH" */[all …]