Home
last modified time | relevance | path

Searched +full:ri +full:- +full:override (Results 1 – 25 of 90) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt4 - 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 clock
14 - clock-names: tuple listing input clock names.
18 - snps,uart-16550-compatible : reflects the value of UART_16550_COMPATIBLE
21 - resets : phandle to the parent reset controller.
22 - reg-shift : quantity to shift the register offsets by. If this property is
24 - reg-io-width : the size (in bytes) of the IO accesses that should be
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dsnps-dw-apb-uart.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
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-uart
21 - renesas,r9a06g033-uart
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-risc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 bttv-risc.c -- interfaces to other kernel modules
7 - memory management
8 - generation
10 (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 …]
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dlivetree.c1 // SPDX-License-Identifier: GPL-2.0-or-later
19 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 …]
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dlivetree.c17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
33 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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/
H A Dllvm_git.bb6 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 …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dkprobes.c1 // SPDX-License-Identifier: GPL-2.0-or-later
9 * 2005-Apr Rusty Lynch <rusty.lynch@intel.com> and Anil S Keshavamurthy
69 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 …]
H A Dptrace.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 1999-2005 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
8 * 2006-08-12 - IA64 Native Utrace implementation support added by
42 * 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 NaT
77 unsigned long bit = ia64_unat_pos(&pt->r##first); \ in ia64_get_scratch_nat_bits()
[all …]
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
156 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 …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1 /* 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 …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_dw.c1 // 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 …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel
10 * 2004-July Suparna Bhattacharya <suparna@in.ibm.com> added jumper probes
12 * 2004-Oct Jim Keniston <jkenisto@us.ibm.com> and Prasanna S Panchamukhi
14 * 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 Keniston
18 * <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 …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * 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 GmbH
8 * Copyright (C) 2015-2017 Intel Deutschland GmbH
9 * Copyright (C) 2018-2020 Intel Corporation
29 #include "driver-ops.h"
44 return &local->hw; in wiphy_to_ieee80211_hw()
51 __le16 fc = hdr->frame_control; in ieee80211_get_bssid()
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190630.patch.gz ... --------------------- ...
HDncurses-6.1-20190727.patch.gz ... --------------------- ...
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Linux Socket Filter - Kernel level socket filtering
8 * Copyright (c) 2011 - 2014 PLUMgrid, http://plumgrid.com
16 * 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 …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dark3116.c1 // 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h3 * Copyright (c) 2007-2008 Intel Corporation
44 #include <media/cec-notifier.h>
56 /* these are outputs from the chip - integrated only
74 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 has
186 * pre-filled the pipe config. Note that intel_encoder->base.crtc must
257 * and the bus-specific code. What that means is that HDCP over HDMI differs
262 * - DP AUX vs. DDC
265 * - Receiver register offsets
[all …]
/OK3568_Linux_fs/external/rkwifibt/bin/arm/
HDwl ... %d.%d dbm, %d mW Override is %s -o -d -q - ...
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c7 * 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 …]
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dskfddi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
41 * 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.13
46 * 12-Nov-99 CG Source code release
47 * 22-Nov-99 CG Included in kernel source.
48 * 07-May-00 DM 64 bit fixes, new dma interface
49 * 31-Jul-03 DB Audit copy_*_user in skfp_ioctl
51 * 03-Dec-03 SH Convert to PCI device model
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2013 - 2019 Intel Corporation. */
16 * fm10k_pci_tbl - PCI Device ID Table
36 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 …]
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclinkmp.c1 // SPDX-License-Identifier: GPL-1.0+
78 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0
80 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0
110 /* 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 the
455 * This is useful for use with gdb and add-symbol-file command.
528 #define dev_to_port(D) (dev_to_hdlc(D)->priv)
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * number used in the Programming Environments Manual For 32-Bit
17 #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 …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dssl.h2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
9 * This library is free for commercial and non-commercial use as long as
36 * 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) ciphersuites
174 /*-
175 * Version 0 - initial version
176 * Version 1 - added the optional peer certificate
274 # define SSL_TXT_EDH "EDH"/* same as "kEDH:-ADH" */
[all …]

1234