/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | fsl.yaml | 348 - gw,imx6q-gw5400-a 390 - const: tq,imx6q-mba6x-a 392 - const: tq,imx6q-tqma6q-a 569 - const: tq,imx6dl-mba6x-a 571 - const: tq,imx6dl-tqma6dl-a 864 Compulab SBC-iMX7 is a single board computer based on the 1321 - fsl,ls1021a-moxa-uc-8410a 1328 TQ-Systems TQMLS102xA is a series of socketable SOM featuring 1346 - const: kontron,kbox-a-230-ls 1367 Kontron SMARC-sAL28 board (on a generic/undefined carrier) [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.rst | 68 - bootimg-pcbios: use label provided when formatting a DOS partition 76 - eSDK: Error if trying to generate an eSDK from a multiconfig 81 - New bitbake-getvar helper command to query a variable value (with history) 105 - opensbi: Add support for specifying a device tree 125 - devtool: print a warning on upgrades if :term:`PREFERRED_VERSION` is set 127 - init-manager-systemd: add a weak VIRTUAL-RUNTIME_dev_manager assignment 132 - qemu: add a hint on how to enable CPU render nodes when a suitable GPU is absent 199 - lsof: correct :term:`LICENSE` to reflect that it uses a BSD-like (but not exactly BSD) license (… 213 - xinetd: correct :term:`LICENSE` to reflect that it uses a unique BSD-like (but not exactly BSD) …
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra194-p2972-0000.dts | 803 mixer_out1_port: port@a { 932 admaif10_port: port@a { 1101 asrc_out4_port: port@a { 1211 port@a { 1411 xbar_mvc2_in_port: port@2a { 1539 port@3a { 1667 xbar_adx3_in_port: port@4a { 1795 xbar_mixer_in7_port: port@5a { 1923 port@6a { 2112 rt5658: audio-codec@1a {
|
H A D | tegra186-p2771-0000.dts | 956 mixer_out1_port: port@a { 1085 admaif10_port: port@a { 1254 asrc_out4_port: port@a { 1364 port@a { 1492 xbar_dmic1_port: port@1a { 1612 xbar_mvc2_in_port: port@2a { 1740 port@3a { 1868 xbar_adx3_in_port: port@4a { 1996 xbar_mixer_in7_port: port@5a { 2124 port@6a {
|
H A D | tegra194-p3509-0000.dtsi | 848 mixer_out1_port: port@a { 977 admaif10_port: port@a { 1146 asrc_out4_port: port@a { 1256 port@a { 1352 xbar_dmic1_port: port@1a { 1472 xbar_mvc2_in_port: port@2a { 1600 port@3a { 1728 xbar_adx3_in_port: port@4a { 1856 xbar_mixer_in7_port: port@5a { 1984 port@6a {
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 959 pshufb %xmm14, \XMM1 # perform a 16 byte swap 962 pshufb %xmm14, \XMM2 # perform a 16 byte swap 963 pshufb %xmm14, \XMM3 # perform a 16 byte swap 964 pshufb %xmm14, \XMM4 # perform a 16 byte swap 1000 pshufb %xmm15, \XMM1 # perform a 16 byte swap 1002 pshufb %xmm15, \XMM2 # perform a 16 byte swap 1003 pshufb %xmm15, \XMM3 # perform a 16 byte swap 1004 pshufb %xmm15, \XMM4 # perform a 16 byte swap 1130 pshufb %xmm15, \XMM2 # perform a 16 byte swap 1131 pshufb %xmm15, \XMM3 # perform a 16 byte swap [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 183 #define set_desc_buffer(a,b) (a).pbuf = cpu_to_le32((unsigned int)(b)) argument 184 #define set_desc_next(a,b) (a).next = cpu_to_le32((unsigned int)(b)) argument 185 #define set_desc_count(a,b)(a).count = cpu_to_le16((unsigned short)(b)) argument 186 #define set_desc_eof(a,b) (a).status = cpu_to_le16((b) ? (le16_to_cpu((a).status) | BIT0) : (le16_… argument 188 #define desc_count(a) (le16_to_cpu((a).count)) argument 189 #define desc_status(a) (le16_to_cpu((a).status)) argument 190 #define desc_complete(a) (le16_to_cpu((a).status) & BIT15) argument 191 #define desc_eof(a) (le16_to_cpu((a).status) & BIT2) argument 192 #define desc_crc_error(a) (le16_to_cpu((a).status) & BIT1) argument 193 #define desc_abort(a) (le16_to_cpu((a).status) & BIT0) argument [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-integrity.c | 3776 memset(a, 0, sizeof(*a)); in free_alg() 3783 free_alg(a); in get_alg_and_key() 3786 if (!a->alg_string) in get_alg_and_key() 3792 a->key_string = k + 1; in get_alg_and_key() 3796 a->key_size = strlen(a->key_string) / 2; in get_alg_and_key() 3797 a->key = kmalloc(a->key_size, GFP_KERNEL); in get_alg_and_key() 3798 if (!a->key) in get_alg_and_key() 3800 if (hex2bin(a->key, a->key_string, a->key_size)) in get_alg_and_key() 3818 if (a->alg_string) { in get_mac() 3827 if (a->key) { in get_mac() [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 24 This option can be enabled as a temporary measure to avoid needing 25 to convert all code for a board in a single commit. It should not 46 option enables a driver which provides very basic access to those 149 a stub which perhaps some basic init. There is no implementation of 165 software to define a flexible format of the bit streams. It has an 385 Enable I2C support for sandbox. This is an emulation of a real I2C
|
/openbmc/docs/designs/ |
H A D | virtual-media.md | 1 # Virtual Media (a.k.a. Remote Media) 89 > With this compiled into your kernel, Linux can use a remote server as one of 91 > will send a request to the server via TCP, which will reply with the data 177 a separate component responsible for handling CIFS/HTTPS traffic called NBDkit. 319 device, the idea is to prepare a patch on USBGadget driver, that will write USB 401 Mounting can be a time consuming task, so event driven mechanism has to be
|
/openbmc/linux/drivers/bluetooth/ |
H A D | Kconfig | 166 HCIATH3K (HCI Atheros AR300x) is a serial protocol for 179 HCILL (HCI Low Level) is a serial protocol for communication 192 user the Bluetooth HCI over a serial port interface. The HCI 447 kernel or say M to compile as a module. 457 kernel or say M to compile as a module. 467 kernel or say M to compile as a module. 479 the kernel, or say M here to compile as a module (btnxpuart).
|
/openbmc/linux/arch/arc/ |
H A D | Kconfig | 125 This core has a bunch of cool new features: 159 ISA default value will be used as a fallback. 228 This can be used to over-ride the global I/D Cache Enable on a 231 TLB entries have a per-page Cache Enable Bit. 454 Linux needs to be scooted a bit. 491 not suffice vmalloc requirements of a 4K CPU EZChip system. So allow 520 This options allows a Linux userland apps to directly access
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa.inc | 3 a system for rendering interactive 3D graphics. \ 59 # by default the upstream mesa sources build a debug release 60 # here we assume the user will want a release build by default 110 # i686 is a 32 bit override for mesa-native 130 # the fdperf tool requires libconfig (a part of meta-oe) so it needs special 162 # i686 is a 32 bit override for mesa-native 177 # i686 is a 32 bit override for mesa-native
|
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/ |
H A D | phosphor-hwmon_%.bbappend | 21 i2c@8d000/tmp75@4a \
|
/openbmc/linux/fs/ecryptfs/ |
H A D | Kconfig | 14 To compile this file system support as a module, choose M here: the
|
/openbmc/linux/tools/testing/ktest/examples/ |
H A D | snowball.conf | 44 POWER_CYCLE = echo use the thumb luke; read a
|
/openbmc/linux/drivers/net/ethernet/pasemi/ |
H A D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y.
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | e3x0-button.txt | 5 This module provides a simple power button event via two interrupts.
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | marvell,armada-8k-pic.txt | 4 This is the Device Tree binding for the PIC, a secondary interrupt
|
/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
H A D | marvell,berlin-smp | 6 CPUs. To apply to all CPUs, a single "marvell,berlin-smp" enable method should
|
/openbmc/linux/Documentation/devicetree/bindings/fsi/ |
H A D | fsi-master-gpio.txt | 16 GPIO block is running at a low enough
|
/openbmc/linux/Documentation/devicetree/bindings/arm/calxeda/ |
H A D | hb-sregs.yaml | 10 The Calxeda Highbank system has a block of MMIO registers controlling
|
/openbmc/linux/Documentation/devicetree/bindings/extcon/ |
H A D | extcon-rt8973a.txt | 5 is a USB port accessory detector and switch that is optimized to protect low
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ux500/ |
H A D | power_domain.txt | 13 - #power-domain-cells : Number of cells in a power domain specifier, must be 1.
|
/openbmc/linux/arch/arm64/boot/dts/sprd/ |
H A D | sharkl64.dtsi | 6 * This file is licensed under a dual GPLv2 or X11 license.
|