Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c394 int Count = 0; in iuu_clk() local
409 priv->buf[Count++] = IUU_UART_WRITE_I2C; in iuu_clk()
410 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk()
411 priv->buf[Count++] = 0x09; in iuu_clk()
412 priv->buf[Count++] = 0x00; in iuu_clk()
414 status = bulk_immediate(port, (u8 *) priv->buf, Count); in iuu_clk()
476 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */ in iuu_clk()
477 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk()
478 priv->buf[Count++] = 0x09; in iuu_clk()
479 priv->buf[Count++] = 0x20; /* Adr = 0x09 */ in iuu_clk()
[all …]
/openbmc/openbmc-test-automation/openpower/
H A Dtest_occ_power.robot16 Verify OCC Object Count
36 ${inventory_count}= Count Object Entries
54 ${occ_count_before}= Count OCC Object Entry
58 ${occ_count_after}= Count OCC Object Entry
66 ${occ_count_before}= Count OCC Object Entry
69 ${occ_count_after}= Count OCC Object Entry
86 Count OCC Object Entry
88 Count OCC Object Entry
89 [Documentation] Count OCC object entry and set count.
91 ${object_count}= Count Object Entries ${OPENPOWER_CONTROL} occ*
/openbmc/ipmitool/contrib/
H A Dipmi.init.redhat125 Count=1
127 while [ $Count -le $NumProcs ]
131 TempString="$TempString CPU\ $Count"
133 TempString="$TempString Processor$Count\ Temp"
135 Count=$((Count + 1))
140 eval $TempString | awk -v "c=$Count" '
/openbmc/linux/arch/mips/fw/arc/
H A Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument
18 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead()
22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument
24 return ARC_CALL4(write, FileID, Buffer, N, Count); in ArcWrite()
/openbmc/linux/Documentation/driver-api/
H A Dgeneric-counter.rst33 Association of a Signal, and evaluation trigger, with a Count.
35 * Count:
58 A Synapse represents the association of a Signal with a Count. Signal
59 data affects respective Count data, and the Synapse represents this
63 triggers the respective Count's count function evaluation to update the
88 A Synapse associates one Signal with one Count.
92 A Count represents the accumulation of the effects of connected
96 A Count has a count function mode which represents the update behavior
138 A Count has a set of one or more associated Synapses.
143 The most basic counter device may be expressed as a single Count
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem48 * "CtlResCt" : Controller Reset Count
53 * "HostLCnt" : Host Load Count
54 * "HostSCnt" : Host Store Count
57 * "MedRCnt " : Media Read Count
58 * "MedWCnt " : Media Write Count
61 * "CchRHCnt" : Cache Read Hit Count
62 * "CchWHCnt" : Cache Write Hit Count
63 * "FastWCnt" : Fast Write Count
H A Dsysfs-bus-counter35 Count data of Count Y represented as a string.
41 Historical capture of the Count Y count data.
47 Count value ceiling for Count Y. This is the upper limit for the
54 Count value floor for Count Y. This is the lower limit for the
61 Count mode for channel Y. The ceiling and floor values for
62 Count Y are used by the count mode where required. The following
71 the Count Y ceiling value, while the lower limit is set
72 to the Count Y floor value. The counter freezes at
85 A count value boundary is set between the Count Y floor
86 value and the Count Y ceiling value. The counter is
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_inband_sdr.robot27 # Gets the Total Record Count from SDR Info and the last Record entry number.
28 ${record_count} ${last_record}= Get Record Count And Last Record From SDR
70 # Response Data Count - total records (max - FFh - 255 in decimal).
77 Verify Sensor And SDR Count In Get Device SDR Info Via Inband IPMI
78 [Documentation] Verify Sensor and SDR Count in Get Device SDR Info via inband IPMI.
82 ${sensor_count_lan1} ${SDR_count_lan1}= Get Count for Sensor And SDR Elist All
84 # Get Sensor Count From Get Device SDR Info command.
85 ${sensor_count1}= Get Sensor Count From SDR Info
89 # Get SDR Count From Get Device SDR Info command.
90 ${SDR_count1}= Get SDR Count From SDR Info
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_config.robot24 Get Memory Count
25 [Documentation] Get Memory Count.
32 Verify Memory Count
35 ${memory_count}= Get Memory Count
40 Get Dimm Count
48 Verify Dimm Count
51 ${dimm_count}= Get Dimm Count
H A Dopen_power_utils.robot53 Count Object Entries
54 [Documentation] Count the occurrence number of a given object.
83 Get Functional Processor Count
98 Get Active OCC State Count
119 Match OCC And CPU State Count
122 ${cpu_count}= Get Functional Processor Count
140 ... msg=OCC count ${active_occ_count} and CPU Count ${cpu_count} mismatched.
312 Wait Until Keyword Succeeds ${OCC_WAIT_TIMEOUT} 20 sec Match OCC And CPU State Count
H A Desel_utils.robot35 Count eSEL Entries
36 [Documentation] Count eSEL entries logged.
/openbmc/linux/Documentation/admin-guide/perf/
H A Dnvidia-pmu.rst41 * Count event id 0x0 in socket 0::
45 * Count event id 0x0 in socket 1::
73 * Count event id 0x0 from the GPU/CPU connected with socket 0::
77 * Count event id 0x0 from the GPU/CPU connected with socket 1::
81 * Count event id 0x0 from the GPU/CPU connected with socket 2::
85 * Count event id 0x0 from the GPU/CPU connected with socket 3::
103 * Count event id 0x0 from the GPU connected with socket 0::
107 * Count event id 0x0 from the GPU connected with socket 1::
111 * Count event id 0x0 from the GPU connected with socket 2::
115 * Count event id 0x0 from the GPU connected with socket 3::
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp45 …R"((unquoted_string("ProcessorSummary/Count") Equals int(2)) or (unquoted_string("ProcessorSummary… in TEST()
54 …R"((unquoted_string("ProcessorSummary/Count") Equals int(2)) and (unquoted_string("MemorySummary/T… in TEST()
H A Dfilter_expr_executor_test.cpp45 const nlohmann::json members = R"({"Members": [{"Count": 2}]})"_json; in TEST()
81 const nlohmann::json members = R"({"Members": [{"Count": 2.0}]})"_json; in TEST()
117 const nlohmann::json members = R"({"Members": [{"Count": 2.0}]})"_json; in TEST()
/openbmc/linux/drivers/usb/storage/
H A Dfreecom.c53 __le32 Count; /* Number of bytes to transfer. */ member
72 __le16 Count; member
161 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()
194 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()
330 le16_to_cpu(fst->Count)); in freecom_transport()
339 length = le16_to_cpu(fst->Count); in freecom_transport()
/openbmc/linux/Documentation/i2c/
H A Dsmbus-protocol.rst50 Count (8 bits) A data byte containing the length of a block operation.
181 of data is specified by the device in the Count byte.
186 Sr Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
198 Comm byte. The amount of data is specified in the Count byte.
202 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
216 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
217 Sr Addr Rd [A] [Count] A [Data] ... A P
288 and Write operations, except these do not have a Count byte. They are
/openbmc/linux/Documentation/gpu/amdgpu/
H A Dras.rst20 RAS Error Count sysfs Interface
24 :doc: AMDGPU RAS sysfs Error Count Interface
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dfile-format.rst95 | Record Count |
119 | Descriptor Count |
150 | Component Count |
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef1005 "Population Count", { RdV = fCOUNTONES_8(RssV); })
1017 "Count leading sign bits - 1", { if (RsV == 0) { RdV = 0; } else { RdV = (fMAX(fCL1_4(RsV),fCL1_4(~…
1020 "Count leading sign bits then add signed number",
1024 "Count leading sign bits - 1", { if (RssV == 0) { RdV = 0; }
1028 "Count leading sign bits then add signed number",
1080 "Count leading bits", {RdV = fMAX(fCL1_4(RsV),fCL1_4(~RsV));})
1084 "Count leading bits", {RdV = fCL1_4(~RsV);})
1087 "Count leading bits", {RdV = fCL1_4(RsV);})
1090 "Count leading bits", {RdV = fMAX(fCL1_8(RssV),fCL1_8(~RssV));})
1093 "Count leading bits", {RdV = fCL1_8(~RssV);})
[all …]
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot81 ${initial_boot_count}= Get Boot Count For Last PostCode Entry
86 ${current_boot_count}= Get Boot Count For Last PostCode Entry
161 Get Boot Count For Last PostCode Entry
176 … # "Message": "Boot Count: 2; Time Stamp Offset: 117.4928 seconds; POST Code: 0xac10",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/
H A Dcloc_1.98.bb1 SUMMARY = "Count blank lines, comment lines, and physical lines of source code \
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot166 Verify Boot Count After BMC Reboot
173 Set BMC Boot Count ${0}
175 ${boot_count}= Get BMC Boot Count
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js26 system.processorSummaryCount = data.ProcessorSummary?.Count;
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-ubi47 Count of bad physical eraseblocks on the underlying MTD device.
132 Count of volumes on this UBI device.
191 Count of physical eraseblock reserved for this volume.
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue119 <!-- Count -->
122 <!-- Core Count -->

12345