Home
last modified time | relevance | path

Searched refs:byte (Results 551 – 575 of 1842) sorted by relevance

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

/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst78 /* Encode 512 byte in data8. Store parity in buffer par */
115 /* Decode 512 byte in data8.*/
134 /* Decode 512 byte in data8.*/
156 /* Decode 512 byte in data8.*/
/openbmc/linux/arch/ia64/kernel/
H A Dunwind_decoder.c70 unw_word byte, result = 0; in unw_decode_uleb128() local
75 byte = *bp++; in unw_decode_uleb128()
76 result |= (byte & 0x7f) << shift; in unw_decode_uleb128()
77 if ((byte & 0x80) == 0) in unw_decode_uleb128()
/openbmc/u-boot/board/freescale/common/
H A Dvid.c60 u8 byte; in find_ir_chip_on_i2c() local
68 IR36021_MFR_ID_OFFSET, 1, (void *)&byte, in find_ir_chip_on_i2c()
69 sizeof(byte)); in find_ir_chip_on_i2c()
70 if ((ret >= 0) && (byte == IR36021_MFR_ID)) in find_ir_chip_on_i2c()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c100 int byte; in jpeg_next_marker() local
103 while ((byte = jpeg_get_byte(stream)) >= 0) { in jpeg_next_marker()
104 marker = (marker << 8) | byte; in jpeg_next_marker()
110 return byte; in jpeg_next_marker()
/openbmc/u-boot/arch/arm/dts/
H A Dmt7629-rfb-u-boot.dtsi12 pad-byte = <0xff>;
/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd756.c206 outw_p(data->byte, SMB_HOST_DATA); in amd756_access()
253 data->byte = inw_p(SMB_HOST_DATA); in amd756_access()
256 data->byte = inw_p(SMB_HOST_DATA); in amd756_access()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Darm,pl172.txt56 - mpmc,byte-lane-low: Set byte lane state to low.
109 mpmc,byte-lane-low;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c277 __u8 *byte = (__u8 *)&sk->dst_port; in sk_dst_port__load_byte() local
278 return byte[0] == 0xca && byte[1] == 0xfe; in sk_dst_port__load_byte()
/openbmc/linux/drivers/input/serio/
H A Dsun4i-ps2.c100 unsigned char byte; in sun4i_ps2_interrupt() local
130 byte = readl(drvdata->reg_base + PS2_REG_DATA) & 0xff; in sun4i_ps2_interrupt()
131 serio_interrupt(drvdata->serio, byte, rxflags); in sun4i_ps2_interrupt()
/openbmc/linux/drivers/comedi/drivers/
H A Dni_labpc.h48 unsigned int byte, unsigned long reg);
/openbmc/linux/drivers/platform/chrome/
H A DKconfig83 EC through an I2C bus. This uses a simple byte-level protocol with
92 through rpmsg. This uses a simple byte-level protocol with a
94 use a byte in message to distinguish host event from host command.
106 ISH Transport protocol (ISH-TP). This uses a simple byte-level
118 through a SPI bus, using a byte-level protocol. Since the EC's
127 through a UART, using a byte-level protocol.
138 This uses a simple byte-level protocol with a checksum. This is
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dbyteorder.h79 # error processor byte order undefined!
/openbmc/qemu/tests/tcg/s390x/
H A Dstosm-early.S34 .byte 0
H A Dssm-early.S34 .byte 0x20 /* bit 2 set */
/openbmc/linux/include/linux/
H A Dcfi_types.h20 .4byte __kcfi_typeid_##name
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c39 PCI_OP(read, byte, u8 *, in_8, 3)
41 PCI_OP(write, byte, u8, out_8, 3)
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c37 PCI_OP(read, byte, u8 *, in_8, 3)
40 PCI_OP(write, byte, u8, out_8, 3)
/openbmc/linux/drivers/auxdisplay/
H A Dcfag12864b.c161 static void cfag12864b_writebyte(unsigned char byte) in cfag12864b_writebyte() argument
165 ks0108_writedata(byte); in cfag12864b_writebyte()
/openbmc/u-boot/include/
H A Dspi.h301 static inline int spi_w8r8(struct spi_slave *slave, unsigned char byte) in spi_w8r8() argument
307 dout[0] = byte; in spi_w8r8()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst19 256-byte inode (as of June 2015, when i_extra_isize is 28). Prior to
29 directory. Following that is a 56-byte space for an array of directory
/openbmc/linux/drivers/ata/pata_parport/
H A Dfit3.c25 #define w7(byte) out_p(7, byte) argument
/openbmc/pldm/libpldmresponder/
H A Dbase.cpp78 types[index].byte |= 1 << bit; in getPLDMTypes()
121 cmds[index].byte |= 1 << bit; in getPLDMCommands()
/openbmc/linux/Documentation/networking/
H A Dphonet.rst36 uint16_t pn_length; /* Big-endian message byte length (minus 6) */
41 On Linux, the link-layer header includes the pn_media byte (see below).
58 consists of a single Phonet media type byte. It uniquely identifies the
61 type byte as appropriate. For convenience, a common phonet_header_ops
71 there is no link-layer header, so there is no Phonet media type byte.
/openbmc/linux/Documentation/spi/
H A Dpxa2xx.rst119 to determine the correct value. An SSP configured for byte-wide transfers would
126 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte
146 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
153 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
206 if rx_buf and tx_buf are aligned on 8 byte boundary then
/openbmc/u-boot/doc/imx/common/
H A Dimx27.txt10 reversed MAC byte order (i.e. LSB first).

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