/openbmc/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 394 int Count = 0; in iuu_clk() local 478 priv->buf[Count++] = 0x09; in iuu_clk() 482 priv->buf[Count++] = 0x0C; in iuu_clk() 486 priv->buf[Count++] = 0x12; in iuu_clk() 490 priv->buf[Count++] = 0x13; in iuu_clk() 494 priv->buf[Count++] = 0x40; in iuu_clk() 499 priv->buf[Count++] = 0x41; in iuu_clk() 503 priv->buf[Count++] = 0x42; in iuu_clk() 507 priv->buf[Count++] = 0x44; in iuu_clk() 511 priv->buf[Count++] = 0x45; in iuu_clk() [all …]
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_occ_power.robot | 16 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 D | ipmi.init.redhat | 125 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 D | file.c | 16 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/ABI/testing/ |
H A D | sysfs-bus-papr-pmem | 48 * "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 D | sysfs-bus-counter | 35 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 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 88 counting up, while the counter is set to the Count Y 197 Count function mode of Count Y; count function evaluation is [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | os_utils_config.robot | 24 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 D | open_power_utils.robot | 53 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 D | esel_utils.robot | 35 Count eSEL Entries 36 [Documentation] Count eSEL entries logged.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | generic-counter.rst | 33 Association of a Signal, and evaluation trigger, with a Count. 35 * Count: 88 A Synapse associates one Signal with one Count. 138 A Count has a set of one or more associated Synapses. 148 Count Synapse Signal 151 | Data: Count | Rising Edge ________ 171 Count Synapse Signal 328 Count's directory in sysfs. 395 Count data request: 400 | Count register: 0x28 | [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_inband_sdr.robot | 90 ${SDR_count1}= Get SDR Count From SDR Info 93 ${sdr_oem}= Fetch OEM Sdr Count ${sdr_data} 111 ${SDR_count2}= Get SDR Count From SDR Info 167 # SDR Count Via Device SDR Info via lanplus. 342 Get IPMI Sensor Count 391 Get Sensor Count From SDR Info 405 Get SDR Count From SDR Info 446 Get Count for Sensor And SDR Elist All 452 ${SDR_count}= Get IPMI Sensor Count 473 # Record Count : 58 [all …]
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | nvidia-pmu.rst | 41 * 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:: 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:: 178 * Count event id 0x0 from root port 0 and 1 of socket 0:: [all …]
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_parser_test.cpp | 43 …R"((unquoted_string("ProcessorSummary/Count") Equals int(2)) or (unquoted_string("ProcessorSummary… in TEST() 52 …R"((unquoted_string("ProcessorSummary/Count") Equals int(2)) and (unquoted_string("MemorySummary/T… in TEST()
|
H A D | filter_expr_executor_test.cpp | 43 const nlohmann::json members = R"({"Members": [{"Count": 2}]})"_json; in TEST() 79 const nlohmann::json members = R"({"Members": [{"Count": 2.0}]})"_json; in TEST() 115 const nlohmann::json members = R"({"Members": [{"Count": 2.0}]})"_json; in TEST()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/ |
H A D | 0004-Platform-ARM-N1Sdp-NOR-flash-library-for-N1Sdp.patch | 60 + @param[out] Count number of flash instance. 67 + OUT UINT32 *Count 70 + if ((NorFlashDevices == NULL) || (Count == NULL)) { 75 + *Count = ARRAY_SIZE (mNorFlashDevices);
|
/openbmc/linux/drivers/usb/storage/ |
H A D | freecom.c | 53 __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/devicetree/bindings/arm/hisilicon/ |
H A D | low-pin-count.yaml | 7 title: Hisilicon HiP06 Low Pin Count device 13 Hisilicon HiP06 SoCs implement a Low Pin Count (LPC) controller, which
|
/openbmc/linux/Documentation/i2c/ |
H A D | smbus-protocol.rst | 50 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 D | ras.rst | 20 RAS Error Count sysfs Interface 24 :doc: AMDGPU RAS sysfs Error Count Interface
|
/openbmc/linux/Documentation/driver-api/pldmfw/ |
H A D | file-format.rst | 95 | Record Count | 119 | Descriptor Count | 150 | Component Count |
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | shift.idef | 1005 "Population Count", { RdV = fCOUNTONES_8(RssV); }) 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);}) 1096 "Count leading bits", {RdV = fCL1_8(RssV);}) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/ |
H A D | cloc_1.98.bb | 1 SUMMARY = "Count blank lines, comment lines, and physical lines of source code \
|
/openbmc/openbmc-test-automation/redfish/systems/LogServices/ |
H A D | test_post_codes.robot | 81 ${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-test-automation/redfish/managers/ |
H A D | test_managers_bmc.robot | 166 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 D | SystemStore.js | 26 system.processorSummaryCount = data.ProcessorSummary?.Count;
|