/openbmc/linux/drivers/media/tuners/ |
D | tda18271-priv.h |
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
D | ucontext.h |
|
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | feature-microblaze-math.inc | 9 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/linux/arch/arm/nwfpe/ |
D | fpopcode.c |
|
/openbmc/linux/Documentation/filesystems/ext4/ |
D | attributes.rst |
|
D | inlinedata.rst |
|
D | eainode.rst |
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
D | notes.rst |
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpopcode.c | 30 { 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/linux/tools/perf/tests/shell/ |
D | test_task_analyzer.sh |
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
D | extended-controls.rst |
|
/openbmc/linux/Documentation/filesystems/ |
D | hpfs.rst |
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
D | sigcontext.h |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | virtual-memory.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
D | virtual-memory.json |
|
/openbmc/linux/fs/reiserfs/ |
D | Kconfig |
|
/openbmc/openbmc/poky/scripts/ |
H A D | install-buildtools | 3 # 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 D | mdio.c | 46 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 D | mpddrc.c | 75 /* 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/linux/arch/m68k/fpsp040/ |
D | x_store.S |
|
/openbmc/libcper/sections/ |
H A D | cper-section-memory.c | 84 //"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() 498 //"Extended" field. in ir_section_memory_to_cper() [all …]
|
/openbmc/linux/sound/soc/fsl/ |
D | fsl_dma.h |
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_dbus.cpp | 19 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()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-flask-jwt-extended_4.6.0.bb | 1 SUMMARY = "Extended JWT integration with Flask" 2 HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended" 8 PYPI_PACKAGE = "Flask-JWT-Extended"
|
/openbmc/linux/Documentation/accounting/ |
D | taskstats-struct.rst |
|