Home
last modified time | relevance | path

Searched refs:byte (Results 1376 – 1400 of 1847) sorted by relevance

1...<<51525354555657585960>>...74

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc203 // read 16-byte PCOPYn info, containing context pointer, from channel
208 // get a chunk of stack space, aligned to 256 byte boundary
228 // 256-byte context, at start of data segment
/openbmc/u-boot/
H A DKconfig285 SHA256 checksum is a 256-bit (32-byte) hash value used to check that
294 SHA384 checksum is a 384-bit (48-byte) hash value used to check that
304 SHA512 checksum is a 512-bit (64-byte) hash value used to check that
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c377 uint8_t byte[4]; in doc200x_ident_chip() member
384 if (((ident.byte[0] << 8) | ident.byte[1]) == ret) { in doc200x_ident_chip()
/openbmc/linux/Documentation/fb/
H A Dapi.rst98 are packed together in a byte.
109 are packed together in a byte.
/openbmc/linux/Documentation/filesystems/
H A Ddax.rst192 (expressed in units of 512-byte sectors) to a page frame number (pfn)
201 In order to support this method, the storage must be byte-accessible by
H A Dfscrypt.rst220 AES-128-ECB, using the file's 16-byte nonce as the AES key. The
229 nonce prefixed with "fscrypt\\0" and a context byte. Different
245 fscrypt randomly generates a 16-byte nonce and stores it in the
264 long IVs --- long enough to hold both an 8-byte logical block number
265 and a 16-byte per-file nonce. Also, the overhead of each Adiantum key
272 (contents or filenames) is encrypted, the file's 16-byte nonce is
315 For master keys used for v2 encryption policies, a unique 16-byte "key
504 16, or 32-byte boundary (configurable). 32 is recommended since this
746 generated 16-byte value stored in the filesystem superblock. This
757 On encrypted files and directories it gets the inode's 16-byte nonce.
/openbmc/linux/Documentation/isdn/
H A Dinterface_capi.rst233 u8 for CAPI parameters of type 'byte'
247 The representation is a single byte containing one of the values:
/openbmc/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst142 __u64 uaddr; /* userspace address to be encrypted (must be 16-byte aligned) */
143 __u32 len; /* length of the data to be encrypted (must be 16-byte aligned) */
/openbmc/linux/Documentation/block/
H A Ddata-integrity.rst47 in 520 byte sectors on disk. Data + IMD are interleaved when
52 520 (and 4104) byte sectors, we approached several HBA vendors and
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsii902x.c198 *val = data.byte; in sii902x_read_unlocked()
206 data.byte = val; in sii902x_write_unlocked()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-sx150x.c1084 const u8 byte = (val >> n) & 0xff; in sx150x_regmap_reg_write() local
1086 ret = i2c_smbus_write_byte_data(i2c, reg, byte); in sx150x_regmap_reg_write()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A DKconfig57 The P2WI looks like an SMBus controller (which supports only byte
337 Prepend a 1536 byte (empty) header to the U-Boot image file, to be
470 Set the dram controller dqs_gating_delay parmeter. Each byte
471 encodes the DQS gating delay for each byte lane. The delay
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt299 * and removed a one byte reserved field.
315 * reserved byte and added a define.
365 * Replaced a reserved byte in CONFIG_PAGE_MANUFACTURING_4
597 * byte ordering.
/openbmc/linux/lib/zstd/decompress/
H A Dhuf_decompress.c277 typedef struct { BYTE nbBits; BYTE byte; } HUF_DEltX1; /* single-symbol decoding */ member
424 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
433 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
480 BYTE const c = dt[val].byte; in HUF_decodeSymbolX1()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c35 static s32 ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, u8 byte) in ixgbe_out_i2c_byte_ack() argument
39 status = ixgbe_clock_out_i2c_byte(hw, byte); in ixgbe_out_i2c_byte_ack()
52 static s32 ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, u8 *byte) in ixgbe_in_i2c_byte_ack() argument
56 status = ixgbe_clock_in_i2c_byte(hw, byte); in ixgbe_in_i2c_byte_ack()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c1845 static int mtd_ooblayout_find_region(struct mtd_info *mtd, int byte, in mtd_ooblayout_find_region() argument
1860 if (pos + oobregion->length > byte) in mtd_ooblayout_find_region()
1871 oobregion->offset += byte - pos; in mtd_ooblayout_find_region()
1872 oobregion->length -= byte - pos; in mtd_ooblayout_find_region()
/openbmc/linux/arch/m68k/fpsp040/
H A Dres_func.S487 | FPCR_MODE byte to get rounding.
1490 moveql #4,%d0 |set byte count
1576 | bi is used to handle a byte integer source specifier
1580 moveql #1,%d0 |set byte count
1961 movel #0x0c,%d0 |get byte count
/openbmc/qemu/hw/vfio/
H A Dpci.c963 uint8_t byte; in vfio_rom_read() member
980 data = val.byte; in vfio_rom_read()
1082 uint8_t byte; in vfio_vga_write() member
1091 buf.byte = data; in vfio_vga_write()
1117 uint8_t byte; in vfio_vga_read() member
1133 data = buf.byte; in vfio_vga_read()
/openbmc/linux/Documentation/i2c/
H A Dfault-codes.rst52 Returned by SMBus logic when an invalid Packet Error Code byte
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_decode.h227 | adjust stack for byte moves from/to stack
/openbmc/linux/Documentation/networking/device_drivers/fddi/
H A Dskfp.rst177 - Added rx/tx byte counter
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbug-hunting.rst211 .byte .... /* bytes from Code: part of OOPS dump */
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_nvram.c40 } byte; member
/openbmc/linux/Documentation/networking/
H A Dtipc.rst94 Maximal byte throughput for inter-node connections is still somewhat lower than
/openbmc/linux/arch/nios2/kernel/
H A Dentry.S526 .byte 0

1...<<51525354555657585960>>...74