Home
last modified time | relevance | path

Searched refs:byte (Results 701 – 725 of 1847) sorted by relevance

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

/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch107 + type: array[byte]
122 + (5 x 16-byte blocks, minus 3) if mailbox is at all Supported.
124 + For IPMI 2.0 this array is supposed to be split into 16-byte
/openbmc/linux/Documentation/powerpc/
H A Dassociativity.rst18 Bit 0 of byte 5 in the "ibm,architecture-vec-5" property indicates usage of Form 0 or Form 1.
20 bit 2 of byte 5 in the "ibm,architecture-vec-5" property is used.
56 Hypervisor indicates the usage of FORM2 associativity using bit 2 of byte 5 in the
/openbmc/docs/designs/oem/google/
H A Droot_of_trust.md69 type: array[byte]
89 wide: (big-endian, each character is a byte:) 0xMMmmrrbb (M major, m minor,
92 only a 1-byte wide "build number" as 0xMMmm_rrb
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp43x-gateworks-gw2358.dts87 * 32 MB of Flash in 0x20000 byte blocks
111 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
115 intel,ixp4xx-eb-byte-access = <1>;
/openbmc/linux/arch/arm/mach-sa1100/
H A Dassabet.c137 static void adv7171_send(unsigned byte) in adv7171_send() argument
141 for (i = 0; i < 8; i++, byte <<= 1) { in adv7171_send()
144 if (byte & 0x80) in adv7171_send()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg217 * upper byte of a 16bit wide asynchronouse data phase transfer.
626 * significant byte is written
758 field USCBSIZE32 0x02 /* Use 32byte SCB Page Size */
839 * This register contains the address of the byte about
1144 * The last byte is really the high address bits for
1148 field SG_LAST_SEG 0x80 /* In the fourth byte */
1149 mask SG_HIGH_ADDR_BITS 0x7F /* In the fourth byte */
1154 field SG_RESID_VALID 0x04 /* In the first byte */
1155 field SG_FULL_RESID 0x02 /* In the first byte */
1156 field SG_LIST_NULL 0x01 /* In the first byte */
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/
H A Dnbench-byte_2.2.3.bb6 LICENSE = "nbench-byte"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-tu08.rst22 Each cell is one byte.
H A Dpixfmt-sdr-cs14le.rst22 Each cell is one byte.
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dmaxim,max63xx.yaml28 description: This is a 1-byte memory-mapped address
/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dbluetooth-controller.yaml23 device. Formatted with least significant byte first (little-endian), e.g.
/openbmc/linux/arch/m68k/fpsp040/
H A Dgen_except.S6 | This routine compares the exception enable byte of the
7 | user_fpcr on the stack with the exception status byte
153 moveb FPCR_ENABLE(%a6),%d0 |get fpcr enable byte
154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte
168 | exception is to set the E1/E3 byte and clr the U flag.
209 | No bits in the enable byte match existing exceptions. Check for
/openbmc/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst32 which will compile to multiple-byte memory access instructions, namely when
98 by 4 (remember, we're reading a 4 byte value here).
110 At this point, it should be clear that accessing a single byte (u8 or char)
127 byte of padding at the end of the structure. This padding is added in order
240 Due to the byte-wise nature of this operation, unaligned accesses are avoided.
247 header is aligned on a four-byte boundary to optimise the IP stack. For
/openbmc/linux/Documentation/networking/
H A Dxfrm_sync.rst18 These patches add ability to sync and have accurate lifetime byte (to
32 - the lifetime byte counter
89 a) byte value (XFRMA_LTIME_VAL)
91 This TLV carries the running/current counter for byte lifetime since
/openbmc/qemu/hw/vfio/
H A Dhelpers.c160 uint8_t byte; in vfio_region_write() member
168 buf.byte = data; in vfio_region_write()
210 uint8_t byte; in vfio_region_read() member
225 data = buf.byte; in vfio_region_read()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-synquacer.c361 unsigned char byte; in synquacer_i2c_isr() local
442 byte = readb(i2c->base + SYNQUACER_I2C_REG_DAR); in synquacer_i2c_isr()
444 i2c->msg->buf[i2c->msg_ptr++] = byte; in synquacer_i2c_isr()
446 dev_dbg(i2c->dev, "address:0x%02x. ignore it.\n", byte); in synquacer_i2c_isr()
/openbmc/linux/Documentation/admin-guide/auxdisplay/
H A Dks0108.rst38 :Data size: 1 byte each address
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-spi-eeprom16 present. It will be displayed as a 8 byte hex string, as read
/openbmc/openbmc/poky/meta/recipes-extended/cracklib/
H A Dcracklib_2.9.11.bb13 file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \
/openbmc/phosphor-host-postd/
H A Dmeson.options8 description: 'Post code byte size.',
/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.h81 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch11 byte.h | 22 ++++++----
18 --- a/byte.h
19 +++ b/byte.h
195 /* copy str to dest until \0 byte, return number of copied bytes. */
204 /* copy str to dest until \0 byte or limit bytes copied.
246 -size_t fmt_asn1derlength(char* dest,unsigned long long l) __pure__; /* 0-0x7f: 1 byte, above that …
247 -size_t fmt_asn1dertag(char* dest,unsigned long long l) __pure__; /* 1 byte for each 7 bits; upper …
249 +size_t fmt_asn1derlength(char* dest,unsigned long long l) __PURE; /* 0-0x7f: 1 byte, above that 1+…
250 +size_t fmt_asn1dertag(char* dest,unsigned long long l) __PURE; /* 1 byte for each 7 bits; upper bi…
553 #include "byte.h"
[all …]
/openbmc/linux/drivers/net/ethernet/seeq/
H A Dether3.c221 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest() argument
231 memset(buffer, byte, RX_END); in ether3_ramtest()
236 memset(buffer, byte ^ 0xff, RX_END); in ether3_ramtest()
243 if (buffer[i] != byte) { in ether3_ramtest()
246 dev->name, buffer[i], byte, i); in ether3_ramtest()
/openbmc/linux/arch/arm64/kvm/
H A Dpmu-emul.c776 u64 byte; in kvm_pmu_get_pmceid() local
778 byte = bitmap_get_value8(bmap, base + i); in kvm_pmu_get_pmceid()
779 mask |= byte << i; in kvm_pmu_get_pmceid()
781 byte = bitmap_get_value8(bmap, 0x4000 + base + i); in kvm_pmu_get_pmceid()
782 mask |= byte << (32 + i); in kvm_pmu_get_pmceid()
/openbmc/linux/Documentation/arch/s390/
H A Dmonreader.rst143 last byte of data. The start address is needed to handle "end-of-frame" records
154 <0 byte read>
160 <0 byte read>
165 read with a return value of 0 (0 byte read).
167 read successfully, including the closing 0 byte read. Therefore you should

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