Home
last modified time | relevance | path

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

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

/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/u-boot/fs/yaffs2/
H A Dyaffs_tagscompat.h34 int yaffs_count_bits(u8 byte);
/openbmc/u-boot/doc/device-tree-bindings/input/
H A Di8042.txt10 duplicate POR byte, which should be ignored.
/openbmc/fb-ipmi-oem/
H A Dmeson.options3 option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitstruct_8.19.0.bb1 …orms conversions between Python values and C bit field structs represented as Python byte strings."
/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/arch/arm/dts/
H A Dmt7629-rfb-u-boot.dtsi12 pad-byte = <0xff>;
/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/drivers/comedi/drivers/
H A Dni_labpc.h48 unsigned int byte, unsigned long reg);
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp860 sensorRearm.byte = 0x03; in TEST()
872 EXPECT_EQ(sensorRearm.byte, req->sensor_rearm.byte); in TEST()
878 sensorRearm.byte = 0x0; in TEST()
893 sensorRearm.byte = 0x10; in TEST()
906 req->sensor_rearm.byte = sensorRearm.byte; in TEST()
914 EXPECT_EQ(sensorRearm.byte, retsensorRearm.byte); in TEST()
942 req->sensor_rearm.byte = sensorRearm.byte; in TEST()
1082 resp->synchrony_configuration_supported.byte = synchConfigSupported.byte; in TEST()
1095 EXPECT_EQ(retSynchConfigSupport.byte, synchConfigSupported.byte); in TEST()
1127 resp->synchrony_configuration_supported.byte = synchConfigSupported.byte; in TEST()
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq413 * driving REQ on the bus for the next byte.
420 /* Wait for the byte */
573 * the first byte.
623 /* Set the valid byte */
631 /* Set the valid byte */
677 mov NONE, SCSIDATL; /* Ack the last byte */
1228 * The lowest address byte must be loaded
1583 /* Pull the residue byte */
2153 * an array of 32byte objects, SINDEX contains
2166 * an array of 64byte objects, SINDEX contains
[all …]
/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

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