/openbmc/u-boot/include/ |
H A D | hexdump.h | 48 * 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 D | inttypes.h | 107 /* lowercase hexadecimal notation. */ 123 /* UPPERCASE hexadecimal notation. */ 221 /* Hexadecimal notation. */
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | i2c_write_byte.md | 12 | 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 D | i2c_compare_byte.md | 12 | 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 D | i2c_write_bytes.md | 18 | 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 D | i2c_compare_bytes.md | 18 | 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 D | i2c_write_bit.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
|
H A D | i2c_interface.md | 18 | address | yes | string | 7-bit I2C address of the device expressed in hexadecimal. Must be p…
|
H A D | i2c_compare_bit.md | 12 | register | yes | string | Device register address expressed in hexadecimal. Must be prefixed…
|
/openbmc/qemu/tests/qtest/ |
H A D | hexloader-test.c | 2 * 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 D | libdata-hexdump-perl_0.02.bb | 2 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 D | nvedit_efi.c | 226 * =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 D | spi.c | 95 * {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 D | conitrace.c | 4 * hexadecimal numbers.
|
/openbmc/qemu/docs/system/devices/ |
H A D | keyboard.rst | 21 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 D | ptest.out.expected | 3 Hexadecimal: 0x42
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sel_time.robot | 75 ${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 D | MACAddress.interface.yaml | 8 MAC address of the ethernet interface in six groups of two hexadecimal
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | VCATEntry.v1_0_3.json | 116 … "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 D | hexedit_1.6.bb | 1 SUMMARY = "view and edit files in hexadecimal or in ASCII"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/ |
H A D | mbpoll_1.5.2.bb | 4 The reading and writing registers may be in decimal, hexadecimal or floating single \
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ipmi_client.robot | 544 # ${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 D | common_utility.hpp | 184 * 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 D | README.md | 120 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 D | fw_env.config | 7 # Device offset must be prefixed with 0x to be parsed as a hexadecimal value.
|