Home
last modified time | relevance | path

Searched refs:byte (Results 1226 – 1250 of 1847) sorted by relevance

1...<<41424344454647484950>>...74

/openbmc/linux/Documentation/networking/
H A Dnetdevices.rst193 header. Devices should allow for the 4 byte VLAN header as well.
205 1518 byte packets (1500 + 14 header + 4 tag). The device may either:
/openbmc/linux/drivers/mfd/
H A Dtwl4030-power.c187 static int twl4030_write_script_byte(u8 address, u8 byte) in twl4030_write_script_byte() argument
194 err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, byte, R_MEMORY_DATA); in twl4030_write_script_byte()
/openbmc/linux/Documentation/i2c/
H A Ddev-interface.rst89 /* buf[0] contains the read byte */
148 You do not need to pass the address byte; instead, set it through
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvcpu.rst191 -EINVAL Base address not 64 byte aligned
195 base address must be 64 byte aligned and exist within a valid guest memory
/openbmc/linux/arch/s390/kernel/
H A Ddis.c68 unsigned char byte; member
413 opfrag = *(code + entry->byte) & entry->mask; in find_insn()
/openbmc/linux/arch/microblaze/boot/dts/
H A Dsystem.dts57 xlnx,cache-byte-size = <0x2000>;
64 xlnx,dcache-byte-size = <0x2000>;
/openbmc/linux/drivers/i2c/busses/
H A Di2c-st.c398 static inline void st_i2c_write_tx_fifo(struct st_i2c_dev *i2c_dev, u8 byte) in st_i2c_write_tx_fifo() argument
400 u16 tbuf = byte << 1; in st_i2c_write_tx_fifo()
H A Di2c-ismt.c345 data->byte = dma_buffer[0]; in ismt_process_desc()
464 dma_buffer[1] = data->byte; in ismt_access()
/openbmc/linux/drivers/video/fbdev/
H A Dssd1307fb.c274 u8 byte = vmem[(8 * i + k) * line_length + in ssd1307fb_update_rect() local
276 u8 bit = (byte >> (j % 8)) & 1; in ssd1307fb_update_rect()
/openbmc/pldm/common/
H A Dutils.cpp575 std::ranges::for_each(buffer, [](uint8_t byte) { in printBuffer() argument
576 std::cout << std::format("{:02x} ", byte); in printBuffer()
/openbmc/linux/drivers/scsi/
H A Ddc395x.c2132 u8 byte; in data_in_phase0() local
2133 byte = DC395x_read8(acb, TRM_S1040_SCSI_FIFO); in data_in_phase0()
2134 *virt++ = byte; in data_in_phase0()
2137 printk(" %02x", byte); in data_in_phase0()
2157 u8 byte = DC395x_read8(acb, TRM_S1040_SCSI_FIFO); in data_in_phase0() local
2159 *virt++ = byte; in data_in_phase0()
2162 printk(" %02x", byte); in data_in_phase0()
3824 static void trms1040_set_data(unsigned long io_port, u8 addr, u8 byte) in trms1040_set_data() argument
3833 for (i = 0; i < 8; i++, byte <<= 1) { in trms1040_set_data()
3835 if (byte & 0x80) /* Start from bit 7 */ in trms1040_set_data()
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst191 01F4/4 2.04+(2) syssize The size of the 32-bit code in 16-byte paras
268 The byte order of all fields is littleendian (this is x86, after all.)
277 The size of the setup code in 512-byte sectors. If this field is
279 sector (always one 512-byte sector) plus the setup code.
299 The size of the protected-mode code in units of 16-byte paragraphs.
349 relative to byte 0x202. This can be used to determine the size of
644 address is defined as the address of the highest safe byte, so if
946 2-byte jump field, which doubles as a length field for the structure, combined
1342 0x0202 + byte value at offset 0x0201
1378 0x0202 + byte value at offset 0x0201
/openbmc/qemu/docs/interop/
H A Dqcow2.txt10 All numbers in qcow2 are stored in Big Endian byte order.
39 Must not be less than 9 (i.e. 512 byte clusters).
46 must be at least 14 (i.e. 16384 byte clusters).
54 beyond 2 EB (61 bits); with a 512 byte cluster
488 sub-byte width, note that bit 0 means the least significant
587 x - 61: Number of additional 512-byte sectors used for the
721 byte 55.
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1051 int byte; in get_word_be() local
1053 byte = get_byte(buf); in get_word_be()
1054 if (byte == -1) in get_word_be()
1056 temp = byte << 8; in get_word_be()
1057 byte = get_byte(buf); in get_word_be()
1058 if (byte == -1) in get_word_be()
1060 *word = (unsigned int)byte | temp; in get_word_be()
/openbmc/qemu/docs/
H A Drdma.txt191 * Length (of the data portion, uint32, network byte order)
192 * Type (what command to perform, uint32, network byte order)
299 uint32, network byte order
301 uint32, network byte order
/openbmc/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c348 unsigned long addr, u8 mask, u8 byte);
1518 u8 mask, u8 byte) in ti_write_byte() argument
1525 addr, mask, byte); in ti_write_byte()
1538 data->bData[1] = byte; in ti_write_byte()
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c2296 u8 byte = tp[i].text[0]; in text_poke_bp_batch() local
2299 byte = 0x0f; in text_poke_bp_batch()
2301 if (byte == INT3_INSN_OPCODE) in text_poke_bp_batch()
2304 text_poke(text_poke_addr(&tp[i]), &byte, INT3_INSN_SIZE); in text_poke_bp_batch()
/openbmc/linux/Documentation/scsi/
H A Dcxgb3i.rst12 (DDP) where the hardware handles the expensive byte touching operations, such
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D11-cve-2014-8141-getzip64data.patch48 and a 4-byte version of disk start number.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-3.0-with-GCC-exception19 …languages designed for human-written code, and/or in Java Virtual Machine byte code, into Target C…
/openbmc/qemu/pc-bios/optionrom/
H A Dkvmvapic.S92 .byte 0x0f, 0x01, 0xc1
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h120 struct data data_append_byte(struct data d, uint8_t byte);
/openbmc/u-boot/board/freescale/mpc832xemds/
H A DREADME123 You have to supply the correct byte count with 'xxxx' from the TFTP result log.
/openbmc/qemu/hw/xen/
H A Dxen_pt.h166 uint8_t *byte; member
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dcypress,cy8ctma340.yaml68 description: the 8-byte bootloader key that is required to switch

1...<<41424344454647484950>>...74