Home
last modified time | relevance | path

Searched refs:byte (Results 651 – 675 of 1842) sorted by relevance

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DCreate.interface.yaml61 type: array[struct[enum[self.FFDCFormat], byte, byte, unixfd]]
/openbmc/linux/drivers/rtc/
H A Drtc-ds2404.c67 static void ds2404_write_byte(struct ds2404 *chip, u8 byte) in ds2404_write_byte() argument
73 gpiod_set_value(chip->dq_gpiod, byte & (1 << i)); in ds2404_write_byte()
/openbmc/linux/drivers/i2c/muxes/
H A Di2c-mux-pca9541.c102 union i2c_smbus_data data = { .byte = val }; in pca9541_reg_write()
123 return ret ?: data.byte; in pca9541_reg_read()
/openbmc/u-boot/cmd/
H A Di2c.c634 uchar byte; in do_i2c_mw() local
667 byte = simple_strtoul(argv[3], NULL, 16); in do_i2c_mw()
679 ret = dm_i2c_write(dev, addr++, &byte, 1); in do_i2c_mw()
681 ret = i2c_write(chip, addr++, alen, &byte, 1); in do_i2c_mw()
721 uchar byte; in do_i2c_crc() local
766 ret = dm_i2c_read(dev, addr, &byte, 1); in do_i2c_crc()
768 ret = i2c_read(chip, addr, alen, &byte, 1); in do_i2c_crc()
772 crc = crc32 (crc, &byte, 1); in do_i2c_crc()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-janz-ican318 Read-only: 32 byte string identification of the ICAN3 module
/openbmc/qemu/tests/multiboot/
H A Daout_kludge.S137 .byte 0xa5
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_movsm.s11 .byte 5,-11
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-uv8.rst19 Each cell is one byte.
H A Dpixfmt-sdr-cu16le.rst22 Each cell is one byte.
/openbmc/google-ipmi-sys/bifurcation/
H A Dbifurcation_static.cpp67 ex.byte); in getBifurcation()
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h36 .8byte x, y; \
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst141 written to wbox without blocking. The files can be read only in 4-byte
147 sets errno to EINVAL. Otherwise, a four byte value is placed in
195 ter as a four byte long file. The operations on the fpcr file are:
199 sets errno to EINVAL. Otherwise, a four byte value is placed in
205 sets errno to EINVAL. Otherwise, a four byte value is copied
220 sets errno to EINVAL. Otherwise, a four byte value is placed in
226 sets errno to EINVAL. Otherwise, a four byte value is copied
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rk3x.c344 u8 byte; in rk3x_i2c_fill_transmit_buf() local
353 byte = (i2c->addr & 0x7f) << 1; in rk3x_i2c_fill_transmit_buf()
355 byte = i2c->msg->buf[i2c->processed++]; in rk3x_i2c_fill_transmit_buf()
357 val |= byte << (j * 8); in rk3x_i2c_fill_transmit_buf()
425 u8 byte; in rk3x_i2c_handle_read() local
443 byte = (val >> ((i % 4) * 8)) & 0xff; in rk3x_i2c_handle_read()
444 i2c->msg->buf[i2c->processed++] = byte; in rk3x_i2c_handle_read()
H A Di2c-s3c2410.c382 unsigned char byte; in i2c_s3c_irq_nextbyte() local
448 byte = i2c->msg->buf[i2c->msg_ptr++]; in i2c_s3c_irq_nextbyte()
449 writeb(byte, i2c->regs + S3C2410_IICDS); in i2c_s3c_irq_nextbyte()
503 byte = readb(i2c->regs + S3C2410_IICDS); in i2c_s3c_irq_nextbyte()
504 i2c->msg->buf[i2c->msg_ptr++] = byte; in i2c_s3c_irq_nextbyte()
508 i2c->msg->len += byte; in i2c_s3c_irq_nextbyte()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst219 00h byte Current second (BCD)
220 01h byte Seconds alarm (BCD)
221 02h byte Current minute (BCD)
222 03h byte Minutes alarm (BCD)
223 04h byte Current hour (BCD)
224 05h byte Hours alarm (BCD)
227 08h byte Current month (BCD)
228 09h byte Current year (BCD)
229 0Ah byte Register A
248 0Bh byte Register B
[all …]
/openbmc/linux/Documentation/networking/
H A Dmctp.rst51 specified with a ``sockaddr`` type, with a single-byte endpoint address:
156 The application must provide the message type byte as the first byte of the
159 buffer, and the most-significant bit of the message type byte must be 1.
205 The first byte of the message buffer will contain the message type byte. If an
/openbmc/linux/drivers/spi/
H A Dspi-meson-spicc.c222 u8 byte; in meson_spicc_pull_data() local
225 byte = *spicc->tx_buf++; in meson_spicc_pull_data()
226 data |= (byte & 0xff) << byte_shift; in meson_spicc_pull_data()
239 u8 byte; in meson_spicc_push_data() local
242 byte = (data >> byte_shift) & 0xff; in meson_spicc_push_data()
243 *spicc->rx_buf++ = byte; in meson_spicc_push_data()
/openbmc/linux/Documentation/staging/
H A Dcrc32.rst27 to decide on the endianness of the bits within each byte. To get
113 bulk of a message byte-at-a-time and adding bit-at-a-time processing
117 the byte-at-a-time table method, popularized by Dilip V. Sarwate,
122 in the correct multiple to subtract, we can shift a byte at a time.
127 (The table entries are simply the CRC-32 of the given one-byte messages.)
148 to cancel out the corresponding byte. The tables are different because the
H A Dstatic-keys.rst186 struct jump_entry table must be at least 4-byte aligned because the
274 to a 5 byte atomic no-op instruction at boot-time.) Thus, the disabled jump
277 6 (mov) + 2 (test) + 2 (jne) = 10 - 5 (5 byte jump 0) = 5 addition bytes.
282 footprint. We can in fact improve this even further, since the 5-byte no-op
283 really can be a 2-byte no-op since we can reach the branch with a 2-byte jmp.
/openbmc/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst45 byte 0: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp4 ... rp14
46 byte 1: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp2 rp4 ... rp14
47 byte 2: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp3 rp4 ... rp14
48 byte 3: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp3 rp4 ... rp14
49 byte 4: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp5 ... rp14
51 byte 254: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp3 rp5 ... rp15
52 byte 255: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp3 rp5 ... rp15
294 Of course this means some modification as the row parity is byte by
295 byte. A quick analysis:
304 And note that care must taken wrt byte ordering. The way bytes are
[all …]
/openbmc/u-boot/drivers/memory/
H A DKconfig16 time via four chip selects with 64M byte access per chip select.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/
H A DManager.interface.yaml15 …path,dict[string,dict[string,variant[boolean,size,int64,uint16,string,array[byte],array[string]]]]]
/openbmc/linux/include/linux/
H A Dlibps2.h64 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout);
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1182 u8 byte[MVPP2_PRS_TCAM_WORDS * 4]; member
1187 u8 byte[MVPP2_PRS_SRAM_WORDS * 4]; member
1484 pe->tcam.byte[MVPP2_PRS_TCAM_LU_BYTE] = lu; in mvpp2_prs_tcam_lu_set()
1495 pe->tcam.byte[enable_off] &= ~(1 << port); in mvpp2_prs_tcam_port_set()
1497 pe->tcam.byte[enable_off] |= 1 << port; in mvpp2_prs_tcam_port_set()
1507 pe->tcam.byte[MVPP2_PRS_TCAM_PORT_BYTE] = 0; in mvpp2_prs_tcam_port_map_set()
1508 pe->tcam.byte[enable_off] &= ~port_mask; in mvpp2_prs_tcam_port_map_set()
1522 unsigned int offs, unsigned char byte, in mvpp2_prs_tcam_data_byte_set() argument
1525 pe->tcam.byte[MVPP2_PRS_TCAM_DATA_BYTE(offs)] = byte; in mvpp2_prs_tcam_data_byte_set()
1531 unsigned int offs, unsigned char *byte, in mvpp2_prs_tcam_data_byte_get() argument
[all …]
/openbmc/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus21 A Module M on the bus N, where M is the 1-byte interface
53 1-byte interface ID.
174 A bundle B on the Interface I, B is replaced by a 1-byte
224 The AP interface ID, a 1-byte non-zero integer which
234 The Endo ID, which is a 2-byte hexadecimal value

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