Home
last modified time | relevance | path

Searched +full:3 +full:ad (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/u-boot/doc/uImage.FIT/
H A Dcommand_syntax_extensions.txt26 1. bootm boot image at the current address, equivalent to 2,3,8
30 3. bootm <addr1> /* multi-image at <addr1> */
47 Ad. 1. This is equivalent to cases 2,3,8, depending on the type of image at
49 - boot method: see cases 2,3,8
51 Ad. 2. Boot kernel image located at <addr1>.
54 Ad. 3. First and second components of the image at <addr1> are assumed to be a
60 | 2 components | 3 components |
66 Ad. 4. Similar to case 3, but the kernel is booted without initrd. Second
68 - boot method: see case 3
70 Ad. 5. Boot kernel image located at <addr1> with initrd loaded with ramdisk
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Devent_logger_test.cpp28 const EventLogger::ADMap& ad) in create() argument
33 _prevAD = ad; in create()
76 AdditionalData ad; in TEST() local
77 ad.add("key1", "value1"); in TEST()
79 eventLogger.log("one", Entry::Level::Error, ad); in TEST()
88 EXPECT_EQ(ch._prevAD, ad.getData()); in TEST()
92 eventLogger.log("two", Entry::Level::Error, ad); in TEST()
93 eventLogger.log("three", Entry::Level::Error, ad); in TEST()
104 EXPECT_EQ(ch._createCount, 3); in TEST()
109 eventLogger.log("three", Entry::Level::Error, ad); in TEST()
[all …]
H A Dregistry_test.cpp231 ASSERT_EQ(entry->severity->size(), 3); in TEST_F()
267 EXPECT_EQ((*sid).size(), 3); in TEST_F()
428 EXPECT_NE(std::find(fields->begin(), fields->end(), 3), fields->end()); in TEST_F()
464 // Callouts without AD, that depend on system type, in TEST_F()
508 AdditionalData ad; in TEST_F() local
511 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
528 EXPECT_EQ(callouts[3].priority, "low"); in TEST_F()
529 EXPECT_EQ(callouts[3].locCode, ""); in TEST_F()
530 EXPECT_EQ(callouts[3].procedure, ""); in TEST_F()
531 EXPECT_EQ(callouts[3].symbolicFRU, ""); in TEST_F()
[all …]
H A Dsrc_test.cpp71 "Message": "Comp %1 failed %2 times over %3 secs with ErrorCode %4",
133 EXPECT_EQ(0x05050505, hexwords[3]); in TEST_F()
206 AdditionalData ad{adData}; in TEST_F() local
211 SRC src{entry, ad, dataIface}; in TEST_F()
225 EXPECT_EQ(hexwords[3 - 2] & 0x000000FF, 0x10); // BMC position in TEST_F()
226 EXPECT_EQ(hexwords[3 - 2] & 0xFFFF0000, 0xABCD0000); // Motherboard CCIN in TEST_F()
267 AdditionalData ad{adData}; in TEST_F() local
279 SRC src{entry, ad, dataIface}; in TEST_F()
282 EXPECT_EQ(hexwords[3 - 2] & 0xFFFF0000, 0x00000000); in TEST_F()
286 SRC src{entry, ad, dataIface}; in TEST_F()
[all …]
H A Dpel_test.cpp166 AdditionalData ad{data}; in TEST_F() local
172 ad, ffdc, dataIface, journal}; in TEST_F()
207 EXPECT_EQ(udCount, 2); // AD section and sysInfo section in TEST_F()
217 ad, ffdc, in TEST_F()
241 AdditionalData ad{data}; in TEST_F() local
246 ad, ffdc, dataIface, journal}; in TEST_F()
259 EXPECT_EQ(udCount, 2); // AD section and sysInfo section in TEST_F()
362 std::map<std::string, std::string> ad{{"KEY1", "VALUE1"}, in TEST_F() local
366 AdditionalData additionalData{ad}; in TEST_F()
411 std::map<std::string, std::string> ad{{"_PID", std::to_string(getpid())}}; in TEST_F() local
[all …]
/openbmc/u-boot/drivers/video/
H A Dfsl_diu_fb.c69 .lower_margin = 3,
103 .vsync_len = 3,
119 .vsync_len = 3,
134 /* Word 3(32-bit) in DDR memory */
153 __le32 res[3];
160 __be32 desc[3];
226 struct diu_ad *ad; in allocate_fb() local
237 ad = addr.vaddr; in allocate_fb()
238 ad->addr = cpu_to_le32(addr.paddr + ad_size); in allocate_fb()
239 ad->aoi_size = cpu_to_le32((yres << 16) | xres); in allocate_fb()
[all …]
/openbmc/qemu/hw/ide/
H A Dahci.c41 static bool ahci_write_fis_d2h(AHCIDevice *ad, bool d2h_fis_i);
42 static void ahci_clear_cmd_issue(AHCIDevice *ad, uint8_t slot);
43 static void ahci_init_d2h(AHCIDevice *ad);
45 static bool ahci_map_clb_address(AHCIDevice *ad);
46 static bool ahci_map_fis_address(AHCIDevice *ad);
47 static void ahci_unmap_clb_address(AHCIDevice *ad);
48 static void ahci_unmap_fis_address(AHCIDevice *ad);
235 * @ad: Device to dis/engage.
239 static int ahci_cond_start_engines(AHCIDevice *ad) in ahci_cond_start_engines() argument
241 AHCIPortRegs *pr = &ad->port_regs; in ahci_cond_start_engines()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils/
H A D0001-update-alternatives-correctly-match-priority.patch22 local priority="$3"
24 - if grep -qw "$priority" $ad/$name; then
25 + if grep -qw "$priority"$ $ad/$name; then
26 …ernatives: $name has multiple providers with the same priority, please check $ad/$name for details"
28 echo "$path $priority" >> $ad/$name
/openbmc/u-boot/arch/m68k/include/asm/
H A Dimmap_5445x.h120 u8 podr_fbadh; /* Flexbus AD High Port Output Data Register */
121 u8 podr_fbadmh; /* Flexbus AD Med-High Port Output Data Register */
122 u8 podr_fbadml; /* Flexbus AD Med-Low Port Output Data Register */
123 u8 podr_fbadl; /* Flexbus AD Low Port Output Data Register */
143 u8 pddr_fbadh; /* Flexbus AD High Port Data Direction Register */
144 u8 pddr_fbadmh; /* Flexbus AD Med-High Port Data Direction Register */
145 u8 pddr_fbadml; /* Flexbus AD Med-Low Port Data Direction Register */
146 u8 pddr_fbadl; /* Flexbus AD Low Port Data Direction Register */
166 u8 ppdsdr_fbadh; /* Flexbus AD High Port Pin Data/Set Data Register */
167 u8 ppdsdr_fbadmh; /* Flexbus AD Med-High Port Pin Data/Set Data Register */
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c31 #define CR_ST_WORD(state, i) ((state).words[(3 - (i)) ^ 2])
57 AESState *ad = (AESState *)(vd + i); in HELPER() local
71 ad->d[0] = t.d[1]; in HELPER()
72 ad->d[1] = t.d[0]; in HELPER()
75 aesenc_SB_SR_AK(ad, &t, &aes_zero, false); in HELPER()
86 AESState *ad = (AESState *)(vd + i); in HELPER() local
96 ad->d[0] = t.d[1]; in HELPER()
97 ad->d[1] = t.d[0]; in HELPER()
100 aesdec_ISB_ISR_AK(ad, &t, &aes_zero, false); in HELPER()
111 AESState *ad = (AESState *)(vd + i); in HELPER() local
[all …]
/openbmc/u-boot/scripts/
H A Dcheck-config.sh6 # ad-hoc CONFIG options
8 # Use scripts/build-whitelist.sh to generate the list of current ad-hoc
27 [ $# -ge 3 ] || usage
31 srctree="$3"
54 echo >&2 "The following new ad-hoc CONFIG options were detected:"
/openbmc/u-boot/board/freescale/t104xrdb/
H A Ddiu.c22 * Note that we need to byte-swap the value before it's written to the AD
25 * AD register on the MPC8610 and on the P1022.
74 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init()
78 (8 << AD_COMP_0_SHIFT) | (3 << AD_PIXEL_S_SHIFT)); in platform_diu_init()
/openbmc/qemu/pc-bios/
HDopenbios-sparc32 ... ~ 8ll8 | 0c> c l~3f c lz6j << 3f f3 f3f " " " " U ...
/openbmc/u-boot/board/gdsys/p1022/
H A Ddiu.c24 * Note that we need to byte-swap the value before it's written to the AD
27 * AD register on the MPC8610 and on the P1022.
70 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init()
74 (8 << AD_COMP_0_SHIFT) | (3 << AD_PIXEL_S_SHIFT)); in platform_diu_init()
/openbmc/u-boot/board/freescale/t1040qds/
H A Ddiu.c22 * Note that we need to byte-swap the value before it's written to the AD
25 * AD register on the MPC8610 and on the P1022.
86 pixel_format = cpu_to_le32(AD_BYTE_F | (3 << AD_ALPHA_C_SHIFT) | in platform_diu_init()
90 (8 << AD_COMP_0_SHIFT) | (3 << AD_PIXEL_S_SHIFT)); in platform_diu_init()
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_mac16.S51 test_mulxx mul.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f
59 test_mulxx mul.dd, 3, m0, m3, 0xf7315a5a, 0xa5a5137f
97 test_mulxxx mula.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, +
105 test_mulxxx mula.dd, 3, m0, m3, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, +
114 test_mulxxx muls.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, -
122 test_mulxxx muls.dd, 3, m0, m3, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, -
203 test_mulxxx_ld mula.dd, ldinc, 3, m2, a2, m1, m2, \
232 test_mulxxx_ld mula.dd, lddec, 3, m2, a2, m1, m2, \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DBond.interface.yaml25 balance-xor, 802.3ad, and tlb modes.
51 IEEE 802.3ad Dynamic link aggregation.
79 This policy uses the same formula as layer2+3 but it relies on
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c29 #define FMT_INS [ad] "a"(&expect_si_addr), [pc] "a"(&expect_mc_pc)
31 "move.l #1f, (%[ad])\n\tmove.l #1f, (%[pc])\n" S "\n1:\n"
33 "move.l #0f, (%[ad])\n\tmove.l #1f, (%[pc])\n" S "\n1:\n"
98 asm volatile(FMT0_STR("trap #3") : : FMT_INS); in main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/
H A Dsamba_4.19.8.bb58 INITSCRIPT_PARAMS = "start 20 3 5 . stop 20 0 1 6 ."
60 SYSTEMD_PACKAGES = "${PN}-base ${PN}-ad-dc winbind ctdb"
62 SYSTEMD_SERVICE:${PN}-ad-dc = "${@bb.utils.contains('PACKAGECONFIG', 'ad-dc', 'samba.service', '', …
66 # There are prerequisite settings to enable ad-dc, so disable the service by default.
69 SYSTEMD_AUTO_ENABLE:${PN}-ad-dc = "disable"
96 PACKAGECONFIG[ad-dc] = "--with-experimental-mit-ad-dc,--without-ad-dc,python3-markdown python3-dnsp…
158 if [ "${@bb.utils.contains('PACKAGECONFIG', 'ad-dc', 'yes', 'no', d)}" = "no" ]; then
217 ${PN}-common ${PN}-base ${PN}-ad-dc \
252 FILES:${PN}-ad-dc = "${sbindir}/samba \
257 RDEPENDS:${PN}-ad-dc = "krb5-kdc"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch1 From 3cbc5e6e624235f9ba40cfd5a2b18c11be371399 Mon Sep 17 00:00:00 2001
4 Subject: [PATCH 2/3] From debian to fix man file
47 .ad
56 +.ad
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c31 #define WTIF BIT(3)
85 case 3: in watchdog_prescaler()
140 QDict *ad; in test_reset_action() local
158 ad = get_watchdog_action(qts); in test_reset_action()
160 g_assert_false(strcmp(qdict_get_str(ad, "action"), "reset")); in test_reset_action()
161 qobject_unref(ad); in test_reset_action()
175 int inc = g_test_quick() ? 3 : 1; in test_prescaler()
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_samus.dts35 intel,slow-ramp = <3>;
52 cpu@3 {
55 reg = <3>;
56 intel,apic-id = <3>;
140 <3 &gpio_unused 0>, /* unused */
150 <13 &gpio_pirq 3>, /* trackpad_int_l (pirql) */
237 #address-cells = <3>;
248 <&gpio_c 3 0>, <&gpio_c 1 0>;
258 10 04 3c 3c 01 90 00 00
297 10 04 3c 3c 01 90 00 00
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-projectorganizer-fix-invalid-string-comparison.patch2 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= <techet@gmail.com>
4 Subject: [PATCH 1/3] projectorganizer: fix invalid string comparison
/openbmc/u-boot/configs/
H A Dpxm2_defconfig20 CONFIG_BOOTDELAY=3
63 CONFIG_BOOTCOUNT_BOOTLIMIT=3
86 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
H A Drastaban_defconfig20 CONFIG_BOOTDELAY=3
61 CONFIG_BOOTCOUNT_BOOTLIMIT=3
83 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"

12345