| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | clock.c | 206 default: in exynos4_get_pll_clk() 236 default: in exynos4x12_get_pll_clk() 270 default: in exynos5_get_pll_clk() 291 default: in exynos5_get_pll_clk() 335 default: in exynos542x_get_pll_clk() 427 default: in exynos5_get_periph_rate() 445 default: in exynos5_get_periph_rate() 518 default: in exynos542x_get_periph_rate() 539 default: in exynos542x_get_periph_rate() 818 default: in exynos4_get_mmc_clk() [all …]
|
| /openbmc/qemu/hw/arm/ |
| H A D | musicpal.c | 135 default: in scale_lcd_color() 196 default: in musicpal_lcd_read() 350 default: in mv88w8618_pic_read() 485 default: in mv88w8618_pit_read() 646 default: in mv88w8618_flashcfg_read() 674 s->cfgr0 = 0xfffe4285; /* Default as set by U-Boot for 8 MB flash */ in mv88w8618_flashcfg_init() 725 default: in OBJECT_DECLARE_SIMPLE_TYPE() 773 default: in mv88w8618_wlan_read() 874 default: in musicpal_gpio_brightness_update() 935 default: in musicpal_gpio_read()
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 232 default: in host_to_target_siginfo_noswap() 319 default: in tswap_siginfo() 361 default: in core_dump_signal() 404 * actually die from an uncaught signal. Here the default signal in dump_core_and_abort() 454 /* Ignored by default. */ in fatal_signal() 463 default: in fatal_signal() 734 /* Use default user stack */ in get_sigframe() 879 * behavior. But do trap all default-fatal signals. in signal_init() 919 * default handler : ignore some signal. The other are job in handle_pending_signal() 992 * If they are set to ignore, restore the default handler (see in process_pending_signals()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bblayers.py | 177 cond = "conf/templates/default" in result.output 182 if 'poky-default' in result.output: 183 conf = 'poky-default' 184 elif 'meta-default' in result.output: 185 conf = 'meta-default'
|
| /openbmc/u-boot/board/phytec/pcm058/ |
| H A D | pcm058.c | 224 default: in board_mmc_init() 373 * BOOT_CFG1[4] = 0 - default pad settings 505 .sde_to_rst = 0x10, /* 14 cycles, 200us (JEDEC default) */ in spl_dram_init() 506 .rst_to_cke = 0x23, /* 33 cycles, 500us (JEDEC default) */ in spl_dram_init() 528 default: in board_boot_order()
|
| /openbmc/u-boot/drivers/mtd/onenand/ |
| H A D | samsung.c | 145 default: in s3c_onenand_readw() 185 default: in s3c_onenand_writew() 228 default: in s3c_onenand_wait() 291 default: in s3c_onenand_command() 367 default: in s3c_onenand_command()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch | 109 + default 0 121 + default 0 129 + default 0x0 233 + default: 367 + default:
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial.c | 99 default: in on_baudrate() 166 * available to U-Boot to use. Lastly, this function assigns a default 168 * default output. 260 * @name: Name of the serial driver to be used as default output 263 * selecting which serial device will be used as default. In case
|
| /openbmc/u-boot/arch/arm/cpu/arm1136/mx35/ |
| H A D | generic.c | 243 default: in mxc_get_main_clock() 325 default: in mxc_get_peri_clock() 415 default: in get_reset_cause() 506 default: in spl_boot_device() 519 default: in spl_boot_device()
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 44 example above, wic creates an ISO image named IsoImage-cd.direct (default 72 syslinux_conf += "DEFAULT boot\n" 117 grubefi_conf += "default=boot\n" 274 # Support using a different initrd other than default 355 # Default to 100 blocks of extra space for file system overhead
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | registry.hpp | 239 ~Registry() = default; 240 Registry(const Registry&) = default; 241 Registry& operator=(const Registry&) = default; 242 Registry(Registry&&) = default; 243 Registry& operator=(Registry&&) = default;
|
| /openbmc/phosphor-ipmi-flash/ |
| H A D | README.md | 163 transfer the data. By default, the data-in-IPMI mechanism is enabled. 175 | Variable | Default | Meaning … 184 | Variable | Default | Meaning | 245 usable default values. 247 | Variable | Default | Meaning …
|
| /openbmc/qemu/hw/misc/ |
| H A D | npcm7xx_mft.c | 263 default: in npcm7xx_mft_capture() 305 default: in npcm7xx_mft_capture() 358 default: in npcm7xx_mft_read() 383 default: in npcm7xx_mft_write() 416 default: in npcm7xx_mft_check_mem_op()
|
| /openbmc/qemu/gdbstub/ |
| H A D | system.c | 105 default: in gdb_chr_event() 162 default: in gdb_vm_state_change() 208 default: in gdb_vm_state_change() 598 default: in gdb_continue_partial() 627 default: in gdb_signal_to_target()
|
| /openbmc/phosphor-settingsd/ |
| H A D | settings_manager.mako.hpp | 28 default_value = item['Properties'][prop]['Default'] 38 # Handle default values for properties of type array[enum]. 156 virtual ~Impl() = default; 339 … lg2::info("Could not restore property ${p['prop']} on ${object}, setting to default value"); 374 virtual ~Manager() = default;
|
| /openbmc/bmcweb/ |
| H A D | .clang-tidy | 69 bugprone-switch-missing-default-case, 218 cppcoreguidelines-misleading-capture-default-by-value, 238 cppcoreguidelines-use-default-member-init, 271 modernize-use-default-member-init, 273 modernize-use-equals-default,
|
| /openbmc/openbmc/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 220 cloned repository uses the default name ``poky``. 236 that contains default versions of your ``local.conf`` and ``bblayers.conf`` 237 configuration files. These default configuration files are created only 265 build environment. Here is a list of a few. To see the default 268 :yocto_git:`local.conf.sample </poky/tree/meta-poky/conf/templates/default/local.conf.sample>` 303 during the build. By default, the layers listed in this file include 318 features. You can set these default build properties here. A good 524 repositories, which is not the default behavior, and store them in the 701 By default, everything is accomplished in the :term:`Build Directory`, which has 708 recipe's unpacked source code, and has the default ``sources-unpack`` name. The [all …]
|
| /openbmc/bios-bmc-smm-error-logger/include/ |
| H A D | data_interface.hpp | 16 virtual ~DataInterface() = default;
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | interface.hpp | 17 virtual ~DataInterface() = default;
|
| /openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/ |
| H A D | platform_configs.inc | 5 ##################### Configure default EEPROM setting #####################
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-u-boot-scr/ |
| H A D | rpi-u-boot-scr.bb | 34 PROVIDES += "u-boot-default-script"
|
| /openbmc/telemetry/src/utils/ |
| H A D | messanger_service.hpp | 21 ~MessangerService() = default;
|
| /openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/ |
| H A D | platform_configs.inc | 5 ##################### Configure default EEPROM setting #####################
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | armsse-version.h | 37 default: in armsse_version_valid()
|
| /openbmc/u-boot/include/ |
| H A D | dm-demo.h | 16 * @default_char: Default ASCII character to output (65 = 'A')
|