| /openbmc/qemu/hw/intc/ |
| H A D | pnv_xive.c | 735 default: in pnv_xive_table_set_data() 848 default: in pnv_xive_vst_set_exclusive() 899 default: in pnv_xive_vst_set_data() 1214 default: in pnv_xive_ic_reg_write() 1351 default: in pnv_xive_ic_reg_read() 1428 default: in pnv_xive_end_notify() 1501 default: in pnv_xive_ic_notify_write() 1672 default: in pnv_xive_xscom_read() 1722 default: in pnv_xive_vc_read() 1764 default: in pnv_xive_vc_write() [all …]
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 357 * By default, i.e. if the input buffer is aligned to PKT_ALIGN, in ehci_submit_async() 462 * Determine the size of this qTD transfer. By default, in ehci_submit_async() 642 default: in ehci_submit_async() 696 default: in ehci_submit_root() 733 default: in ehci_submit_root() 739 default: in ehci_submit_root() 751 default: in ehci_submit_root() 794 default: in ehci_submit_root() 887 default: in ehci_submit_root() 917 default: in ehci_submit_root() [all …]
|
| /openbmc/qemu/hw/core/ |
| H A D | machine.c | 49 { "arm-cpu", "backcompat-pauth-default-use-qarma5", "true"}, 118 { "nvme-ns", "eui64-default", "on"}, 136 { "nvme-ns", "eui64-default", "off"}, 1068 "Audiodev to use for default machine devices"); in machine_add_audiodev_property() 1108 /* Default 128 MB as guest ram size */ in machine_class_init() 1118 /* numa node memory size aligned on 8MB by default. in machine_class_init() 1309 /* default to mc->default_cpus */ in machine_initfn() 1455 /* fetch default mapping from board and enable it */ in machine_numa_finish_cpu_init() 1547 /* Only a single CPU type allowed: use it as default. */ in machine_class_default_cpu_type() 1637 error_setg(errp, "object's id '%s' is reserved for the default" in machine_run_board_init() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch | 116 - uint16_t s_def_resuid; /* Default uid for reserved blocks */ 117 - uint16_t s_def_resgid; /* Default gid for reserved blocks */ 140 - uint8_t s_def_hash_version; /* Default hash version to use */ 905 - __u16 s_def_resuid; /* Default uid for reserved blocks */ 906 - __u16 s_def_resgid; /* Default gid for reserved blocks */ 945 - __u8 s_def_hash_version; /* Default hash version to use */ 946 - __u8 s_jnl_backup_type; /* Default type of journal backup */ 1075 - * Default values for user and/or group using reserved blocks 1081 - * Default mount options 1183 - * Default interval for MMP update in seconds.
|
| /openbmc/u-boot/common/ |
| H A D | image.c | 446 ulong load_addr = CONFIG_SYS_LOAD_ADDR; /* Default Load Address */ 447 ulong save_addr; /* Default Save Address */ 448 ulong save_size; /* Default Save Size (in bytes) */ 458 default: in on_loadaddr() 820 debug("* kernel: default image load address = 0x%08lx\n", in genimg_get_kernel_addr_fit() 980 * default load address. in boot_get_ramdisk() 1068 default: in boot_get_ramdisk() 1302 default: in boot_get_fpga() 1402 default: in boot_get_loadable()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | cpu.c | 461 default: in fix_pcie_mmu_map() 523 default: in final_mmu_setup() 650 default: in __get_boot_src() 663 default: in __get_boot_src() 686 default: in __get_boot_src() 713 default: in __get_boot_src() 772 default: in mmc_get_env_dev() 819 default: in env_get_location()
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.3.rst | 39 default ones. 72 - The default kernel is the current stable (6.5), and there is also support 184 - Use ``part_name`` in default imager when defined 186 - Added ``--hidden`` argument to default imager to avoid MS Windows prompting to 263 default). 265 - The default :term:`PR` values in many recipes have been removed. 295 - Generation of :term:`SPDX` manifests is now enabled by default. 302 default being populated from :term:`DISTRO`.
|
| /openbmc/qemu/hw/scsi/ |
| H A D | mptsas.c | 550 default: in mptsas_process_scsi_task_mgmt() 745 default: in mptsas_process_message() 856 default: in mptsas_doorbell_read() 893 default: in mptsas_doorbell_write() 979 default: in mptsas_interrupt_status_write() 1027 default: in mptsas_mmio_read() 1082 default: in mptsas_mmio_write() 1290 error_append_hint(&err, "You have to use msi=auto (default) or " in mptsas_scsi_realize()
|
| /openbmc/u-boot/include/configs/ |
| H A D | T102xQDS.h | 162 * These can be toggled for performance analysis, otherwise use default. 646 /* Default address of microcode for the Linux FMan driver */ 721 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ 741 #define CONFIG_LOADADDR 1000000 /* default location for tftp, bootm */
|
| H A D | T208xRDB.h | 99 * These can be toggled for performance analysis, otherwise use default. 524 /* Default address of microcode for the Linux Fman driver */ 633 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ 655 /* default location for tftp and bootm */
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | create_pel.cpp | 48 o_word6 = o_word7 = o_word8 = 0; // default in __getSrc() 355 return "org.open_power.HwDiags.Error.Informational"; // default in __getMessageRegistry() 362 // Default severity is informational (no service action required). in __getMessageSeverity() 385 uint32_t o_plid = 0; // default, zero indicates PEL was not created in commitPel()
|
| /openbmc/u-boot/arch/arm/mach-mvebu/ |
| H A D | cpu.c | 226 default: in print_cpuinfo() 239 default: in print_cpuinfo() 250 default: in print_cpuinfo() 267 default: in print_cpuinfo()
|
| /openbmc/u-boot/include/mtd/ |
| H A D | ubi-user.h | 178 /* LEB erasure command, used for debugging, disabled by default */ 238 * Most applications should pass %0 in @vid_hdr_offset to make UBI use default 239 * offset of the VID header within physical eraseblocks. The default offset is 264 * default kernel value of %CONFIG_MTD_UBI_BEB_LIMIT will be used.
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | sandbox.c | 35 SF_CMD, /* default state -- we're awaiting a command */ 273 default: { in sandbox_sf_process_cmd() 390 default: in sandbox_sf_xfer() 490 default: in sandbox_sf_xfer()
|
| /openbmc/u-boot/board/freescale/ls1088a/ |
| H A D | ls1088a.c | 279 default: in checkboard() 467 /*return the default channel*/ in board_retimer_init() 700 default: in fsl_fdt_fixup_flash() 798 default: in is_flash_available()
|
| /openbmc/bmcweb/scripts/ |
| H A D | generate_auth_certificates.py | 723 default="root", 728 default="0penBmc", 733 default=False, 739 default=False,
|
| /openbmc/qemu/bsd-user/ |
| H A D | main.c | 162 "-L path set the elf interpreter prefix (default=%s)\n" in usage() 163 "-s size set the stack size in bytes (default=%ld)\n" in usage() 173 "-D logfile write logs to 'logfile' (default stderr)\n" in usage() 498 * by the command-line option, but not by default. Unless we're running a in main()
|
| /openbmc/qemu/hw/i2c/ |
| H A D | omap_i2c.c | 403 default: in omap_i2c_write() 431 default: in omap_i2c_writeb() 443 default: in omap_i2c_readfn() 459 default: in omap_i2c_writefn()
|
| /openbmc/qemu/hw/gpio/ |
| H A D | pl061.c | 20 * be pulled high, bit 1 configures line 1, and so on. The default is 0xff, 26 * be pulled low, bit 1 configures line 1, and so on. The default is 0x0. 325 default: in pl061_read() 439 default: in pl061_write()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-hub.c | 435 default: in usb_hub_handle_control() 483 default: in usb_hub_handle_control() 518 default: in usb_hub_handle_control() 563 default: in usb_hub_handle_data()
|
| /openbmc/qemu/hw/audio/ |
| H A D | pl041.c | 192 default: in pl041_fifo1_write() 221 default: in pl041_fifo1_write() 558 default: in pl041_realize() 560 AACIPERIPHID3 overlap with the id for the default NC FIFO depth */ in pl041_realize()
|
| /openbmc/qemu/hw/misc/ |
| H A D | aspeed_sdmc.c | 373 default: in aspeed_2400_sdmc_write() 441 default: in aspeed_2500_sdmc_write() 535 default: in aspeed_2600_sdmc_write() 665 default: in aspeed_2700_sdmc_write()
|
| /openbmc/qemu/hw/char/ |
| H A D | cadence_uart.c | 197 default: in uart_parameters_setup() 209 default: in uart_parameters_setup() 218 default: in uart_parameters_setup() 464 default: in uart_write()
|
| H A D | ipoctal232.c | 251 default: in write_cr() 313 default: in io_read() 388 default: in io_write() 535 default: in hostdev_event()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
| H A D | pipewire_1.4.3.bb | 72 # Pipewire builds with 'c_std=gnu99' by default. Recent versions of gcc don't issue this warning in… 169 … -sf ${datadir}/alsa/alsa.conf.d/99-pipewire-default.conf ${D}${sysconfdir}/alsa/conf.d/99-pipewir… 348 ${sysconfdir}/alsa/conf.d/99-pipewire-default.conf \
|