Home
last modified time | relevance | path

Searched full:hexadecimal (Results 1 – 25 of 156) sorted by relevance

1234567

/openbmc/u-boot/include/
H A Dhexdump.h48 * hex2bin - convert an ascii hexadecimal string to its binary representation
50 * @src: ascii hexadecimal string
70 * bin2hex - convert binary data to an ascii hexadecimal string
71 * @dst: ascii hexadecimal result
H A Dinttypes.h107 /* lowercase hexadecimal notation. */
123 /* UPPERCASE hexadecimal notation. */
221 /* Hexadecimal notation. */
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_write_byte.md12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
13 | value | yes | string | Byte value to write expressed in hexadecimal. Must be prefixed wit…
14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
H A Di2c_compare_byte.md12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
13 | value | yes | string | Expected byte value expressed in hexadecimal. Must be prefixed wit…
14 | mask | no | string | Bit mask expressed in hexadecimal. Must be prefixed with 0x and su…
H A Di2c_write_bytes.md18 | register | yes | string | Device register address expressed in hexadecimal. Must b…
19 … | array of strings | One or more byte values to write expressed in hexadecimal. Each value mus…
20 | masks | no | array of strings | One or more bit masks expressed in hexadecimal. Each mas…
H A Di2c_compare_bytes.md18 | register | yes | string | Device register address expressed in hexadecimal. Must b…
19 … | array of strings | One or more expected byte values expressed in hexadecimal. Each value mus…
20 | masks | no | array of strings | One or more bit masks expressed in hexadecimal. Each mas…
H A Di2c_write_bit.md12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
H A Di2c_interface.md18 | address | yes | string | 7-bit I2C address of the device expressed in hexadecimal. Must be p…
H A Di2c_compare_bit.md12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
/openbmc/qemu/tests/qtest/
H A Dhexloader-test.c2 * QTest testcase for the Intel Hexadecimal Object File Loader
16 * 'test.hex' is a memory test pattern stored in Hexadecimal Object
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/
H A Dlibdata-hexdump-perl_0.02.bb2 DESCRIPTION = "Dump in hexadecimal the content of a scalar. The result \
5 more columns of data from the source in hexadecimal. The rightmost column \
/openbmc/u-boot/cmd/
H A Dnvedit_efi.c226 * =0x0123...: Hexadecimal number
227 * =H0123...: Hexadecimal-byte array
236 if (!strncmp(data, "=0x", 2)) { /* hexadecimal number */ in append_value()
259 /* convert hex hexadecimal number */ in append_value()
283 } else if (!strncmp(data, "=H", 2)) { /* hexadecimal-byte array */ in append_value()
H A Dspi.c95 * {dout} is a hexadecimal string of data to send
96 * The command prints out the hexadecimal string received via SPI.
167 "<dout> - Hexadecimal string that gets sent"
H A Dconitrace.c4 * hexadecimal numbers.
/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst21 The dip switch settings can be given as hexadecimal number, decimal number
39 * - Hexadecimal value
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/
H A Dptest.out.expected3 Hexadecimal: 0x42
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot75 ${sel_date_raw}= Converting Date to HexaDecimal ${sel_date}
90 ${sel_date_raw}= Converting Date to HexaDecimal ${sel_date}
169 ${sel_date_raw}= Converting Date to HexaDecimal ${current_date}
185 ${sel_date_raw}= Converting Date to HexaDecimal ${current_date}
209 ${sel_date_raw}= Converting Date to HexaDecimal ${sel_date}
440 # The response will be 8 byte timestamp in hexadecimal.
454 # ${sel_date_raw} Time to set in hexadecimal bytes.
457 # the hexadecimal timestamp is, 61D04948.
514 Converting Date to HexaDecimal
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DMACAddress.interface.yaml8 MAC address of the ethernet interface in six groups of two hexadecimal
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DVCATEntry.v1_0_3.json116 … "description": "The hexadecimal value of the Virtual Channel Action Table entries.",
117 …is property shall contain the hexadecimal value of the Virtual Channel Action Table entries. The …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hexedit/
H A Dhexedit_1.6.bb1 SUMMARY = "view and edit files in hexadecimal or in ASCII"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/
H A Dmbpoll_1.5.2.bb4 The reading and writing registers may be in decimal, hexadecimal or floating single \
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot544 # ${sensor_type} Type of the sensor used in hexadecimal (can be fan, temp etc.,),
548 # ${sensor_number} Sensor number of the sensor in hexadecimal.
592 # ${sensor_number} Sensor number of the sensor in hexadecimal.
609 [Documentation] Fetch the Field Data and hexadecimal values from given details.
649 # Get SEL Info response consist of 14 bytes of hexadecimal data.
684 # Convert string to hexadecimal data for each character.
689 # Given a string, convert to hexadecimal and prefix with 0x
698 # provides only hexadecimal bytes
700 # provides string with only hexadecimal bytes
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp184 * This API converts given string value present in hexadecimal or decimal format
218 "Provide a valid hexadecimal input. (Ex. 0x30313233)"); in convertToBinary()
224 throw std::runtime_error("Provide a valid hexadecimal input."); in convertToBinary()
/openbmc/pldm/pldmtool/
H A DREADME.md120 pldmtool raw command option accepts request message in the hexadecimal bytes and
121 send the response message in hexadecimal bytes.
/openbmc/u-boot/tools/env/
H A Dfw_env.config7 # Device offset must be prefixed with 0x to be parsed as a hexadecimal value.

1234567