Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire17 Hexadecimal string representation of an u64.
33 and version are hexadecimal string representations of
87 Hexadecimal string representation of an u24.
93 Hexadecimal string representation of an u24.
99 Hexadecimal string representation of an u24.
103 Hexadecimal string representation of an u24.
110 Hexadecimal string representation of an u24.
128 Colon-separated hexadecimal string representations of
H A Dsysfs-devices-system-cpu66 Values: hexadecimal bitmask.
77 Values: hexadecimal bitmask.
87 Values: hexadecimal bitmask.
91 Values: hexadecimal.
100 Values: hexadecimal bitmask.
110 Values: hexadecimal bitmask.
121 Values: hexadecimal bitmask.
H A Dsysfs-driver-ib_srp10 * id_ext, a 16-digit hexadecimal number specifying the eight
14 * ioc_guid, a 16-digit hexadecimal number specifying the eight
17 * dgid, a 32-digit hexadecimal number specifying the
19 * pkey, a four-digit hexadecimal number specifying the
21 * service_id, a 16-digit hexadecimal number specifying the
29 * io_class, a hexadecimal number specifying the SRP I/O class.
33 * initiator_ext, a 16-digit hexadecimal number specifying the
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb324 The device's release number, in hexadecimal.
346 Class code of the device, in hexadecimal.
352 Protocol code of the device, in hexadecimal.
358 Subclass code of the device, in hexadecimal.
364 Class code of the interface, in hexadecimal.
370 Interface number, in hexadecimal.
376 Protocol code of the interface, in hexadecimal.
382 Subclass code of the interface, in hexadecimal.
388 Attributes of the current configuration, in hexadecimal.
414 Number of endpoints used on this interface, in hexadecimal.
[all …]
H A Ddebugfs-moxtet5 Description: (Read) Read input from the shift registers, in hexadecimal.
24 hexadecimal, or write values to the shift registers, also
25 in hexadecimal.
H A Dsysfs-devices-lpss_ltr28 represented as an 8-digit hexadecimal number.
40 as an 8-digit hexadecimal number.
H A Dsysfs-bus-coreboot25 begins at, in hexadecimal (e.g., ``0x76ffe000``).
31 This is the size of the CBMEM entry's data, in hexadecimal
H A Dsysfs-bus-cdx18 Vendor ID for this CDX device, in hexadecimal. Vendor ID is
26 Device ID for this CDX device, in hexadecimal. Device ID is
H A Dsysfs-class-net-phydev25 by the device during bus enumeration, encoded in hexadecimal.
60 32-bit hexadecimal number representing a bit mask of the
/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/linux/arch/mips/kernel/
H A Dcps-vec-ns16550.S69 * Write a single hexadecimal character to the UART.
86 * Write an 8 bit value (ie. 2 hexadecimal characters) to the UART.
103 * Write a 16 bit value (ie. 4 hexadecimal characters) to the UART.
120 * Write a 32 bit value (ie. 8 hexadecimal characters) to the UART.
139 * Write a 64 bit value (ie. 16 hexadecimal characters) to the UART.
/openbmc/linux/certs/
H A Dcheck-blacklist-hashes.awk10 # colon (":"), and finally an even number of hexadecimal lowercase characters
26 print "Not a lowercase hexadecimal string (item " NR "):", part2[2];
34 print "Not an even number of hexadecimal characters (item " NR "):", part3[1];
/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…
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-retval.tc37 : "Test printing the error code in hexadecimal format"
41 fail "Return value can not be printed in hexadecimal format"
/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"
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot79 ${sel_date_raw}= Converting Date to HexaDecimal ${sel_date}
94 ${sel_date_raw}= Converting Date to HexaDecimal ${sel_date}
175 ${sel_date_raw}= Converting Date to HexaDecimal ${current_date}
193 ${sel_date_raw}= Converting Date to HexaDecimal ${current_date}
217 ${sel_date_raw}= Converting Date to HexaDecimal ${sel_date}
448 # The response will be 8 byte timestamp in hexadecimal.
462 # ${sel_date_raw} Time to set in hexadecimal bytes.
465 # the hexadecimal timestamp is, 61D04948.
522 Converting Date to HexaDecimal
/openbmc/linux/tools/lib/api/
H A Dio.h90 /* Read a hexadecimal value with no 0x prefix into the out argument hex. If the
91 * first character isn't hexadecimal returns -2, io->eof returns -1, otherwise
92 * returns the character after the hexadecimal value which may be -1 for eof.
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst102 Expressed in hexadecimal (WITHOUT any prefix like 0x).
106 Expressed in hexadecimal (WITHOUT any prefix like 0x).
110 are hexadecimal numbers. The last <n> mappings are repeated in the next <m>

12345678910>>...14