/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | i2c_write_byte.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed… 13 | value | yes | string | Byte value to write expressed in hexadecimal. Must be prefixed wit… 14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
|
H A D | i2c_compare_byte.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed… 13 | value | yes | string | Expected byte value expressed in hexadecimal. Must be prefixed wit… 14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
|
H A D | i2c_write_bytes.md | 18 …g | Device register address expressed in hexadecimal. Must be prefixed with 0x and surro… 19 … more byte values to write expressed in hexadecimal. Each value must be prefixed with 0x and surro… 20 …ngs | One or more bit masks expressed in hexadecimal. Each mask must be prefixed with 0x and surro…
|
H A D | i2c_compare_bytes.md | 18 …g | Device register address expressed in hexadecimal. Must be prefixed with 0x and surro… 19 … more expected byte values expressed in hexadecimal. Each value must be prefixed with 0x and surro… 20 …ngs | One or more bit masks expressed in hexadecimal. Each mask must be prefixed with 0x and surro…
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 69 /* This defines the prefixed load/store instructions */ 116 /* Prefixed Integer Load/Store instructions */ 130 /* Prefixed Floating-Point Load/Store Instructions */ 136 /* Prefixed VSX Load/Store Instructions */
|
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | mangle-port.h | 17 * variations of functions: non-prefixed ones that preserve the value 18 * and prefixed ones that preserve byte addresses. The latters are
|
/openbmc/u-boot/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 20 * variations of functions: non-prefixed ones that preserve the value 21 * and prefixed ones that preserve byte addresses. The latters are
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | hyp_image.h | 15 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, 26 * KVM nVHE ELF section names are prefixed with .hyp, to separate them
|
/openbmc/linux/Documentation/mm/ |
H A D | page_frags.rst | 30 called. The "netdev" prefixed functions are usable in any context as these 31 functions will disable interrupts, while the "napi" prefixed functions are
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0002-musl-does-not-provide-printf-h.patch | 224 + }, { /* 1: l-prefixed */ 231 + }, { /* 2: ll-prefixed */ 236 + }, { /* 3: h-prefixed */ 242 + }, { /* 4: hh-prefixed */ 247 + }, { /* 5: L-prefixed */ 251 + }, { /* 6: z- or t-prefixed (assumed to be same size) */ 256 + }, { /* 7: j-prefixed */
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 23 * variations of functions: non-prefixed ones that preserve the value 24 * and prefixed ones that preserve byte addresses. The latters are
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 209 + }, { /* 1: l-prefixed */ 216 + }, { /* 2: ll-prefixed */ 221 + }, { /* 3: h-prefixed */ 227 + }, { /* 4: hh-prefixed */ 232 + }, { /* 5: L-prefixed */ 236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */ 241 + }, { /* 7: j-prefixed */
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0005-add-fallback-parse_printf_format-implementation.patch | 209 + }, { /* 1: l-prefixed */ 216 + }, { /* 2: ll-prefixed */ 221 + }, { /* 3: h-prefixed */ 227 + }, { /* 4: hh-prefixed */ 232 + }, { /* 5: L-prefixed */ 236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */ 241 + }, { /* 7: j-prefixed */
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 95 /* Prefixed flag, ORed in with type */ 96 #define PREFIXED 0x800 macro 103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4)
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | image-vars.h | 16 * The EFI stub has its own symbol namespace prefixed by __efistub_, to 40 * KVM nVHE code has its own symbol namespace prefixed with __kvm_nvhe_, to
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 105 specifications must be prefixed with either `pldm_` or `PLDM_` as 112 implementation must be prefixed with `libpldm_` or `LIBPLDM_` 114 - [ ] All `pldm_`-prefixed symbols must also name the related specification. For 118 - [ ] All enum members must be prefixed with the type name
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | core.c | 197 bool prefixed = raw && !!(ccc->id & I3C_CCC_DIRECT); in i3c_hci_send_ccc_cmd() local 198 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd() 209 if (prefixed) { in i3c_hci_send_ccc_cmd() 218 for (i = 0; i < nxfers - prefixed; i++) { in i3c_hci_send_ccc_cmd() 232 if (prefixed) in i3c_hci_send_ccc_cmd() 243 for (i = prefixed; i < nxfers; i++) { in i3c_hci_send_ccc_cmd() 245 ccc->dests[i - prefixed].payload.len = in i3c_hci_send_ccc_cmd()
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 471 bool "Build Kernel with Prefixed Instructions" 473 POWER10 and later CPUs support prefixed instructions, 8 byte 477 This option builds the kernel with prefixed instructions, and 480 Kernel support for prefixed instructions in applications and guests
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _lxml.py | 86 tracked. Un-prefixed namespaces are not tracked. 92 # don't track un-prefixed namespaces. Soupselect will 93 # treat an un-prefixed namespace as the default, which 272 # We should not track un-prefixed namespaces as we can only hold one
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon_bpts.S | 7 /* Prefixed instructions can not cross 64 byte boundaries */
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 193 * prefixed instruction 1504 op->type = COMPUTE | PREFIXED; in analyse_instr() 2976 case 1: /* Prefixed instructions */ in analyse_instr() 2996 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr() 3001 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr() 3007 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr() 3013 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr() 3019 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr() 3027 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr() 3035 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr() [all …]
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 33 into VGA and non-VGA variants. The VGA ones are prefixed with virtio-vga 34 or vhost-user-vga while the non-VGA ones are prefixed with virtio-gpu or
|
/openbmc/linux/arch/riscv/kernel/pi/ |
H A D | fdt_early.c | 7 * Declare the functions that are exported (but prefixed) here so that LLVM
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | image-vars.h | 18 * The EFI stub has its own symbol namespace prefixed by __efistub_, to
|
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/ |
H A D | Kconfig | 7 # and the message is prefixed with the current file name and line number.
|