Home
last modified time | relevance | path

Searched +full:is +full:- +full:wired (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/openbmc/linux/include/drm/
H A Di915_hdcp_interface.h1 /* SPDX-License-Identifier: (GPL-2.0+) */
3 * Copyright © 2017-2019 Intel Corporation
17 * enum hdcp_port_type - HDCP port implementation type defined by ME/GSC FW
19 * @HDCP_PORT_TYPE_INTEGRATED: In-Host HDCP2.x port
20 * @HDCP_PORT_TYPE_LSPCON: HDCP2.2 discrete wired Tx port with LSPCON
22 * @HDCP_PORT_TYPE_CPDP: HDCP2.2 discrete wired Tx port using the CPDP (DP 1.3)
33 * enum hdcp_wired_protocol - HDCP adaptation used on the port
57 * enum hdcp_tc - ME/GSC Firmware defined index for transcoders
79 * struct hdcp_port_data - intel specific HDCP port data
84 * @k: No of streams transmitted on a port. Only on DP MST this is != 1
[all …]
/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c2 * This file is subject to the terms and conditions of the GNU General Public
20 #include <asm/cpu-type.h>
30 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has
50 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm()
71 * If there are any wired entries, fall back to iterating in local_flush_tlb_all()
109 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range()
118 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range()
171 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range()
179 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range()
215 if (cpu_context(cpu, vma->vm_mm) != 0) { in local_flush_tlb_page()
[all …]
H A Dinit.c2 * This file is subject to the terms and conditions of the GNU General Public
6 * Copyright (C) 1994 - 2000 Ralf Baechle
48 * when needed. This is necessary only on R4000 / R4400 SC and MC versions
50 * any price. Since page is never written to after the initialization we
79 zero_page_mask = ((PAGE_SIZE << order) - 1) & PAGE_MASK; in setup_zero_pages()
95 idx = (addr >> PAGE_SHIFT) & (FIX_N_COLOURS - 1); in __kmap_pgprot()
97 vaddr = __fix_to_virt(FIX_CMAP_END - idx); in __kmap_pgprot()
149 unsigned int wired; in kunmap_coherent() local
154 wired = num_wired_entries() - 1; in kunmap_coherent()
155 write_c0_wired(wired); in kunmap_coherent()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dimg,pdc-intc.txt10 - compatible: Specifies the compatibility list for the interrupt controller.
11 The type shall be <string> and the value shall include "img,pdc-intc".
13 - reg: Specifies the base PDC physical address(s) and size(s) of the
14 addressable register space. The type shall be <prop-encoded-array>.
16 - interrupt-controller: The presence of this property identifies the node
19 - #interrupt-cells: Specifies the number of cells needed to encode an
22 - num-perips: Number of waking peripherals.
24 - num-syswakes: Number of SysWake inputs.
26 - interrupts: List of interrupt specifiers. The first specifier shall be the
34 - <1st-cell>: The interrupt-number that identifies the interrupt source.
[all …]
H A Dmarvell,sei.txt2 -----------------------------------------------
4 Marvell SEI (System Error Interrupt) controller is an interrupt
10 AP and is wired while a second set comes from the CPs by the mean of
15 - compatible: should be one of:
16 * "marvell,ap806-sei"
17 - reg: SEI registers location and length.
18 - interrupts: identifies the parent IRQ that will be triggered.
19 - #interrupt-cells: number of cells to define an SEI wired interrupt
20 coming from the AP, should be 1. The cell is the IRQ
22 - interrupt-controller: identifies the node as an interrupt controller
[all …]
H A Dopen-pic.txt4 representation of an Open PIC compliant interrupt controller. This binding is
5 based on the binding defined for Open PIC in [1] and is a superset of that
13 - compatible: Specifies the compatibility list for the PIC. The type
14 shall be <string> and the value shall include "open-pic".
16 - reg: Specifies the base physical address(s) and size(s) of this
17 PIC's addressable register space. The type shall be <prop-encoded-array>.
19 - interrupt-controller: The presence of this property identifies the node
22 - #interrupt-cells: Specifies the number of cells needed to encode an
25 - #address-cells: Specifies the number of cells needed to encode an
27 'interrupt-map' nodes do not have to specify a parent unit address.
[all …]
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dcore-matmap.h2 * xtensa/config/core-matmap.h -- Memory access and translation mapping
10 * information contained in the core-isa.h header file.
19 * XCHAL_ICACHE_SIZE (presence of I-cache)
20 * XCHAL_DCACHE_SIZE (presence of D-cache)
25 /* Copyright (c) 1999-2020 Tensilica Inc.
27 Permission is hereby granted, free of charge, to any person obtaining
32 permit persons to whom the Software is furnished to do so, subject to
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
49 /*----------------------------------------------------------------------
51 ----------------------------------------------------------------------*/
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/
H A Diwd_3.0.bb3 LICENSE = "LGPL-2.1-only"
9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
20 PACKAGECONFIG[client] = "--enable-client,--disable-client,readline"
21 PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor"
22 PACKAGECONFIG[manpages] = "--enable-manual-pages,--disable-manual-pages,python3-docutils-native"
23 PACKAGECONFIG[wired] = "--enable-wired,--disable-wired"
24 PACKAGECONFIG[ofono] = "--enable-ofono,--disable-ofono"
25 PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd-servic…
29 ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \
33 install -d ${S}/build-aux
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dmmu_context.h4 * This file is subject to the terms and conditions of the GNU General Public
26 #include <asm-generic/mm_hooks.h>
39 /* Note: This is also implemented with uasm in arch/mips/kvm/entry.c */
62 * to the current pgd for each processor. Also, the proc. id is stuffed
78 * The ginvt instruction will invalidate wired entries when its type field
80 * allow the kernel to create wired entries with the MMID of current->active_mm
81 * then those wired entries could be invalidated when we later use ginvt to
84 * In order to prevent ginvt from trashing wired entries, we reserve one MMID
85 * for use by the kernel when creating wired entries. This MMID will never be
98 return ~(u64)(asid_mask | (asid_mask - 1)); in asid_version_mask()
[all …]
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dcore-matmap.h2 * xtensa/config/core-matmap.h -- Memory access and translation mapping
10 * information contained in the core-isa.h header file.
19 * XCHAL_ICACHE_SIZE (presence of I-cache)
20 * XCHAL_DCACHE_SIZE (presence of D-cache)
25 /* Copyright (c) 1999-2010 Tensilica Inc.
27 Permission is hereby granted, free of charge, to any person obtaining
32 permit persons to whom the Software is furnished to do so, subject to
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
49 /*----------------------------------------------------------------------
51 ----------------------------------------------------------------------*/
[all …]
/openbmc/linux/arch/sh/mm/
H A Dtlb-urb.c2 * arch/sh/mm/tlb-urb.c
4 * TLB entry wiring helpers for URB-equipped parts.
8 * This file is subject to the terms and conditions of the GNU General Public
34 BUG_ON(!--urb); in tlb_wire_entry()
39 * Insert this entry into the highest non-wired TLB slot (via in tlb_wire_entry()
62 * Unwire the last wired TLB entry.
64 * It should also be noted that it is not possible to wire and unwire
82 * have been wired. in tlb_unwire_entry()
/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-common.h1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Power Switch is wired via BaseIO BRIDGE slot #6.
9 * ACFail is wired via BaseIO BRIDGE slot #7.
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman-conf.bb1 SUMMARY = "Connman config to ignore wired interface on qemu machines"
2 DESCRIPTION = "This is the ConnMan configuration to avoid touching wired \
4 LICENSE = "GPL-2.0-only"
5 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6…
18 # Kernel IP-Config is perfectly capable of setting up networking passed in via ip=
20 mkdir -p ${D}${sysconfdir}/connman
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-peripheral-props.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-peripheral-props.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Peripheral-specific properties for a SPI bus.
11 be common properties like spi-max-frequency, spi-cpha, etc. or they could be
13 need to be defined in the peripheral node because they are per-peripheral and
19 - Mark Brown <broonie@kernel.org>
27 - minimum: 0
32 spi-cs-high:
[all …]
/openbmc/qemu/docs/specs/
H A Dpci-serial.rst8 There is one single-port variant and two multiport-variants. Linux
9 guests work out-of-the box with all cards. There is a Windows inf file
13 Single-port card
14 ----------------
17 ``pci-serial``
23 Wired to pin A.
27 ---------------
30 ``pci-serial-2x``, ``pci-serial-4x``
32 1b36:0003 (``-2x``) and 1b36:0004 (``-4x``)
35 The first is at offset 0, the second at offset 8, and so on.
[all …]
/openbmc/linux/arch/mips/kvm/
H A Dvz.c2 * This file is subject to the terms and conditions of the GNU General Public
62 * write_gc0_ebase_64() is no longer UNDEFINED since R6. in kvm_vz_write_gc0_ebase()
115 if (kvm_mips_guest_has_msa(&vcpu->arch)) in kvm_vz_config5_guest_wrmask()
119 * Permit guest FPU mode changes if FPU is enabled and the relevant in kvm_vz_config5_guest_wrmask()
122 if (kvm_mips_guest_has_fpu(&vcpu->arch)) { in kvm_vz_config5_guest_wrmask()
140 * Config1: M, [MMUSize-1, C2, MD, PC, WR, CA], FP
157 /* Permit FPU to be present if FPU is supported */ in kvm_vz_config1_user_wrmask()
158 if (kvm_mips_guest_can_have_fpu(&vcpu->arch)) in kvm_vz_config1_user_wrmask()
174 /* Permit MSA to be present if MSA is supported */ in kvm_vz_config3_user_wrmask()
175 if (kvm_mips_guest_can_have_msa(&vcpu->arch)) in kvm_vz_config3_user_wrmask()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf2 ## tinyproxy.conf -- tinyproxy daemon configuration file
27 # only one. If this is commented out, tinyproxy will bind to all
34 # outgoing connections. This is useful for multi-home'd machines where
46 # Timeout: The maximum number of seconds of inactivity a connection is
47 # allowed to have before it is closed by tinyproxy.
66 # DefaultErrorFile: The HTML file that gets sent if there is no
73 # StatHost: This configures the host name or IP address that is treated
74 # as the stat host: Whenever a request for this host is received,
76 # forwarding the request to that host. The default value of StatHost is
83 # StatFile: The HTML file that gets sent when a request is made
[all …]
/openbmc/linux/drivers/input/joystick/
H A Dxpad.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
15 * This driver is based on:
16 * - information from http://euc.jp/periphs/xbox-controller.ja.html
17 * - the iForce driver drivers/char/joystick/iforce.c
18 * - the skeleton-driver drivers/usb/usb-skeleton.c
19 * - Xbox 360 information http://www.free60.org/wiki/Gamepad
20 * - Xbox One information https://github.com/quantus/xbox-one-controller-protocol
23 * - ITO Takayuki for providing essential xpad information on his website
24 * - Vojtech Pavlik - iforce driver / input subsystem
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dsil,sii9022.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Boris Brezillon <bbrezillon@kernel.org>
15 - items:
16 - enum:
17 - sil,sii9022-cpi # CEC Programming Interface
18 - sil,sii9022-tpi # Transmitter Programming Interface
19 - const: sil,sii9022
20 - const: sil,sii9022
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,ssi.txt3 The SSI is a serial device that communicates with audio codecs. It can
4 be programmed in AC97, I2S, left-justified, or right-justified modes.
7 - compatible: Compatible list, should contain one of the following
9 fsl,mpc8610-ssi
10 fsl,imx51-ssi
11 fsl,imx35-ssi
12 fsl,imx21-ssi
13 - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on.
14 - reg: Offset and length of the register set for the device.
15 - interrupts: <a b> where a is the interrupt number and b is a
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dvia686a.rst10 Addresses scanned: ISA in PCI-space encoded address
12 Datasheet: On request through web form (http://www.via.com.tw/en/resources/download-center/)
15 - Kyösti Mälkki <kmalkki@cc.hut.fi>,
16 - Mark D. Studebaker <mdsxyz123@yahoo.com>
17 - Bob Dougherty <bobd@stanford.edu>
18 - (Some conversion-factor data were contributed by
19 - Jonathan Teh Soon Yew <j.teh@iname.com>
20 - and Alex van Kaam <darkside@chello.nl>.)
23 -----------------
31 base address is not set.
[all …]
H A Dsmsc47m192.rst10 Addresses scanned: I2C 0x2c - 0x2d
12 Datasheet: The datasheet for LPC47M192 is publicly available from
23 - Hartmut Rick <linux@rick.claranet.de>
25 - Special thanks to Jean Delvare for careful checking
30 -----------
33 of the SMSC LPC47M192 and compatible Super-I/O chips.
42 Voltages and temperatures are measured by an 8-bit ADC, the resolution
43 of the temperatures is 1 bit per degree C.
46 each voltage channel is 0V ... 255/192*(nominal voltage), the resolution
47 is 1 bit per (nominal voltage)/192.
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dsti_sdhci.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
10 #include <reset-uclass.h>
27 * Description: this function is to configure the Arasan MMC HC.
29 * it is needed to configure the host controller.
42 if (plat->instance) { in sti_mmc_core_config()
43 ret = reset_deassert(&plat->reset); in sti_mmc_core_config()
51 host->ioaddr + FLASHSS_MMC_CORE_CONFIG_1); in sti_mmc_core_config()
53 if (plat->instance) { in sti_mmc_core_config()
55 host->ioaddr + FLASHSS_MMC_CORE_CONFIG_2); in sti_mmc_core_config()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-mipi-dbi-spi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-mipi-dbi-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Noralf Trønnes <noralf@tronnes.org>
13 This binding is for display panels using a MIPI DBI compatible controller
18 phones. The standard defines 4 display architecture types and this binding is
20 standard and type C is the serial interface.
23 - Power:
24 - Vdd: Power supply for display module
[all …]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-href-tvk1281618-r2.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/input/input.h>
11 compatible = "gpio-keys";
12 #address-cells = <1>;
13 #size-cells = <0>;
14 vdd-supply = <&ab8500_ldo_aux1_reg>;
15 pinctrl-names = "default";
16 pinctrl-0 = <&prox_tvk_mode>, <&hall_tvk_mode>;
37 interrupt-parent = <&gpio6>;
[all …]

12345678910>>...19