| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
| H A D | fbset-2.1-fix-makefile-dep.patch | 4 Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 23 modes.tab.o: modes.tab.c fbset.h fb.h 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c 27 lex.yy.c: modes.l 28 $(FLEX) modes.l
|
| /openbmc/u-boot/arch/arm/mach-imx/ |
| H A D | cmd_bmode.c | 12 static const struct boot_mode *modes[2]; variable 18 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes() 19 const struct boot_mode *p = modes[i]; in search_modes() 36 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage() 37 const struct boot_mode *p = modes[i]; in create_usage() 97 modes[0] = p; in add_board_boot_modes() 98 modes[1] = soc_boot_modes; in add_board_boot_modes()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/ |
| H A D | fbset-modes.bb | 8 SRC_URI = "file://fb.modes" 15 install -m 0644 ${UNPACKDIR}/fb.modes ${D}${sysconfdir} 18 # fb.modes file is MACHINE_ARCH, base.bbclass correctly changes it to MACHINE_ARCH, but too late fo… 22 CONFFILES:${PN} = "${sysconfdir}/fb.modes"
|
| H A D | fbset_2.1.bb | 12 RRECOMMENDS:${PN} = "fbset-modes"
|
| /openbmc/qemu/hw/intc/ |
| H A D | sifive_plic.c | 299 int addrid, hartid, modes, m; in parse_hart_config() local 304 addrid = 0, hartid = 0, modes = 0; in parse_hart_config() 308 if (modes) { in parse_hart_config() 309 addrid += ctpop8(modes); in parse_hart_config() 311 modes = 0; in parse_hart_config() 315 if (modes == (modes | m)) { in parse_hart_config() 320 modes |= m; in parse_hart_config() 323 if (modes) { in parse_hart_config() 324 addrid += ctpop8(modes); in parse_hart_config() 326 modes = 0; in parse_hart_config() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0011-aarch64-Fix-include-paths-when-S-B.patch | 38 -#include "aarch64-isa-modes.def" 41 +#include "config/aarch64/aarch64-isa-modes.def" 51 -#include "aarch64-isa-modes.def" 54 +#include "config/aarch64/aarch64-isa-modes.def" 63 -#include "aarch64-isa-modes.def" 64 +#include "config/aarch64/aarch64-isa-modes.def"
|
| /openbmc/u-boot/drivers/usb/common/ |
| H A D | fsl-dt-fixup.c | 136 static const char * const modes[] = { "host", "peripheral", "otg" }; in fsl_fdt_fixup_dr_usb() local 156 for (j = 0; j < ARRAY_SIZE(modes); j++) { in fsl_fdt_fixup_dr_usb() 158 modes[j])) { in fsl_fdt_fixup_dr_usb() 178 dr_mode_type = modes[mode_idx]; in fsl_fdt_fixup_dr_usb()
|
| /openbmc/docs/designs/ |
| H A D | thermal-control-modes.md | 42 standardized profile/modes such "Acoustic" and "Performance". Once the end-user 50 available thermal control modes along with what current mode is in use. 52 the interface would populate the supported list of modes. 55 this dbus interface object which would fill in the list of supported modes from 58 queried for supported modes or update the current mode. An end-user may set the 59 current mode to any of those supported modes and the current mode would be 74 control modes are supported/available on the interface as well as perform the
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/video/ |
| H A D | fbterm_git.bb | 11 SRC_URI += "file://fb.modes" 24 install -m 0644 ${UNPACKDIR}/fb.modes ${D}${sysconfdir}/
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-xive.rst | 11 processors can run under two interrupt modes: 26 Which interrupt modes can be used by the machine is negotiated with 28 sequence. The two modes are mutually exclusive. 36 QEMU advertises the supported interrupt modes in the device tree 41 The interrupt modes supported by the machine depend on the CPU type 45 default mode. ``dual`` means that both modes XICS **and** XIVE are 59 Nevertheless, the available interrupt modes in the machine should not 76 For guest OSes supporting XIVE, the resulting interrupt modes on host 91 modes are the following: 112 For guest OSes supporting XIVE, the resulting interrupt modes on host [all …]
|
| H A D | riscv-aia.rst | 9 The support consists of two main modes: 16 From an user standpoint, these modes will behave the same regardless of the accelerator
|
| /openbmc/u-boot/cmd/ |
| H A D | regulator.c | 144 struct dm_regulator_mode *modes; in do_info() local 173 mode_count = regulator_mode(dev, &modes); in do_info() 176 for (i = 0; i < mode_count; i++, modes++) in do_info() 177 constraint(" - mode id:", modes->id, modes->name); in do_info()
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_alternate_fan_settings.robot | 56 [Documentation] Check supported fan thermal modes are valid mode values. 66 [Documentation] Check that supported modes are set successfully at standby. 78 [Documentation] Check that supported modes are set successfully at runtime. 90 [Documentation] Check that supported modes remain set at runtime.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/ |
| H A D | fb.modes | 2 # modes in OE
|
| /openbmc/qemu/hw/display/ |
| H A D | qxl.c | 330 QXLModes *modes = (QXLModes *)(rom + 1); in init_qxl_rom() local 359 modes->modes[n].id = cpu_to_le32(i); in init_qxl_rom() 360 modes->modes[n].x_res = cpu_to_le32(qxl_modes[i].x_res); in init_qxl_rom() 361 modes->modes[n].y_res = cpu_to_le32(qxl_modes[i].y_res); in init_qxl_rom() 362 modes->modes[n].bits = cpu_to_le32(qxl_modes[i].bits); in init_qxl_rom() 363 modes->modes[n].stride = cpu_to_le32(qxl_modes[i].stride); in init_qxl_rom() 364 modes->modes[n].x_mili = cpu_to_le32(qxl_modes[i].x_mili); in init_qxl_rom() 365 modes->modes[n].y_mili = cpu_to_le32(qxl_modes[i].y_mili); in init_qxl_rom() 366 modes->modes[n].orientation = cpu_to_le32(qxl_modes[i].orientation); in init_qxl_rom() 369 modes->n_modes = cpu_to_le32(n); in init_qxl_rom() [all …]
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | atibios.c | 91 u16 *modes; in atibios_debug_mode() local 121 modes = malloc(size); in atibios_debug_mode() 122 if (!modes) in atibios_debug_mode() 124 memcpy(modes, modes_bios, size); in atibios_debug_mode() 134 for (ptr = modes; *ptr != 0xffff; ptr++) { in atibios_debug_mode()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pytest-xdist_3.5.0.bb | 1 SUMMARY = "pytest xdist plugin for distributed testing and loop-on-failing modes"
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | kirkwood-ns2.dts | 32 modes-map = <NS_V2_LED_OFF 1 0
|
| H A D | kirkwood-is2.dts | 32 modes-map = <NS_V2_LED_OFF 1 0
|
| H A D | kirkwood-d2net.dts | 30 modes-map = <NS_V2_LED_OFF 1 0
|
| H A D | kirkwood-ns2max.dts | 51 modes-map = <NS_V2_LED_OFF 1 0
|
| H A D | kirkwood-ns2mini.dts | 52 modes-map = <NS_V2_LED_OFF 1 0
|
| /openbmc/u-boot/doc/device-tree-bindings/rtc/ |
| H A D | brcm,brcmstb-waketimer.txt | 4 ability to wake up the system from low-power suspend/standby modes.
|
| /openbmc/u-boot/doc/device-tree-bindings/i2c/ |
| H A D | i2c-stm32.txt | 16 modes are implemented, possible values are 100000, 400000 and 1000000.
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | vectors.S | 233 msr spsr, r13 @ switch modes, make sure moves will execute 235 movs pc, lr @ jump to next instruction & switch modes.
|