Home
last modified time | relevance | path

Searched refs:byte (Results 501 – 525 of 1847) sorted by relevance

1...<<21222324252627282930>>...74

/openbmc/linux/Documentation/crypto/
H A Ddescore-readme.rst42 2. PORTABILITY to any byte-addressable host with a 32bit unsigned C type
60 this code (byte-order independent):
218 1) i assume everything is byte addressable, although i don't actually
219 depend on the byte order, and that bytes are 8 bits.
286 - greater than 127 in value (can't use movq or byte immediate on CISC)
334 pointer to 8 byte area of type DesData
337 pointer to 128 byte area of type DesKeys
348 m points to a 128byte block, k points to an 8 byte des key
359 two bits of each byte are not used. note that these two bits
361 on some machines. and yes, each byte controls
[all …]
/openbmc/u-boot/tools/binman/test/
H A D053_symbols.dts8 pad-byte = <0xff>;
H A D094_fmap_x86.dts11 pad-byte = <0x61>;
H A D095_fmap_x86_section.dts14 pad-byte = <0x62>;
/openbmc/qemu/tests/tcg/s390x/
H A Dunaligned-lowcore.S17 .byte 0
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DRaw.interface.yaml6 type: struct[uint64,array[byte]]
/openbmc/linux/Documentation/filesystems/ext4/
H A Dverity.rst14 - Zero-padding to the next 65536-byte boundary. This padding need not
32 - The size of the verity descriptor in bytes, as a 4-byte little
/openbmc/linux/Documentation/hwmon/
H A Dmax197.rst39 ctrl is the control byte to write to start a new conversion.
43 Control byte format:
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dgpio-control-nand.txt19 defaults to 1 byte.
25 GPIO state and before and after command byte writes, this register will be
/openbmc/linux/arch/sh/boot/compressed/
H A Dhead_32.S119 .byte 0 ! = 0, old one (LILO, Loadlin,
122 .byte 1 ! Load flags bzImage=1
/openbmc/linux/arch/sh/lib/
H A Dmemset-sh4.S60 11: ! dst is 32byte aligned
92 mov.l r5,@-r4 ! set 8-byte at once
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l219 yylval.byte = strtol(yytext, NULL, 16);
220 DPRINT("Byte: %02x\n", (int)yylval.byte);
/openbmc/qemu/tests/qemu-iotests/
H A D263.out10 == write two 512 byte sectors on a cluster boundary ==
29 == write two 512 byte sectors on a cluster boundary ==
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py59 byte = int(key)
60 return self.doObjectLookup(category, byte)
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max17040.yaml52 max17040,41 have 2 byte rcomp, default to 0x97 0x00.
53 All other devices have one byte rcomp, default to 0x97.
/openbmc/linux/scripts/dtc/
H A Ddtc-lexer.l211 yylval.byte = strtol(yytext, NULL, 16);
212 DPRINT("Byte: %02x\n", (int)yylval.byte);
/openbmc/linux/drivers/w1/
H A Dw1_io.c134 void w1_write_8(struct w1_master *dev, u8 byte) in w1_write_8() argument
140 dev->bus_master->write_byte(dev->bus_master->data, byte); in w1_write_8()
146 w1_touch_bit(dev, (byte >> i) & 0x1); in w1_write_8()
/openbmc/u-boot/lib/
H A Dtiny-printf.c63 static inline char *pack_hex_byte(char *buf, u8 byte) in pack_hex_byte() argument
65 *buf++ = hex_asc_hi(byte); in pack_hex_byte()
66 *buf++ = hex_asc_lo(byte); in pack_hex_byte()
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt20 samsung,dsim-config-e-byte-clk: select byte clock source.
65 samsung,dsim-config-e-byte-clk = <0>;
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h21 #define FTR_ENTRY_LONG .8byte
24 #define FTR_ENTRY_LONG .8byte
25 #define FTR_ENTRY_OFFSET .8byte
/openbmc/linux/arch/powerpc/include/asm/
H A Dfeature-fixups.h21 #define FTR_ENTRY_LONG .8byte
24 #define FTR_ENTRY_LONG .8byte
25 #define FTR_ENTRY_OFFSET .8byte
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst12 The format is YUV 4:2:0 which uses 1 Y byte per pixel and 1 U and V byte per
146 4 + 43 * 36, which is 4 bytes for a header and 2 * 18 VBI lines with a 1 byte
162 After these magic cookies (and the 8 byte bitmask in case of cookie 'itv0') the
165 For each line the least significant 4 bits of the first byte contain the data type.
/openbmc/u-boot/arch/arm/dts/
H A Dsunxi-u-boot.dtsi10 pad-byte = <0xff>;
/openbmc/u-boot/arch/x86/include/asm/
H A Dmrc_common.h24 asmlinkage void sdram_console_tx_byte(unsigned char byte);
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md39 If an identifier is malformed, e.g. does not have a trailing NUL-byte or is
48 reference to the command body starts after the 3 bytes of OEM header, the 1-byte
50 two-byte CRC over all data that follows in the body.
52 All non-empty responses should lead with a two-byte CRC. The CRC algorithm is
55 All multi-byte values are encoded as little-endian. All structs are assumed
147 uint32_t offset; /* The byte sequence start, 0-based. */
164 (3 bytes), sub-command (1 byte), and the structure size (4 bytes). If no bytes
180 uint32_t offset; /* The byte sequence start, 0-based. */
338 uint32_t offset; /* The byte sequence start, 0-based. */

1...<<21222324252627282930>>...74