Home
last modified time | relevance | path

Searched refs:byte (Results 276 – 300 of 1847) sorted by relevance

1...<<11121314151617181920>>...74

/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools/
H A D0001-4-byte-read-support-466.patch4 Subject: [PATCH] 4 byte read support 466
36 " c (consecutive byte)\n"
54 size == I2C_SMBUS_BYTE ? "byte consecutive read" :
56 size == I2C_SMBUS_BYTE_DATA ? "byte" : "word");
/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h57 static inline uint64_t expand_pred_b(uint8_t byte) in expand_pred_b() argument
59 return expand_pred_b_data[byte]; in expand_pred_b()
64 static inline uint64_t expand_pred_h(uint8_t byte) in expand_pred_h() argument
66 return expand_pred_h_data[byte & 0x55]; in expand_pred_h()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsocrates_nand.c79 uint8_t byte; in socrates_nand_read_byte() local
80 socrates_nand_read_buf(this, &byte, sizeof(byte)); in socrates_nand_read_byte()
81 return byte; in socrates_nand_read_byte()
H A Dams-delta.c47 void (*io_write)(struct gpio_nand *this, u8 byte);
57 static void gpio_nand_io_write(struct gpio_nand *priv, u8 byte) in gpio_nand_io_write() argument
60 DECLARE_BITMAP(values, BITS_PER_TYPE(byte)) = { byte, }; in gpio_nand_io_write()
68 static void gpio_nand_dir_output(struct gpio_nand *priv, u8 byte) in gpio_nand_dir_output() argument
71 DECLARE_BITMAP(values, BITS_PER_TYPE(byte)) = { byte, }; in gpio_nand_dir_output()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.h57 #define MVPP2_PRS_BYTE_TO_WORD(byte) ((byte) / 2) argument
58 #define MVPP2_PRS_BYTE_IN_WORD(byte) ((byte) % 2) argument
305 unsigned int offs, unsigned char *byte,
/openbmc/u-boot/scripts/
H A Ddecodecode58 1) type=byte ;;
59 2) type=2byte ;;
60 4) type=4byte ;;
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot20 ${arrayByte}= array:byte:
244 ... <byte:seq-id> <byte:netfn> <byte:lun> <byte:cmd>
245 ... <array:byte:data>
247 ... byte:0x00 byte:0x04 byte:0x00 byte:0x30
264 ${valueinBytesWithArray}= Catenate byte:0x00 ${netfnByte} byte:0x00
267 ${valueinBytesWithoutArray}= Catenate byte:0x00 ${netfnByte} byte:0x00
275 # byte:0x00 byte:0x06 byte:0x00 byte:0x36
283 ${netfnByteLocal}= Catenate byte:${word}
288 [Documentation] Set the command byte.
290 ${cmdByteLocal}= Catenate byte:${word}
[all …]
/openbmc/linux/drivers/input/mouse/
H A Dnavpoint.c27 #define HEADER_LENGTH(byte) ((byte) & 0x07) argument
28 #define HEADER_CONTROL(byte) (((byte) >> 3) & 0x03) argument
29 #define HEADER_ADDRESS(byte) ((byte) >> 5) argument
/openbmc/linux/include/trace/events/
H A Dnetfs.h92 enum netfs_read_trace { netfs_read_traces } __mode(byte);
93 enum netfs_rreq_trace { netfs_rreq_traces } __mode(byte);
94 enum netfs_sreq_trace { netfs_sreq_traces } __mode(byte);
95 enum netfs_failure { netfs_failures } __mode(byte);
96 enum netfs_rreq_ref_trace { netfs_rreq_ref_traces } __mode(byte);
97 enum netfs_sreq_ref_trace { netfs_sreq_ref_traces } __mode(byte);
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp25 const uint8_t byte) noexcept in decode() argument
54 const uint8_t type = utf8d[byte]; in decode()
57 ? (byte & 0x3fU) | (codePoint << 6) in decode()
58 : static_cast<uint32_t>(0xff >> type) & (byte); in decode()
77 const uint8_t byte = static_cast<uint8_t>(str[i]); in dumpEscaped() local
79 switch (decode(state, codePoint, byte)) in dumpEscaped()
/openbmc/linux/Documentation/networking/
H A Dradiotap-headers.rst29 < 8-byte ieee80211_radiotap_header >
53 IEEE80211_RADIOTAP_TSFT being present always indicates an 8-byte argument is
62 the first byte of the radiotap header. The absolute alignment of that first
63 byte isn't defined. So even if the whole radiotap header is starting at, eg,
64 address 0x00000003, still the first byte of the radiotap header is treated as
78 rule is applied dealing with a u16, NOT dealing with a 4-byte single entity.
86 0x00, 0x00, // <-- radiotap version + pad byte
/openbmc/linux/drivers/input/serio/
H A Dlibps2.c43 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte() argument
58 error = serio_write(ps2dev->serio, byte); in ps2_do_sendbyte()
61 "failed to write %#02x: %d\n", byte, error); in ps2_do_sendbyte()
91 byte, error, ps2dev->nak, attempt); in ps2_do_sendbyte()
107 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte() argument
113 retval = ps2_do_sendbyte(ps2dev, byte, timeout, 1); in ps2_sendbyte()
114 dev_dbg(&ps2dev->serio->dev, "%02x - %x\n", byte, ps2dev->nak); in ps2_sendbyte()
H A Drpckbd.c45 unsigned int byte; in rpckbd_rx() local
49 byte = iomd_readb(IOMD_KARTRX); in rpckbd_rx()
51 serio_interrupt(port, byte, 0); in rpckbd_rx()
/openbmc/linux/drivers/media/radio/
H A Dradio-miropcm20.c88 u8 byte; in rds_waitread() local
92 byte = inb(aci->aci_port + ACI_REG_RDS); in rds_waitread()
94 } while ((byte & RDS_BUSYMASK) && i); in rds_waitread()
102 return i ? byte : -1; in rds_waitread()
105 static int rds_rawwrite(struct snd_miro_aci *aci, u8 byte) in rds_rawwrite() argument
108 outb(byte, aci->aci_port + ACI_REG_RDS); in rds_rawwrite()
114 static int rds_write(struct snd_miro_aci *aci, u8 byte) in rds_write() argument
120 sendbuffer[7 - i] = (byte & (1 << i)) ? RDS_DATAMASK : 0; in rds_write()
/openbmc/linux/arch/sparc/lib/
H A DM7memset.S144 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound?
150 1: stb %o1, [%o5] ! there is at least 1 byte to set
151 inccc %o3 ! byte clearing loop
166 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
249 ! For each 64 byte cache line, single STBI to first element
327 stb %o1, [%o5] ! clear a byte
329 inc %o5 ! next byte
333 st %o1, [%o5] ! 4-byte writing loop
/openbmc/linux/fs/hfsplus/
H A Dbtree.c382 u8 *data, byte, m; in hfs_bmap_alloc() local
404 byte = data[off]; in hfs_bmap_alloc()
405 if (byte != 0xff) { in hfs_bmap_alloc()
407 if (!(byte & m)) { in hfs_bmap_alloc()
455 u8 *data, byte, m; in hfs_bmap_free() local
497 byte = data[off]; in hfs_bmap_free()
498 if (!(byte & m)) { in hfs_bmap_free()
506 data[off] = byte & ~m; in hfs_bmap_free()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-i2c.c411 static int ivtv_sendbyte(struct ivtv *itv, unsigned char byte) in ivtv_sendbyte() argument
415 IVTV_DEBUG_HI_I2C("write %x\n",byte); in ivtv_sendbyte()
416 for (i = 0; i < 8; ++i, byte<<=1) { in ivtv_sendbyte()
422 bit = (byte>>7)&1; in ivtv_sendbyte()
444 static int ivtv_readbyte(struct ivtv *itv, unsigned char *byte, int nack) in ivtv_readbyte() argument
448 *byte = 0; in ivtv_readbyte()
460 *byte = ((*byte)<<1)|ivtv_getsda(itv); in ivtv_readbyte()
470 IVTV_DEBUG_HI_I2C("read %x\n",*byte); in ivtv_readbyte()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h44 typedef unsigned char byte; typedef
98 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \
140 byte *__b2; \
141 __b2 = (byte *) b; \
173 #define SMC_outb(a,d,r) do{ word __d = (byte)(d); \
210 byte *__b2; \
211 __b2 = (byte *) b; \
219 #define SMC_inb(a, r) (*((volatile byte*)((a)->iobase + ((r) ^ 0x01))))
229 #define SMC_outb(a, d, r) ({ word __d = (byte)(d); \
271 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \
/openbmc/linux/arch/x86/crypto/
H A Dsm4-aesni-avx2-asm_64.S121 .byte 0x00, 0x0d, 0x0a, 0x07, 0x04, 0x01, 0x0e, 0x0b
122 .byte 0x08, 0x05, 0x02, 0x0f, 0x0c, 0x09, 0x06, 0x03
126 .byte 0x07, 0x00, 0x0d, 0x0a, 0x0b, 0x04, 0x01, 0x0e
127 .byte 0x0f, 0x08, 0x05, 0x02, 0x03, 0x0c, 0x09, 0x06
131 .byte 0x0a, 0x07, 0x00, 0x0d, 0x0e, 0x0b, 0x04, 0x01
132 .byte 0x02, 0x0f, 0x08, 0x05, 0x06, 0x03, 0x0c, 0x09
136 .byte 0x0d, 0x0a, 0x07, 0x00, 0x01, 0x0e, 0x0b, 0x04
137 .byte 0x05, 0x02, 0x0f, 0x08, 0x09, 0x06, 0x03, 0x0c
141 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0
145 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12
/openbmc/linux/Documentation/hwmon/
H A Ddell-smm-hwmon.rst234 - 1st byte in ``eax`` holds the current
239 - 1st byte in ``ebx`` holds the fan number
240 - 2nd byte in ``ebx`` holds the desired
245 - 1st byte in ``ebx`` holds the fan number
251 - 1st byte in ``ebx`` holds the fan number
252 - 1st byte in ``eax`` holds the
266 - 2nd byte in ``ebx`` holds the fan state
274 - 2nd byte in ``ebx`` holds the fan state
276 - 1st byte in ``eax`` returns the speed
282 - 1st byte in ``eax`` holds the measured
[all …]
/openbmc/u-boot/include/
H A Dw1.h26 void (*write_byte)(struct udevice *dev, u8 byte);
36 int w1_write_byte(struct udevice *dev, u8 byte);
/openbmc/linux/arch/s390/lib/
H A Dtest_kprobes_asm.S42 .byte 0x07
43 1: .byte 0x07
/openbmc/linux/drivers/spi/
H A Dspi-bcm-qspi.c217 int byte; member
748 qt->byte++; in update_qspi_trans_byte_count()
750 qt->byte += 2; in update_qspi_trans_byte_count()
752 qt->byte += 4; in update_qspi_trans_byte_count()
754 qt->byte += 8; in update_qspi_trans_byte_count()
756 if (qt->byte >= qt->trans->len) { in update_qspi_trans_byte_count()
846 buf ? buf[tp.byte] : 0x0); in read_from_hw()
854 buf ? buf[tp.byte / 2] : 0x0); in read_from_hw()
862 buf ? buf[tp.byte / 4] : 0x0); in read_from_hw()
1132 qspi->trans_pos.byte = 0; in bcm_qspi_transfer_one()
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dvec.h21 uint8_t byte[16]; member
54 return v->byte[H1(enr)]; in s390_vec_read_element8()
96 v->byte[H1(enr)] = data; in s390_vec_write_element8()
/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/
H A Dlib.sh28 local byte
29 for byte in $str; do
30 bytes+=("0x$byte")

1...<<11121314151617181920>>...74