/openbmc/qemu/target/arm/tcg/ |
H A D | vfp.decode | 15 # You should have received a copy of the GNU Lesser General Public 30 # VFP registers have an odd encoding with a four-bit field 31 # and a one-bit field which are assembled in different orders 230 # is in the same format as a Vm single-precision register number. 231 # We assemble bits 18 (op), 16 (u) and 7 (sx) into a single opc field
|
H A D | mve_helper.c | 1310 static int8_t do_vqdmladh_b(int8_t a, int8_t b, int8_t c, int8_t d, 1313 int64_t r = ((int64_t)a * b + (int64_t)c * d) * 2 + (round << 7); 1317 static int16_t do_vqdmladh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmladh_h() argument 1320 int64_t r = ((int64_t)a * b + (int64_t)c * d) * 2 + (round << 15); in do_vqdmladh_h() 1324 static int32_t do_vqdmladh_w(int32_t a, int32_t b, int32_t c, int32_t d, in do_vqdmladh_w() argument 1327 int64_t m1 = (int64_t)a * b; in do_vqdmladh_w() 1351 static int8_t do_vqdmlsdh_b(int8_t a, int8_t b, int8_t c, int8_t d, in do_vqdmlsdh_b() argument 1354 int64_t r = ((int64_t)a * b - (int64_t)c * d) * 2 + (round << 7); in do_vqdmlsdh_b() 1358 static int16_t do_vqdmlsdh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmlsdh_h() argument 1361 int64_t r = ((int64_t)a * b - (int64_t)c * d) * 2 + (round << 15); in do_vqdmlsdh_h() [all …]
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_crtc.c | 125 #define DE_COEFTAB_DATA(a, b) ((((a) & 0xfff) << 16) | (((b) & 0xfff))) argument 134 u32 a, b, delta_in, out_start, out_end; in malidp_generate_gamma_table() local 141 a = (delta_in == 0) ? 0 : ((out_end - out_start) * 256) / delta_in; in malidp_generate_gamma_table() 143 coeffs[i] = DE_COEFTAB_DATA(a, b); in malidp_generate_gamma_table()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi-raw | 6 a complete SCMI synchronous command message (header included) 21 a complete SCMI asynchronous command message (header included) 60 Description: SCMI Raw stack reset facility; writing a value to this entry 73 a complete SCMI synchronous command message (header included) 97 a complete SCMI asynchronous command message (header included)
|
/openbmc/linux/drivers/hid/ |
H A D | hid-google-hammer.c | 462 int a; in hammer_get_folded_state() local 482 for (a = 0; a < report->maxfield; a++) { in hammer_get_folded_state() 483 struct hid_field *field = report->field[a]; in hammer_get_folded_state()
|
/openbmc/openbmc/poky/meta/recipes-core/dbus/ |
H A D | dbus_1.14.10.bb | 2 …a message bus system, a simple way for applications to talk to one another. In addition to interpr… 170 # has a more featured and useful version 178 # has a more featured and useful version
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-mickey.dts | 8 * licensing only applies to this file, and not this project as a 11 * a) This file is free software; you can redistribute it and/or 24 * obtaining a copy of this software and associated documentation 136 * - 800 MHz appears to be a "sweet spot" for me. I can run 209 /* This is not a pwren anymore, but the real power supply */
|
H A D | sun7i-a20-pcduino3-nano.dts | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 22 * obtaining a copy of this software and associated documentation 63 type = "a";
|
/openbmc/linux/arch/sparc/lib/ |
H A D | M7memset.S | 144 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound? 229 brz,a,pn %o4, .asi_done 279 ba,a .bsi_done 322 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary 327 stb %o1, [%o5] ! clear a byte
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableDimmSlot.vue | 279 sortCompare(a, b, key) { 281 return this.sortStatus(a, b, key); 283 return this.sortStatusState(a, b, key); 311 sortStatusState(a, b, key) { 313 return statusState.indexOf(a[key]) - statusState.indexOf(b[key]);
|
/openbmc/u-boot/doc/device-tree-bindings/adc/ |
H A D | st,stm32-adc.txt | 3 STM32 ADC is a successive approximation analog-to-digital converter. 6 stored in a left-aligned or right-aligned 32-bit data register. 21 Contents of a stm32 adc root node: 30 and stm32h7 share a common ADC interrupt line. stm32mp1 has two separate 50 Contents of a stm32 adc child node:
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 87 opening a busy OSS PCM device won't be blocked but return 121 if negative, interpret as a bitmask of permissible indices; 146 supports dynamic configuration, it's of little use, but that was a 290 If this works for you file a bug with your `lspci -vn` output. 335 SPDIF output has a copy of the AC97 codec output, unless you use the 698 requires a sound card (like RealPlayer). 717 but either ignores read/write or mmap a single dummy page to all 1074 Each codec may have a model table for different configurations. 1077 specify a certain model in such a case. There are different 1081 The model name ``generic`` is treated as a special case. When this [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 26 FF-A is a discoverable bus and similar to architecture features. 81 diff --git a/MAINTAINERS b/MAINTAINERS 83 --- a/MAINTAINERS 100 diff --git a/doc/arch/arm64.ffa.rst b/doc/arch/arm64.ffa.rst 116 +FF-A specifies interfaces that enable a pair of software execution environments aka partitions to 117 +communicate with each other. A partition could be a VM in the Normal or Secure world, an 118 +application in S-EL0, or a Trusted OS in S-EL1. 124 +isolate portions of EFI runtime services that must run in a protected 180 +At the secure side level or hypervisor the ABI is handled at a higher exception 197 +The PSCI driver comes with a PSCI device tree node which is the root node for all [all …]
|
/openbmc/qemu/system/ |
H A D | memory.c | 174 static bool memory_region_ioeventfd_before(MemoryRegionIoeventfd *a, in memory_region_ioeventfd_before() argument 177 if (int128_lt(a->addr.start, b->addr.start)) { in memory_region_ioeventfd_before() 179 } else if (int128_gt(a->addr.start, b->addr.start)) { in memory_region_ioeventfd_before() 181 } else if (int128_lt(a->addr.size, b->addr.size)) { in memory_region_ioeventfd_before() 183 } else if (int128_gt(a->addr.size, b->addr.size)) { in memory_region_ioeventfd_before() 185 } else if (a->match_data < b->match_data) { in memory_region_ioeventfd_before() 187 } else if (a->match_data > b->match_data) { in memory_region_ioeventfd_before() 189 } else if (a->match_data) { in memory_region_ioeventfd_before() 190 if (a->data < b->data) { in memory_region_ioeventfd_before() 192 } else if (a->data > b->data) { in memory_region_ioeventfd_before() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-yuv-planar.rst | 19 Within a plane, components are stored in pixel order, which may be linear or 313 The line stride and image height must be aligned to a multiple of 16. 319 The line stride must be a multiple of 128 pixels to ensure an 320 integer number of Z shapes. The image height must be a multiple of 32 pixels. 327 aligned to a multiple of 4. The layouts of the luma and chroma planes are 332 aligned to a multiple of 16. The layouts of the luma and chroma planes are 337 aligned to a multiple of 32. The layouts of the luma and chroma planes are 342 The image height must be aligned to a multiple of 128. 351 The image height must be aligned to a multiple of 128. 367 in 16x16 tiles. The line stride must be aligned to a multiple of 16 and the [all …]
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | stable-api-nonsense.rst | 54 per essere superficiali sui problemi legali, sono veri e dovete esserne a 82 a seconda delle opzioni di compilazione. 100 a mie spese molto tempo fa... 118 a funzionare senza problemi. 126 aumentato la capacità di trasmissione di tutti i driver fino a raggiungere 145 sviluppatori devono dedicare il proprio tempo a questo genere di lavoro, 196 Linux senza dover chiedere a nessuna di queste di aggiungerlo. 207 Dei ringraziamenti vanno a Randy Dunlap, Andrew Morton, David Brownell,
|
/openbmc/linux/include/trace/events/ |
H A D | writeback.h | 29 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument 30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument 50 #define EM(a,b) { a, b }, argument 51 #define EMe(a,b) { a, b } argument
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | 3D-Slicer-1.0 | 16 to the date of the first publication of this Agreement, each a 36 make a Contribution to Slicer, you represent that (i) you are 53 4. You hereby grant to Brigham, with the right to sublicense, a 58 sublicense, a perpetual, worldwide, non-exclusive, no-charge, 91 "Software"), a royalty-free, non-exclusive license to use, 95 (a) you accept and adhere to all of the terms and conditions of this 131 authorized by a third party to grant to you, and accordingly you 150 contributor to the software (each a "Contributor") shall have any
|
/openbmc/linux/drivers/pci/controller/ |
H A D | Kconfig | 132 Say Y here if you want to support a simple generic PCI host 155 Adds support for the Intel Volume Management Device (VMD). VMD is a 159 more bus resources than are otherwise possible with a 163 To compile this driver as a module, choose M here: the 216 This selects a driver for the MediaTek MT7621 PCIe Controller. 230 The Hyper-V PCI Interface is a helper driver that allows other 231 drivers to have a common interface with the Hyper-V PCI frontend 264 There are 3 internal PCI controllers available with a single
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_device_path.c | 89 int efi_dp_match(const struct efi_device_path *a, in efi_dp_match() argument 95 ret = memcmp(&a->length, &b->length, sizeof(a->length)); in efi_dp_match() 99 ret = memcmp(a, b, a->length); in efi_dp_match() 103 a = efi_dp_next(a); in efi_dp_match() 106 if (!a || !b) in efi_dp_match()
|
/openbmc/linux/include/linux/ |
H A D | hid.h | 905 #define IS_INPUT_APPLICATION(a) \ argument 906 (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \ 907 || ((a >= HID_DG_DIGITIZER) && (a <= HID_DG_WHITEBOARD)) \ 908 || (a == HID_GD_SYSTEM_CONTROL) || (a == HID_CP_CONSUMER_CONTROL) \ 909 || (a == HID_GD_WIRELESS_RADIO_CTLS))
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | mx6_mx7_secure_boot.txt | 8 This document describes a step-by-step procedure on how to sign and securely 15 1.1 Building a u-boot-dtb.imx image supporting secure boot 30 The diagram below illustrate a signed u-boot-dtb.imx image layout: 81 the U-Boot build, the example below is a log for mx7dsabresd_defconfig target: 116 The CST tool is used for singing the U-Boot binary and generating a CSF binary, 118 should receive a CSF binary, which contains the CSF commands, SRK table, 144 root of trust. An error in SRK Hash results in a part that does not boot. 219 After the device successfully boots a signed image without generating any HAB
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | release-notes.rst | 37 - Corstone-1000 SoC on FVP doesn't have a secure debug peripheral. It does on the MPS3. 65 …support please refer to the version 2023.06. We are aiming to restore it in a more standardised ma… 68 - Corstone-1000 SoC on FVP doesn't have a secure debug peripheral. It does on the MPS3. 87 - Corstone-1000 SoC on FVP doesn't have a secure debug peripheral. It does on the MPS3 . 110 - Below SCT FAILURE is a known issues in the FVP: 112 …- Below SCT FAILURE is a known issue when a terminal emulator (in the system where the user connec… 136 - Below SCT FAILURE is a known issues in the FVP:
|
/openbmc/linux/arch/x86/um/ |
H A D | ldt.c | 192 ldt_p->a = 0; in write_ldt() 198 ldt_p->a = LDT_entry_a(&ldt_info); in write_ldt() 273 if (ldt[i].a != 0 || ldt[i].b != 0) in ldt_get_host_info() 291 if (ldt[i].a != 0 || ldt[i].b != 0) in ldt_get_host_info()
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_websocket.robot | 114 # Start the monitor. Fork so its a parallel task. 128 # of a monitory_pgm running from a previous run. 165 [Documentation] Do teardown tasks after a test.
|