Home
last modified time | relevance | path

Searched refs:byte (Results 976 – 1000 of 1857) sorted by relevance

1...<<31323334353637383940>>...75

/openbmc/linux/arch/xtensa/
H A DKconfig.debug46 exception (starting at address aligned on 16 byte boundary).
/openbmc/qemu/docs/specs/
H A Dacpi_hw_reduced_hotplug.rst55 GED IO interface (4 byte access)
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-integrity.rst178 512-byte sectors that corresponds to one bitmap bit.
199 - a 16-byte salt stored in the superblock is mixed to the mac, so
273 64-byte value. It is used to store hmac of sector
289 512-byte sector of the journal ends with 8-byte commit id. If the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch60 - uint32_t k = *(uint32_t *)data; /* We don't care about the byte order */
186 + /* the first byte of c is reserved for the length */
/openbmc/u-boot/drivers/spi/
H A Drk_spi.c393 u32 byte = readl(regs->rxdr); in rockchip_spi_xfer() local
396 *in++ = byte; in rockchip_spi_xfer()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd8111.c223 data->byte); in amd8111_access()
362 status = amd_ec_read(smbus, AMD_SMB_DATA, &data->byte); in amd8111_access()
H A Di2c-pasemi-core.c214 TXFIFO_WR(smbus, MTXFIFO_STOP | data->byte); in pasemi_smb_xfer()
292 data->byte = rd & MRXFIFO_DATA_M; in pasemi_smb_xfer()
H A Di2c-sis630.c347 sis630_write(SMB_BYTE, data->byte); in sis630_access()
385 data->byte = sis630_read(SMB_BYTE); in sis630_access()
H A Di2c-scmi.c122 mt_params[4].integer.value = data->byte; in acpi_smbus_cmi_access()
242 data->byte = obj->integer.value; in acpi_smbus_cmi_access()
H A Di2c-cht-wc.c133 ret = regmap_write(adap->regmap, CHT_WC_I2C_WRDATA, data->byte); in cht_wc_i2c_adap_smbus_xfer()
164 data->byte = adap->read_data; in cht_wc_i2c_adap_smbus_xfer()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.c398 debug_print_int("supported EVPD page", evpd->byte[i]); in virtio_scsi_setup()
400 if (evpd->byte[i] != SCSI_INQUIRY_EVPD_BLOCK_LIMITS) { in virtio_scsi_setup()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space.c34 DEFINE_PCI_CONFIG(read, byte, u8 *) in DEFINE_PCI_CONFIG() argument
38 DEFINE_PCI_CONFIG(write, byte, u8) in DEFINE_PCI_CONFIG()
/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.c182 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb() argument
218 *byte = readb(bp->i2c_control_regs + 0x1); in bbc_i2c_readb()
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,sm8450-mdss.yaml201 clock-names = "byte",
296 clock-names = "byte",
/openbmc/linux/arch/x86/include/asm/
H A Didtentry.h504 .byte 0x6a, vector
520 .byte 0x6a, vector
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-secvar106 represented as an 8 byte hexadecimal ASCII string. Consult the
115 supports for signed update of objects, represented as a 16 byte
/openbmc/linux/Documentation/bpf/
H A Dmap_lpm_trie.rst15 network byte order, i.e. big endian, so ``data[0]`` stores the most
16 significant byte.
/openbmc/linux/fs/gfs2/
H A Drgrp.c147 const u8 *byte; in gfs2_testbit() local
155 byte = buffer + (rbm->offset / GFS2_NBBY); in gfs2_testbit()
158 return (*byte >> bit) & GFS2_BIT_MASK; in gfs2_testbit()
438 const u8 *byte = buffer; in gfs2_bitcount() local
445 for (; byte < end; byte++) { in gfs2_bitcount()
446 if (((*byte) & 0x03) == state) in gfs2_bitcount()
448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
450 if (((*byte) & 0x30) == state2) in gfs2_bitcount()
452 if (((*byte) & 0xC0) == state3) in gfs2_bitcount()
/openbmc/linux/Documentation/filesystems/
H A Dsquashfs.rst51 directory data are highly compacted, and packed on byte boundaries. Each
71 byte alignment::
116 compressed block is prefixed by a two byte length, the top bit is set if the
123 containing the inode, and the byte offset into that block where the inode is
/openbmc/u-boot/doc/
H A DREADME.ti-secure55 SPI_X-LOADER - Generates an image for SPI flash (byte swapped)
69 u-boot-spl_HS_SPI_X-LOADER - byte swapped boot image for SPI flash
87 SPI_X-LOADER - Generates an image for SPI flash (byte
101 u-boot-spl_HS_SPI_X-LOADER - byte swapped boot image for SPI flash
H A DREADME.mpc83xxads92 You might have to supply the correct byte count for 'xxxx' from
/openbmc/linux/drivers/mtd/nand/raw/
H A Ds3c2410.c508 unsigned int bit, byte; in s3c2410_nand_correct_data() local
545 byte = ((diff2 << 7) & 0x100) | in s3c2410_nand_correct_data()
556 bit, byte); in s3c2410_nand_correct_data()
558 dat[byte] ^= (1 << bit); in s3c2410_nand_correct_data()
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Install-python-modules-to-correct-library-dir.patch33 # Any script in the following variable will get byte-compiled at
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dio.h103 # error processor byte order undefined!
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dfsl-upm-nand.txt18 UPM pattern (0x1), after writing a data byte (0x2) or after

1...<<31323334353637383940>>...75