Home
last modified time | relevance | path

Searched full:med (Results 1 – 25 of 84) sorted by relevance

1234

/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp46 (1 < pllList.size()) ? callout::Priority::HIGH : callout::Priority::MED; in pll_unlock()
58 callout::Priority::MED, false); in pll_unlock()
68 io_servData.calloutPart(callout::PartType::PNOR, callout::Priority::MED); in lpc_timeout_callout()
76 callout::Priority::MED, false); in lpc_timeout_callout()
82 callout::Priority::MED, false); in lpc_timeout_callout()
90 io_servData.calloutTarget(target, callout::Priority::MED, false); in lpc_timeout_callout()
156 io_servData.calloutTarget(dimmTarget, callout::Priority::MED, in callout_attached_dimms()
H A Dp10-tod-plugins.cpp349 callout::Priority::MED, true); in tod_step_check_fault()
353 io_servData.calloutTarget(mdmtFault, callout::Priority::MED, false); in tod_step_check_fault()
369 io_servData.calloutTarget(chip, callout::Priority::MED, false); in tod_step_check_fault()
380 io_servData.calloutTarget(chip, callout::Priority::MED, true); in tod_step_check_fault()
390 callout::Priority::MED, true); in tod_step_check_fault()
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp21 MED, enumerator
23 /** Same as MED, except replace all A's as a group. */
26 /** Same as MED, except replace all B's as a group. */
29 /** Same as MED, except replace all C's as a group. */
45 {Priority::MED, "M"}, in getString()
64 {Priority::MED, "medium"}, in getStringFFDC()
H A Dservice_data.cpp172 {callout::getString(callout::Priority::MED), 2}, in addCallout()
264 {callout::Priority::MED, 2}, in setSrcSubsystem()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dimmap_5445x.h121 u8 podr_fbadmh; /* Flexbus AD Med-High Port Output Data Register */
122 u8 podr_fbadml; /* Flexbus AD Med-Low Port Output Data 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 */
167 u8 ppdsdr_fbadmh; /* Flexbus AD Med-High Port Pin Data/Set Data Register */
168 u8 ppdsdr_fbadml; /* Flexbus AD Med-Low Port Pin Data/Set Data Register */
190 u8 pclrr_fbadmh; /* Flexbus AD Med-High Port Clear Output Data Register */
191 u8 pclrr_fbadml; /* Flexbus AD Med-Low Port Clear Output Data Register */
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-definition.md90 | `MED` | Service one at a time, in order, until issue is resolved. |
91 | `MED_A` | Same as `MED` except all in group A replaced at the same time. |
92 | `MED_B` | Same as `MED` except all in group B replaced at the same time. |
93 | `MED_C` | Same as `MED` except all in group C replaced at the same time. |
94 | `LOW` | Same as `MED*`, but only if higher priority service does not work. |
248 "priority" : "MED"
/openbmc/openpower-hw-diags/analyzer/ras-data/data/
H A Dras-data-p10-20.json1271 "priority": "MED",
1319 "priority": "MED",
1367 "priority": "MED",
1415 "priority": "MED",
1463 "priority": "MED",
1511 "priority": "MED",
1559 "priority": "MED",
1607 "priority": "MED",
1655 "priority": "MED",
1703 "priority": "MED",
[all …]
H A Dras-data-p10-10.json1271 "priority": "MED",
1319 "priority": "MED",
1367 "priority": "MED",
1415 "priority": "MED",
1463 "priority": "MED",
1511 "priority": "MED",
1559 "priority": "MED",
1607 "priority": "MED",
1655 "priority": "MED",
1703 "priority": "MED",
[all …]
H A Dras-data-odyssey-10.json49 "priority": "MED",
103 "priority": "MED",
126 "priority": "MED",
234 "priority": "MED",
272 "priority": "MED",
338 "priority": "MED",
401 "priority": "MED",
H A Dras-data-explorer-20.json43 "priority": "MED",
66 "priority": "MED",
141 "priority": "MED",
201 "priority": "MED",
239 "priority": "MED",
H A Dras-data-explorer-11.json43 "priority": "MED",
66 "priority": "MED",
141 "priority": "MED",
201 "priority": "MED",
239 "priority": "MED",
/openbmc/linux/drivers/usb/storage/
H A Dcypress_atacb.c109 * features, sector count, lba low, lba med in cypress_atacb_passthrough()
118 srb->cmnd[ 9] = save_cmnd[10]; /* lba med */ in cypress_atacb_passthrough()
133 srb->cmnd[ 9] = save_cmnd[6]; /* lba med */ in cypress_atacb_passthrough()
218 desc[ 9] = regs[4]; /* lba med */ in cypress_atacb_passthrough()
/openbmc/linux/include/linux/
H A Dipv6_route.h14 #define IPV6_DECODE_PREF(pref) ((pref) ^ 2) /* 1:low,2:med,3:high */
H A Dconst.h9 * Glory to Martin Uecker <Martin.Uecker@med.uni-goettingen.de>
/openbmc/linux/tools/include/linux/
H A Dconst.h9 * Glory to Martin Uecker <Martin.Uecker@med.uni-goettingen.de>
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c140 UInt32 med, r, r3; in fallbackQSort3() local
168 if (r3 == 0) med = eclass[fmap[lo]]; else in fallbackQSort3()
169 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else in fallbackQSort3()
170 med = eclass[fmap[hi]]; in fallbackQSort3()
178 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3()
189 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3()
670 Int32 unLo, unHi, ltLo, gtHi, n, m, med; in mainQSort3() local
696 med = (Int32) in mainQSort3()
707 n = ((Int32)block[ptr[unLo]+d]) - med; in mainQSort3()
717 n = ((Int32)block[ptr[unHi]+d]) - med; in mainQSort3()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-mba6.dtsi37 /* HYS, SPEED = MED, 100k up, DSE = 011, SRE_FAST */
H A Dimx6qdl-tqma6.dtsi39 /* HYS, SPEED = MED, 100k up, DSE = 011, SRE_FAST */
/openbmc/linux/drivers/scsi/
H A Dsr_ioctl.c297 struct media_event_desc med; in sr_drive_status() local
311 if (!cdrom_get_media_event(cdi, &med)) { in sr_drive_status()
312 if (med.media_present) in sr_drive_status()
314 else if (med.door_open) in sr_drive_status()
H A Dsr.c171 struct media_event_desc *med = (void *)(buf + 4); in sr_get_events() local
183 if (result || be16_to_cpu(eh->data_len) < sizeof(*med)) in sr_get_events()
189 if (med->media_event_code == 1) in sr_get_events()
191 else if (med->media_event_code == 2) in sr_get_events()
193 else if (med->media_event_code == 3) in sr_get_events()
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp36 core_str, callout::Priority::MED, true); in TEST()
465 callout::Priority::MED); in TEST()
476 callout::SrcSubsystem::CEC_HARDWARE, callout::Priority::MED}; in TEST()
/openbmc/openpower-hw-diags/analyzer/ras-data/schema/
H A Dras-data-schema-v02.json9 "enum": ["HIGH", "MED", "MED_A", "MED_B", "MED_C", "LOW"]
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_hwmod_81xx_data.c153 /* L3 med -> L4 fast peripheral interface running at 250MHz */
181 /* L3 med peripheral interface running at 200MHz */
208 /* L3 med peripheral interface running at 250MHz */
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DAddressPool.v1_3_0.json897 "description": "Compare Multi Exit Discriminator (MED) status.",
898 …: "This property shall indicate whether neighbor Multi Exit Discriminator (MED) attributes should …
944 "MED": { object
945 "description": "BGP Multi Exit Discriminator (MED) value.",
946 …ain the Border Gateway Protocol (BGP) Multi Exit Discriminator (MED) value. A lower MED value is …
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch91 +MEMCHECK = valgrind --tool=memcheck --leak-check=yes --leak-resolution=med --num-callers=20

1234