/openbmc/linux/sound/soc/ti/ |
H A D | omap-hdmi.c | 50 struct hdmi_audio_data *ad = dev_get_drvdata(dev); in hdmi_dai_abort() local 52 mutex_lock(&ad->current_stream_lock); in hdmi_dai_abort() 53 if (ad->current_stream && ad->current_stream->runtime && in hdmi_dai_abort() 54 snd_pcm_running(ad->current_stream)) { in hdmi_dai_abort() 56 snd_pcm_stream_lock_irq(ad->current_stream); in hdmi_dai_abort() 57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort() 58 snd_pcm_stream_unlock_irq(ad->current_stream); in hdmi_dai_abort() 60 mutex_unlock(&ad->current_stream_lock); in hdmi_dai_abort() 66 struct hdmi_audio_data *ad = card_drvdata_substream(substream); in hdmi_dai_startup() local 87 snd_soc_dai_set_dma_data(dai, substream, &ad->dma_data); in hdmi_dai_startup() [all …]
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | command_syntax_extensions.txt | 26 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/u-boot/drivers/video/ |
H A D | fsl_diu_fb.c | 69 .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 D | ahci.c | 48 static bool ahci_write_fis_d2h(AHCIDevice *ad, bool d2h_fis_i); 49 static void ahci_clear_cmd_issue(AHCIDevice *ad, uint8_t slot); 50 static void ahci_init_d2h(AHCIDevice *ad); 52 static bool ahci_map_clb_address(AHCIDevice *ad); 53 static bool ahci_map_fis_address(AHCIDevice *ad); 54 static void ahci_unmap_clb_address(AHCIDevice *ad); 55 static void ahci_unmap_fis_address(AHCIDevice *ad); 268 * @ad: Device to dis/engage. 272 static int ahci_cond_start_engines(AHCIDevice *ad) in ahci_cond_start_engines() argument 274 AHCIPortRegs *pr = &ad->port_regs; in ahci_cond_start_engines() [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 231 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 D | event_logger_test.cpp | 28 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 D | src_test.cpp | 71 "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 …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 64 .lower_margin = 3, 108 .vsync_len = 3, 122 .vsync_len = 3, 162 .lower_margin = 3, 192 .vsync_len = 3, 201 .left_margin = 3, 202 .right_margin = 3, 215 .left_margin = 3, 216 .right_margin = 3, 248 .vsync_len = 3, [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | uncore-io.json | 12 …y the Card, including reads and writes. : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 27 …y the Card, including reads and writes. : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 140 …serts of completions with data : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 151 …serts of completions with data : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 162 …serts of completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 167 "BriefDescription": "PCIe Completion Buffer Inserts of completions with data: Part 3", 173 …t 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lane 0/1, Or x4 card is plugge… 184 …serts of completions with data : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 195 …serts of completions with data : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 206 …serts of completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … [all …]
|
H A D | uncore-interconnect.json | 597 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 0", 601 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 0 : Number of CMS Agent 0 AD… 606 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 1", 610 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 1 : Number of CMS Agent 0 AD… 615 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 2", 619 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 2 : Number of CMS Agent 0 AD… 624 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 3", 628 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 3 : Number of CMS Agent 0 AD… 633 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 4", 637 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 4 : Number of CMS Agent 0 AD… [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/ |
H A D | uncore-io.json | 111 …serts of completions with data : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 122 …serts of completions with data : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 133 …serts of completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 138 "BriefDescription": "PCIe Completion Buffer Inserts of completions with data: Part 3", 144 …t 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged in to Lane 0/1, Or x4 card is plugge… 155 …serts of completions with data : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 166 …serts of completions with data : Part 1 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 177 …serts of completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 188 …serts of completions with data : Part 2 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … 218 …Ie Completion Buffer Occupancy : Part 0 : x16 card plugged in to Lane 0/1/2/3, Or x8 card plugged … [all …]
|
H A D | uncore-interconnect.json | 597 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 0", 601 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 0 : Number of CMS Agent 0 AD… 606 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 1", 610 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 1 : Number of CMS Agent 0 AD… 615 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 2", 619 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 2 : Number of CMS Agent 0 AD… 624 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 3", 628 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 3 : Number of CMS Agent 0 AD… 633 "BriefDescription": "CMS Agent0 AD Credits Acquired : For Transgress 4", 637 …"PublicDescription": "CMS Agent0 AD Credits Acquired : For Transgress 4 : Number of CMS Agent 0 AD… [all …]
|
/openbmc/linux/drivers/crypto/ |
H A D | sa2ul.c | 244 static u8 mci_cbc_enc_array[3][MODE_CONTROL_BYTES] = { 260 static u8 mci_cbc_dec_array[3][MODE_CONTROL_BYTES] = { 276 static u8 mci_cbc_enc_no_iv_array[3][MODE_CONTROL_BYTES] = { 292 static u8 mci_cbc_dec_no_iv_array[3][MODE_CONTROL_BYTES] = { 308 static u8 mci_ecb_enc_array[3][27] = { 324 static u8 mci_ecb_dec_array[3][27] = { 503 static int sa_set_sc_enc(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_enc() argument 512 mci = ad->mci_enc; in sa_set_sc_enc() 514 mci = ad->mci_dec; in sa_set_sc_enc() 520 if (ad->inv_key && !enc) { in sa_set_sc_enc() [all …]
|
/openbmc/linux/include/net/ |
H A D | bond_3ad.h | 31 /* rx machine states(43.4.11 in the 802.3ad standard) */ 42 /* periodic machine states(43.4.12 in the 802.3ad standard) */ 51 /* mux machine states(43.4.13 in the 802.3ad standard) */ 60 /* tx machine states(43.4.15 in the 802.3ad standard) */ 66 /* churn machine states(43.4.17 in the 802.3ad standard) */ 85 /* timers types(43.4.9 in the 802.3ad standard) */ 96 /* Link Aggregation Control Protocol(LACP) data unit structure(43.4.2.2 in the 802.3ad standard) */ 108 u8 reserved_3_1[3]; /* = 0 */ 117 u8 reserved_3_2[3]; /* = 0 */ 132 /* Marker Protocol Data Unit(PDU) structure(43.5.3.2 in the 802.3ad standard) */ [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-cache.json | 59 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 0", 67 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 1", 75 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 2", 83 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 3", 91 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 4", 99 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 5", 107 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 6", 115 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 7", 123 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 0-7", 131 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 8", [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | acm.rst | 40 - 3Com OfficeConnect 56k 41 - 3Com Voice FaxModem Pro 42 - 3Com Sportster 50 - 3Com USR ISDN Pro TA 82 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms 86 S: Manufacturer=3Com Inc. 87 S: Product=3Com U.S. Robotics Pro ISDN TA 90 I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=acm 91 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 92 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms [all …]
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | immap_5445x.h | 120 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/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | vxlan_flooding_ipv6.sh | 26 # | 2001:db8:2::0/64 via 2001:db8:3::2 | 29 # | | 2001:db8:3::1/64 | 35 # | 2001:db8:3::2/64 | 98 ip address add 2001:db8:3::1/64 dev $rp1 99 ip route add 2001:db8:2::0/64 via 2001:db8:3::2 104 ip route del 2001:db8:2::0/64 via 2001:db8:3::2 105 ip address del 2001:db8:3::1/64 dev $rp1 112 simple_if_init $rp2 2001:db8:3::2/64 117 simple_if_fini $rp2 2001:db8:3::2/64 169 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-core.S | 71 .macro __pmull_p8, rq, ad, bd 72 ext t3.8b, \ad\().8b, \ad\().8b, #1 // A1 73 ext t5.8b, \ad\().8b, \ad\().8b, #2 // A2 74 ext t7.8b, \ad\().8b, \ad\().8b, #3 // A3 76 __pmull_p8_\bd \rq, \ad 79 .macro __pmull2_p8, rq, ad, bd 80 tbl t3.16b, {\ad\().16b}, perm1.16b // A1 81 tbl t5.16b, {\ad\().16b}, perm2.16b // A2 82 tbl t7.16b, {\ad\().16b}, perm3.16b // A3 84 __pmull2_p8_\bd \rq, \ad [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | vxlan_flooding_ipv6.sh | 26 # | 2001:db8:2::0/64 via 2001:db8:3::2 | 29 # | | 2001:db8:3::1/64 | 35 # | 2001:db8:3::2/64 | 98 ip address add 2001:db8:3::1/64 dev $rp1 99 ip route add 2001:db8:2::0/64 via 2001:db8:3::2 104 ip route del 2001:db8:2::0/64 via 2001:db8:3::2 105 ip address del 2001:db8:3::1/64 dev $rp1 112 simple_if_init $rp2 2001:db8:3::2/64 117 simple_if_fini $rp2 2001:db8:3::2/64 229 $MZ -6 $h1 -q -p 64 -b de:ad:be:ef:13:37 -t ip -c 1 [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-interconnect.json | 587 "BriefDescription": "No AD Egress Credit Stalls", 591 …n it is not possible to issue a request to the R2PCIe because there are no AD Egress Credits avail… 627 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 0", 631 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", 636 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 1", 640 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", 645 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 2", 649 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", 654 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 3", 658 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | uncore-interconnect.json | 587 "BriefDescription": "No AD Egress Credit Stalls", 591 …n it is not possible to issue a request to the R2PCIe because there are no AD Egress Credits avail… 627 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 0", 631 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", 636 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 1", 640 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", 645 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 2", 649 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", 654 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 3", 658 …"PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.", [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan_flooding.sh | 182 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass 245 $MZ $h1 -q -p 64 -b de:ad:be:ef:13:37 -t ip -c 1 259 $MZ $h1 -q -p 64 -b de:ad:be:ef:13:37 -t ip -c 1 266 packets=(2 2 2 3 3 3 1 1 1 3 3 3) 271 $MZ $h1 -q -p 64 -b de:ad:be:ef:13:37 -t ip -c 1 273 log_test "flood after 3 packets" 278 packets=(2 2 2 4 4 4 1 1 1 3 3 3) 283 $MZ $h1 -q -p 64 -b de:ad:be:ef:13:37 -t ip -c 1 291 packets=(2 2 2 4 5 5 1 1 1 3 3 3) 294 $MZ $h1 -q -p 64 -b de:ad:be:ef:13:37 -t ip -c 1 [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_cmd.h | 150 LPS_CTRL_DISCONNECT = 3, 163 Caller Mode: Infra, Ad-HoC 172 Caller Mode: Infra, Ad-Hoc 184 Caller Mode: Infra, Ad-HoC(C) 196 Caller Mode: AP, Ad-HoC(M) 207 Caller Mode: AP, Ad-HoC, Infra 216 #define IW_MODE_ADHOC 1 Single cell network (Ad-Hoc Clients) 218 #define IW_MODE_MASTER 3 Synchronisation master or Access Point 226 u8 rsvd[3]; 230 Caller Mode: AP, Ad-HoC, Infra [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 29 #define CR_ST_WORD(state, i) ((state).words[(3 - (i)) ^ 2]) 55 AESState *ad = (AESState *)(vd + i); in HELPER() local 69 ad->d[0] = t.d[1]; in HELPER() 70 ad->d[1] = t.d[0]; in HELPER() 73 aesenc_SB_SR_AK(ad, &t, &aes_zero, false); in HELPER() 84 AESState *ad = (AESState *)(vd + i); in HELPER() local 94 ad->d[0] = t.d[1]; in HELPER() 95 ad->d[1] = t.d[0]; in HELPER() 98 aesdec_ISB_ISR_AK(ad, &t, &aes_zero, false); in HELPER() 109 AESState *ad = (AESState *)(vd + i); in HELPER() local [all …]
|