Home
last modified time | relevance | path

Searched full:extended (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-math.inc9 TUNEVALID[fpu-hard-extended] = "Hardware FPU in extended mode (conversion and square root instructi…
11 TUNECONFLICTS[fpu-soft] = "fpu-hard fpu-hard-extended"
13 TUNECONFLICTS[fpu-hard-extended] = "fpu-soft"
22 TUNE_CCARGS .= "${@bb.utils.contains_any('TUNE_FEATURES', ['fpu-hard', 'fpu-hard-extended'], ' -mha…
23 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', ' -mxl-float-convert -mx…
25 # Set target fpu (bitbake known target) to soft or hard (basic or extended)
26 TARGET_FPU = "${@bb.utils.contains_any('TUNE_FEATURES', 'fpu-hard fpu-hard-extended', 'fpu-hard', '…
32 MBPKGARCH_MATH .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', '-fe', bb.utils.conta…
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.c30 { 0x0000000000000000ULL, 0x0000}, /* extended 0.0 */
31 { 0x8000000000000000ULL, 0x3fff}, /* extended 1.0 */
32 { 0x8000000000000000ULL, 0x4000}, /* extended 2.0 */
33 { 0xc000000000000000ULL, 0x4000}, /* extended 3.0 */
34 { 0x8000000000000000ULL, 0x4001}, /* extended 4.0 */
35 { 0xa000000000000000ULL, 0x4001}, /* extended 5.0 */
36 { 0x8000000000000000ULL, 0x3ffe}, /* extended 0.5 */
37 { 0xa000000000000000ULL, 0x4002} /* extended 10.0 */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-flask-jwt-extended_4.6.0.bb1 SUMMARY = "Extended JWT integration with Flask"
2 HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended"
8 PYPI_PACKAGE = "Flask-JWT-Extended"
/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools3 # Buildtools and buildtools extended installer helper script
9 # NOTE: --with-extended-buildtools is on by default
11 # Example usage (extended buildtools from milestone):
15 # --filename x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh
25 # $ install-buildtools --without-extended-buildtools \
29 # $ install-buildtools --without-extended-buildtools \
164 group.add_argument('--with-extended-buildtools', action='store_true',
167 help='enable extended buildtools tarball (on by default)')
168 group.add_argument('--without-extended-buildtools', action='store_false',
170 help='disable extended buildtools (traditional buildtools tarball)')
[all …]
/openbmc/u-boot/cmd/
H A Dmdio.c46 int extended) in mdio_write_ranges() argument
54 if (!extended) in mdio_write_ranges()
74 int reglo, int reghi, int extended) in mdio_read_ranges() argument
86 if (!extended) in mdio_read_ranges()
191 int extended = 0; in do_mdio() local
223 extended = 1; in do_mdio()
231 puts("PHY does not have extended functions\n"); in do_mdio()
268 reglo, reghi, data, extended); in do_mdio()
273 reglo, reghi, extended); in do_mdio()
303 "read PHY's extended register at <devad>.<reg>\n"
[all …]
/openbmc/u-boot/arch/arm/mach-at91/
H A Dmpddrc.c75 /* Issue an extended mode register set(EMRS2) to choose operation */ in ddr2_init()
79 /* Issue an extended mode register set(EMRS3) to set EMSR to 0 */ in ddr2_init()
84 * Issue an extended mode register set(EMRS1) to enable DLL and in ddr2_init()
116 * An extended mode register set (EMRS1) cycle is issued in ddr2_init()
127 * An extended mode register set (EMRS1) cycle is issued in ddr2_init()
182 * An Extended Mode Register Set (EMRS2) cycle is issued to choose in ddr3_init()
188 * Step 7: An Extended Mode Register Set (EMRS3) cycle is issued to set in ddr3_init()
189 * the Extended Mode Register to 0. in ddr3_init()
194 * An Extended Mode Register Set (EMRS1) cycle is issued to disable and in ddr3_init()
/openbmc/u-boot/include/
H A Dnuvoton_nct6102d.h12 /* Extended Function Enable Registers */
14 /* Extended Function Index Register (same as EFER) */
16 /* Extended Function Data Register */
H A Dfsl_qbman.h29 u32 fqd_bare; /* FQD Extended Base Addr Register */
34 u32 pfdr_bare; /* PFDR Extended Base Addr Register */
39 u32 qcsp_bare; /* QCSP Extended Base Addr Register */
64 u32 fbpr_bare; /* FBPR Extended Base Addr Register */
H A Di8042.h60 #define EX 7 /* extended code index */
61 #define ES 8 /* escape and extended code index */
69 #define EXT 0x0020 /* extended scan code 0xe0 */
71 #define E1 0x0080 /* extended scan code 0xe1 */
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.cpp19 const std::string& extended) in dbusMethod() argument
52 // Some methods (e.g. get attribute) take an extended parameter in dbusMethod()
53 if (extended == "") in dbusMethod()
62 // return extended method in dbusMethod()
65 extended.c_str(), function.c_str()); in dbusMethod()
136 constexpr auto extended = "org.freedesktop.DBus.Properties"; in isHostStateRunning() local
141 if (0 == dbusMethod(path, interface, function, method, extended)) in isHostStateRunning()
H A Dwatchdog_dbus.hpp31 * @param extended - optional for extended methods
37 const std::string& extended = "");
/openbmc/libcper/sections/
H A Dcper-section-memory.c84 //"Extended" row/column indication field + misc. in cper_section_platform_memory_to_ir()
86 json_object *extended = json_object_new_object(); in cper_section_platform_memory_to_ir() local
88 extended, "rowBit16", in cper_section_platform_memory_to_ir()
89 json_object_new_boolean(memory_error->Extended & 0x1)); in cper_section_platform_memory_to_ir()
91 extended, "rowBit17", in cper_section_platform_memory_to_ir()
92 json_object_new_boolean((memory_error->Extended >> 1) & in cper_section_platform_memory_to_ir()
96 extended, "chipIdentification", in cper_section_platform_memory_to_ir()
97 json_object_new_int(memory_error->Extended >> in cper_section_platform_memory_to_ir()
100 json_object_object_add(section_ir, "extended", extended); in cper_section_platform_memory_to_ir()
500 json_object *extended = obj; ir_section_memory_to_cper() local
[all...]
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex571 eax & uint64 & The EAX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
573 ebx & uint64 & The EBX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
575 ecx & uint64 & The ECX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
577 edx & uint64 & The EDX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
579 esi & uint64 & The ESI register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
581 edi & uint64 & The EDI register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
583 ebp & uint64 & The EBP register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
585 esp & uint64 & The ESP register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
587 cs & uint64 & The CS register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.\\
589 ds & uint64 & The DS register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.\\
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dsystem-requirements.rst130 get the :term:`buildtools` or :term:`buildtools-extended` tarballs
324 resolve this by installing a :term:`buildtools-extended` tarball that
333 installing the :term:`buildtools`, :term:`buildtools-extended` or :term:`buildtools-make`
347 --without-extended-buildtools \
363 in the :term:`buildtools-extended` tarball, you can instead execute the
385 :term:`buildtools-extended` tarball, additional working versions of tools
398 and to :term:`buildtools`, :term:`buildtools-extended` or :term:`buildtools-make`.
405 Here is an example for the extended installer::
407 $ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-&DISTRO;.sh
426 :term:`buildtools-extended` tarball, additional working versions of tools
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h41 u32 potear; /* 0x04 - Address Extended */
57 u32 piwbear; /* 0x0c - Window Base Address Extended */
99 u32 potear0; /* 0xc04 - PCI Outbound Translation Extended Address Register 0 */
104 u32 potear1; /* 0xc24 - PCI Outbound Translation Extended Address Register 1 */
110 u32 potear2; /* 0xc44 - PCI Outbound Translation Extended Address Register 2 */
116 u32 potear3; /* 0xc64 - PCI Outbound Translation Extended Address Register 3 */
122 u32 potear4; /* 0xc84 - PCI Outbound Translation Extended Address Register 4 */
130 u32 piwbear3; /* 0xdac - PCI Inbound Window Base Extended Address Register 3 */
136 u32 piwbear2; /* 0xdcc - PCI Inbound Window Base Extended Address Register 2 */
152 u32 peextaddrcr; /* 0xe14 - PCI Error Extended Address Capture Register */
/openbmc/qemu/tests/qemu-iotests/
H A D065107 'compression-type': compression_type, 'extended-l2': False }
110 'corrupt: false', 'extended l2: false' ]
117 'compression-type': 'zlib', 'extended-l2': False }
120 'corrupt: false', 'extended l2: false' ]
129 'compression-type': 'zlib', 'extended-l2': False }
145 'compression-type': compression_type, 'extended-l2': False }
H A D242.out19 extended l2: false
46 extended l2: false
85 extended l2: false
129 extended l2: false
174 extended l2: false
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfix-client-gfx_state-initialisation.patch7 to CoreGraphicsStateClient_Init() to avoid creating an extended
10 4d422fb Client: Create extended Graphics State object when needed for later usage
13 extended Graphics State object is not initialised, which can lead to
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DExtendedVersion.interface.yaml2 An extended version string for a xyz.openbmc_project.Software.Version.
7 Extended version of the level.
/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h46 u16 mpe_length; /* Extended table size */
47 u8 mpe_checksum; /* Extended table checksum */
147 /* Extended MP configuration table entry types */
221 * counting any extended configuration table entry.
248 * next extended table entry start address
251 * including any extended configuration table entry.
262 * mp_add_mpe_entry() - Add an extended MP configuration table entry
264 * This adds the extended MP configuration table entry size with
265 * added extended table entry length.
268 * @mpe: extended table entry base address
/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-full-cmdline.bb13 packagegroup-core-full-cmdline-extended \
22 packagegroup-core-full-cmdline-extended \
58 RDEPENDS:packagegroup-core-full-cmdline-extended = "\
/openbmc/qemu/include/tcg/
H A Dhelper-info.h31 TCG_CALL_ARG_EXTEND, /* for i32, as a sign/zero-extended i64 */
32 TCG_CALL_ARG_EXTEND_U, /* ... as a zero-extended i64 */
33 TCG_CALL_ARG_EXTEND_S, /* ... as a sign-extended i64 */
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bbappend10 RDEPENDS:packagegroup-meta-oe-extended += "\
17 RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "lcdproc"
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dgen-bios-tar23 -e, --extended <name> Specify the extended version of bios image file
120 -e|--extended)
121 extended="$2"
196 if [[ -n "${extended}" ]]; then
197 echo -e "ExtendedVersion=\"${extended}\"" >> $manifest_location
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DManufacturerExt.interface.yaml2 Implement to define extended manufacturing data for inventory items.
8 A dictionary of manufacturer-specific extended data fields, which may

12345678910>>...39