| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon-dp.decode | 21 # VFP/Neon register fields; same as vfp.decode 36 # 3-reg-same grouping: 40 &3same vm vn vd q size 42 @3same .... ... . . . size:2 .... .... .... . q:1 . . .... \ 43 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp 46 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 50 # This converts this encoding to the same MO_8/16/32/64 values that the 55 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp size=%3same_fp_size 57 &3same vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0 size=%3same_fp_size 59 VHADD_S_3s 1111 001 0 0 . .. .... .... 0000 . . . 0 .... @3same [all …]
|
| /openbmc/u-boot/test/dm/ |
| H A D | rtc.c | 38 bool same; in cmp_times() local 40 same = expect->tm_sec == time->tm_sec; in cmp_times() 41 same &= expect->tm_min == time->tm_min; in cmp_times() 42 same &= expect->tm_hour == time->tm_hour; in cmp_times() 43 same &= expect->tm_mday == time->tm_mday; in cmp_times() 44 same &= expect->tm_mon == time->tm_mon; in cmp_times() 45 same &= expect->tm_year == time->tm_year; in cmp_times() 46 if (!same && show) { in cmp_times() 51 return same ? 0 : -EINVAL; in cmp_times()
|
| /openbmc/u-boot/drivers/input/ |
| H A D | input.c | 342 int same; /* number of elements which are the same */ in sort_array_by_ordering() local 354 same = dest_count; in sort_array_by_ordering() 362 return same; in sort_array_by_ordering() 377 int keycode[], int num_keycodes, int *same) in input_check_keycodes() argument 386 *same = sort_array_by_ordering(keycode, num_keycodes, in input_check_keycodes() 392 return *same != num_keycodes; in input_check_keycodes() 453 int max_chars, int same) in input_keycodes_to_ascii() argument 472 for (i = same; i < num_keycodes; i++) { in input_keycodes_to_ascii() 513 int count, i, same = 0; in _input_send_keycodes() local 518 if (!input_check_keycodes(config, keycode, num_keycodes, &same)) { in _input_send_keycodes() [all …]
|
| H A D | cros_ec_keyb.c | 106 bool same = false; in cros_ec_kbc_check() local 121 &same); in cros_ec_kbc_check() 145 if ((irq_pending < 0) && same) in cros_ec_kbc_check()
|
| /openbmc/u-boot/drivers/pinctrl/aspeed/ |
| H A D | Kconfig | 8 i.e. it uses the same device tree configuration. 17 i.e. it uses the same device tree configuration. 26 i.e. it uses the same device tree configuration.
|
| /openbmc/u-boot/doc/device-tree-bindings/net/ |
| H A D | ethernet.txt | 16 - phy-connection-type: the same as "phy-mode" property but described in ePAPR; 19 - phy: the same as "phy-handle" property, not recommended for new bindings. 20 - phy-device: the same as "phy-handle" property, not recommended for new 25 They are described in the phy.txt file in this same directory.
|
| H A D | altera_tse.txt | 7 the information of registers in the same order as described by reg-names 22 - phy-mode: See ethernet.txt in the same directory. 23 - phy-handle: See ethernet.txt in the same directory. 24 - phy-addr: See ethernet.txt in the same directory. A configuration should 48 - local-mac-address: See ethernet.txt in the same directory. 49 - max-frame-size: See ethernet.txt in the same directory.
|
| /openbmc/u-boot/doc/device-tree-bindings/timer/ |
| H A D | arc_timer.txt | 23 NOTE: if you specify both timers, clocks always should be the same 24 as each timer is driven by the same core clock.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-cryptography-vectors.bb | 9 # NOTE: Make sure to keep this recipe at the same version as python3-cryptography 10 # Upgrade both recipes at the same time
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 4 Subject: [PATCH] Lib/pty.py: handle stdin I/O errors same way as master I/O 7 reading stdin can throw the same I/O errors as reading from master fd does, 23 So let's treat both channels the same.
|
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 15 from a single location so 8 bytes read will be the same. 22 - If any "2 address bytes" EEPROM from any vendor has the same data in all 26 - ONSEMI EEPROM (a 2 address bytes device) return the same data from the same 50 0x00, the subsequent read byte will be the same for all 8 instructions. The 65 This proposal MODE-2 suffers the same 1st issue as MODE-1 ie. what if the EEPROM 66 has the same data at all those addresses. However, this proposal MODE-2
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | doc-good.txt | 44 * **one** -- The _one_ {and only}, description on the same line 96 * **i** ("int") -- description starts on the same line remainder 97 indented the same "b" is undocumented 114 same line remainder indented differently
|
| H A D | doc-good.json | 70 # @one: The _one_ {and only}, description on the same line 137 # @i: description starts on the same line 138 # remainder indented the same 161 # @arg2: description starts on the same line
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch | 4 Subject: [PATCH] skip checking LIB32 and LIB64 if they point to the same place 21 …B32)) and LIB64 ($(PREFIX)/$(LIB64) to $(REALLIB64)) are resolving to the same place. Manually spe…
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_svinval.c.inc | 28 /* Do the same as sfence.vma currently */ 57 /* Do the same as hfence.vvma currently */ 70 /* Do the same as hfence.gvma currently */
|
| /openbmc/u-boot/doc/ |
| H A D | README.ARM-memory-map | 13 CONFIG_SYS_TEXT_BASE and _armboot_start are both used for the same purpose in 16 another variable (_TEXT_BASE) with the same content as _armboot_start.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/ |
| H A D | make-netcat_flag_count_work.patch | 7 A char has the same range of values as signed char on X86, 8 but same as unsigned char on PPC which made netcat_flag_count
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/ |
| H A D | 0001-bluepy-Fix-username-issue-with-tarballs.patch | 22 + tar xzf $< --no-same-owner 29 + (cd ..; tar czf bluepy/bluez-src.tgz $(BLUEZ_PATH) --no-same-owner)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 240.out | 18 .==Attach two SCSI disks using the same block device and the same iothread== 35 .==Attach two SCSI disks using the same block device but different iothreads== 56 .==Attach a SCSI disks using the same block device as a NBD server==
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/ |
| H A D | 0001-autotools-Add-include-path-to-generated-version.h.patch | 6 When the build dir isn't the same as source dir it fails to compile 26 +# Required for the generated version.h when build dir is not the same as srcdir.
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | GL2PS | 9 1) the modifications are licensed under the same terms as this software; 11 2) you make available the source code of any modifications that you distribute, either on the same …
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-numa.rst | 43 considering that the same resource can have multiple connections to the 60 same performance boundaries are expected to have relative NUMA distance 62 to the same first boundary will have the shortest distance from each 95 P1 and P2 have the same third NUMA level, MOD1: Distance between them = 40 98 distance attributes for the same associativity arrays, as the following 118 In a hypothetical platform where all resources inside the same hardware module 119 is considered to be on the same performance boundary: 133 P1 and P2 belongs to the same first order boundary. The distance between then 206 have to accept that a large array of values will be translated to the same 225 Will both be translated to the same values internally: [all …]
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | libraries.rst | 17 - :ref:`How to install multiple versions of the same library in parallel on 18 the same system 19 <dev-manual/libraries:installing multiple versions of the same library>` 226 packages with and without the Multilib feature can exist in the same 236 of the same library on the same system at the same time. This 240 versions of the same library in parallel on the same system. 252 same system: 262 create the dependency. Continuing with the same example, if you want to
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_firmware_inventory.robot | 85 [Documentation] Verify BMC version from FirmwareInventory same as in manager. 170 [Documentation] Verify functional image version is same as in Redfish managers. 181 ... is same as in Redfish managers.. 190 [Documentation] Verify the firmware software inventory is same as software images of managers. 213 [Documentation] Check the Redfish firmware inventory path is same as in 221 [Documentation] Check the Redfish backup image firmware inventory path is same as in 258 [Documentation] Verify the Redfish firmware inventory path version is same as Redfish managers. 283 [Documentation] Verify the Redfish firmware inventory path version is not same as 321 …[Documentation] Verify the functional image version is same as in firmware inventory and managers. 342 [Documentation] Verify Redfish firmware inventory path and active software image is same.
|
| /openbmc/qemu/docs/ |
| H A D | pci_expander_bridge.txt | 6 PXB is a "light-weight" host bridge in the same PCI domain 31 …- 2 NUMA nodes for the guest, 0 and 1. (both mapped to the same NUMA node in host, but you can and… 48 …It is a regular PCI Device that resides on the piix host-bridge bus and its bus uses the same PCI … 50 The interrupts from devices behind the PXB are routed through this device the same as if it were a
|