Home
last modified time | relevance | path

Searched refs:byte (Results 126 – 150 of 1847) sorted by relevance

12345678910>>...74

/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVRTN.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
H A DVSBP.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
/openbmc/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S295 .byte 0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38
296 .byte 0xbf, 0x40, 0xa3, 0x9e, 0x81, 0xf3, 0xd7, 0xfb
297 .byte 0x7c, 0xe3, 0x39, 0x82, 0x9b, 0x2f, 0xff, 0x87
298 .byte 0x34, 0x8e, 0x43, 0x44, 0xc4, 0xde, 0xe9, 0xcb
299 .byte 0x54, 0x7b, 0x94, 0x32, 0xa6, 0xc2, 0x23, 0x3d
300 .byte 0xee, 0x4c, 0x95, 0x0b, 0x42, 0xfa, 0xc3, 0x4e
301 .byte 0x08, 0x2e, 0xa1, 0x66, 0x28, 0xd9, 0x24, 0xb2
302 .byte 0x76, 0x5b, 0xa2, 0x49, 0x6d, 0x8b, 0xd1, 0x25
303 .byte 0x72, 0xf8, 0xf6, 0x64, 0x86, 0x68, 0x98, 0x16
304 .byte 0xd4, 0xa4, 0x5c, 0xcc, 0x5d, 0x65, 0xb6, 0x92
[all …]
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_write_bytes.md11 PMBus device requires byte values to be written in little-endian order (least
12 significant byte first).
18 …ith 0x and surrounded by double quotes. This is the location of the first byte. …
19 | values | yes | array of strings | One or more byte values to write expressed in hexadecima…
20 …masks must match the number of byte values to write. Each mask specifies which bits to write withi…
41 "significant bit in each byte because the bit is reserved." ],
H A Di2c_compare_bytes.md11 device. For example, a PMBus device transmits byte values in little-endian order
12 (least significant byte first).
18 …ith 0x and surrounded by double quotes. This is the location of the first byte. …
19 | values | yes | array of strings | One or more expected byte values expressed in hexadecima…
20 … match the number of expected byte values. Each mask specifies which bits should be compared withi…
42 "Ignore the most significant bit in each byte." ],
/openbmc/linux/lib/
H A Dasn1_encoder.c53 int byte = integer >> (8 * (i - 1)); in asn1_encode_integer() local
55 if (!found && byte == 0) in asn1_encode_integer()
64 if (!found && (byte & 0x80)) { in asn1_encode_integer()
77 *d++ = byte; in asn1_encode_integer()
109 u8 byte; in asn1_encode_oid_digit() local
111 byte = oid >> start; in asn1_encode_oid_digit()
112 oid = oid - (byte << start); in asn1_encode_oid_digit()
114 byte |= 0x80; in asn1_encode_oid_digit()
115 *data++ = byte; in asn1_encode_oid_digit()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp231 bf1.byte = 6; in TEST()
232 ASSERT_EQ(states->states[0].byte, bf1.byte); in TEST()
258 bf2.byte = 6; in TEST()
259 ASSERT_EQ(states->states[0].byte, bf2.byte); in TEST()
285 bf3.byte = 126; in TEST()
286 ASSERT_EQ(states->states[0].byte, bf3.byte); in TEST()
335 bf1.byte = 6; in TEST()
336 ASSERT_EQ(states->states[0].byte, bf1.byte); in TEST()
361 bf2.byte = 6; in TEST()
362 ASSERT_EQ(states->states[0].byte, bf2.byte); in TEST()
[all …]
/openbmc/u-boot/drivers/i2c/muxes/
H A Dpca954x.c66 uchar byte = 0; in pca954x_deselect() local
68 return dm_i2c_write(mux, priv->addr, &byte, 1); in pca954x_deselect()
76 uchar byte; in pca954x_select() local
79 byte = channel | chip->enable; in pca954x_select()
81 byte = 1 << channel; in pca954x_select()
83 return dm_i2c_write(mux, priv->addr, &byte, 1); in pca954x_select()
/openbmc/qemu/tests/migration/i386/
H A Da-b-bootblock.S2 # repeatedly increments the first byte of each page in a 100MB
78 .byte 0, 0, 0, 0
85 .byte 0, 0x9A, 0xCF, 0
92 .byte 0, 0x92, 0xCF, 0
100 .byte 0x55
101 .byte 0xAA
/openbmc/u-boot/drivers/net/
H A Dlan91c96.c160 static void print_packet (byte *, int);
306 byte packet_no; in smc_send_packet()
307 byte *buf; in smc_send_packet()
312 byte status; in smc_send_packet()
370 buf = (byte *) packet; in smc_send_packet()
576 byte *tail = (byte *)(net_rx_packets[0] + in smc_rcv()
581 *tail++ = (byte) (leftover >> (8 * i)) & 0xff; in smc_rcv()
593 print_packet((byte *)net_rx_packets[0], packet_length); in smc_rcv()
639 static void print_packet(byte *buf, int length) in print_packet()
655 byte a, b; in print_packet()
[all …]
/openbmc/qemu/include/net/
H A Dchecksum.h87 register uint32_t byte; in net_toeplitz_add() local
89 for (byte = 0; byte < len; byte++) { in net_toeplitz_add()
90 register uint8_t input_byte = input[byte]; in net_toeplitz_add()
/openbmc/linux/arch/s390/tools/
H A Dgen_opcode_table.c17 unsigned char byte; member
68 .byte = 0,
83 .byte = 1,
93 .byte = 1,
108 .byte = 5,
236 if (insn->type->byte != 0) in print_opcode()
251 if (group && (!strncmp(group->opcode, insn->opcode, 2) || group->type->byte == 0)) { in add_to_group()
282 if (insn->type->byte == 0) in print_opcode_table()
295 if (insn->type->byte != 0) in print_opcode_table()
313 group->opcode, group->type->mask, group->type->byte, group->offset, group->count); in print_opcode_table_offsets()
/openbmc/linux/tools/testing/vsock/
H A Dutil.c223 const uint8_t byte = 'A'; in send_byte() local
228 nwritten = send(fd, &byte, sizeof(byte), flags); in send_byte()
257 if (nwritten != sizeof(byte)) { in send_byte()
272 uint8_t byte; in recv_byte() local
277 nread = recv(fd, &byte, sizeof(byte), flags); in recv_byte()
306 if (nread != sizeof(byte)) { in recv_byte()
310 if (byte != 'A') { in recv_byte()
311 fprintf(stderr, "unexpected byte read %c\n", byte); in recv_byte()
/openbmc/estoraged/src/test/erase/
H A Dzero_test.cpp128 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST()
129 auto restOfData = std::vector<std::byte>(size - shortSize * 3, in TEST()
130 std::byte{0}); in TEST()
161 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST()
162 auto restOfData = std::vector<std::byte>(size - shortSize * 3, in TEST()
163 std::byte{0}); in TEST()
202 .WillRepeatedly(Return(std::span<std::byte>{})) in TEST()
208 .WillRepeatedly(Return(std::span<std::byte>{})) in TEST()
/openbmc/linux/sound/isa/gus/
H A Dgus_uart.c16 unsigned char stat, byte; in snd_gf1_interrupt_midi_in() local
40 byte = snd_gf1_uart_get(gus); in snd_gf1_interrupt_midi_in()
42 snd_rawmidi_receive(gus->midi_substream_input, &byte, 1); in snd_gf1_interrupt_midi_in()
51 char byte; in snd_gf1_interrupt_midi_out() local
60 …if (snd_rawmidi_transmit(gus->midi_substream_output, &byte, 1) != 1) { /* no other bytes or error … in snd_gf1_interrupt_midi_out()
63 snd_gf1_uart_put(gus, byte); in snd_gf1_interrupt_midi_out()
182 char byte; in snd_gf1_uart_output_trigger() local
201 if (snd_rawmidi_transmit(substream, &byte, 1) != 1) { in snd_gf1_uart_output_trigger()
205 snd_gf1_uart_put(gus, byte); in snd_gf1_uart_output_trigger()
/openbmc/linux/samples/vfs/
H A Dtest-statx.c152 int loop, byte; in dump_statx() local
168 for (byte = 64 - 8; byte >= 0; byte -= 8) { in dump_statx()
169 bits = stx->stx_attributes >> byte; in dump_statx()
170 mbits = stx->stx_attributes_mask >> byte; in dump_statx()
172 int bit = byte + loop; in dump_statx()
183 if (byte) in dump_statx()
/openbmc/linux/Documentation/i2c/
H A Dsmbus-protocol.rst46 Comm (8 bits) Command byte, a data byte which often selects a register on
49 high byte of a 16 bit word.
72 This reads a single byte from a device, without specifying a device
102 This reads a single byte from a device, from a designated register.
103 The register is specified through the Comm byte::
117 byte. But this time, the data is a complete word (16 bits)::
151 specified through the Comm byte::
181 of data is specified by the device in the Count byte.
198 Comm byte. The amount of data is specified in the Count byte.
302 designated register that is specified through the Comm byte::
[all …]
H A Dslave-interface.rst63 types described hereafter. 'val' holds an u8 value for the data byte to be
87 'val': backend returns first byte to be sent
93 should transmit the first byte.
97 'val': bus driver delivers received byte
99 'ret': 0 if the byte should be acked, some errno if the byte should be nacked
102 is zero, the bus driver should ack this byte. If 'ret' is an errno, then the byte
107 'val': backend returns next byte to be sent
111 The bus driver requests the next byte to be sent to another I2C master in
114 transmission, most hardware requests the next byte when the previous one is
115 still shifted out. If the master sends NACK and stops reading after the byte
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-rb4xx.c48 static void do_spi_byte(struct rb4xx_spi *rbspi, u32 spi_ioc, u8 byte) in do_spi_byte() argument
53 do_spi_clk(rbspi, spi_ioc, byte >> i); in do_spi_byte()
73 static void do_spi_byte_two(struct rb4xx_spi *rbspi, u32 spi_ioc, u8 byte) in do_spi_byte_two() argument
75 do_spi_clk_two(rbspi, spi_ioc, byte >> 6); in do_spi_byte_two()
76 do_spi_clk_two(rbspi, spi_ioc, byte >> 4); in do_spi_byte_two()
77 do_spi_clk_two(rbspi, spi_ioc, byte >> 2); in do_spi_byte_two()
78 do_spi_clk_two(rbspi, spi_ioc, byte >> 0); in do_spi_byte_two()
/openbmc/linux/arch/xtensa/lib/
H A Dmemcopy.S89 .Ldst1mod2: # dst is only byte aligned
90 _bltui a4, 7, .Lbytecopy # do short copies byte by byte
92 # copy 1 byte
102 _bltui a4, 6, .Lbytecopy # do short copies byte by byte
183 # copy 1 byte
270 # copy 1 byte
344 _bltui a4, 7, .Lbackbytecopy # do short copies byte by byte
346 # copy 1 byte
356 _bltui a4, 6, .Lbackbytecopy # do short copies byte by byte
444 # copy 1 byte
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,mmcc.yaml86 - description: DSI phy instance 1 byte clock
88 - description: DSI phy instance 2 byte clock
118 - description: DSI phy instance 0 byte clock
146 - description: DSI phy instance 0 byte clock
148 - description: DSI phy instance 1 byte clock
185 - description: DSI phy instance 0 byte clock
187 - description: DSI phy instance 1 byte clock
236 - description: DSI phy instance 0 byte clock
238 - description: DSI phy instance 1 byte clock
266 - description: DSI phy instance 0 byte clock
[all …]
/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h189 .byte (_end - _start) / 512;
199 .byte 0x01; \
200 .byte ( _pnph_len / 16 ); \
202 .byte 0x00; \
203 .byte 0x00; \
220 .byte 0; \
/openbmc/phosphor-host-ipmid/docs/
H A Dipmi-network-format.md13 The rest of request format is defined by Petitboot as: - 4 byte cookie value
14 (always 0x21 0x70 0x62 0x21) - 2 byte version value (always 0x00 0x01) - 1 byte
15 hardware address size (eg. 0x06 for MAC address) - 1 byte IP address size (eg.
16 0x04 for IPv4) - Hardware (MAC) address - 1 byte flags for 'ignore' and
18 configs: - IP Address - 1 byte subnet value - Gateway address
30 Infiniband/etc. 0x06 0x04 (6-byte MAC address, IPv4 IP address)
35 Specify 'ignore' or 'static/dynamic' flags. The second byte specifies to use
/openbmc/linux/drivers/i2c/
H A Di2c-stub.c47 module_param_array(bank_reg, byte, NULL, S_IRUGO);
51 module_param_array(bank_mask, byte, NULL, S_IRUGO);
55 module_param_array(bank_start, byte, NULL, S_IRUGO);
59 module_param_array(bank_end, byte, NULL, S_IRUGO);
157 data->byte = *wordp & 0xff; in stub_xfer()
160 addr, data->byte); in stub_xfer()
170 *wordp |= data->byte; in stub_xfer()
173 addr, data->byte, command); in stub_xfer()
178 (data->byte >> chip->bank_shift) in stub_xfer()
185 data->byte = *wordp & 0xff; in stub_xfer()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dfsmc-nand.txt11 defaults to 1 byte
15 byte 0 TCLR : CLE to RE delay in number of AHB clock cycles, only 4 bits
18 byte 1 TAR : ALE to RE delay, 4 bits are valid. Same format as TCLR.
19 byte 2 THIZ : number of HCLK clock cycles during which the data bus is
23 byte 3 THOLD : number of HCLK clock cycles to hold the address (and data
26 byte 4 TWAIT : number of HCLK clock cycles to assert the command to the
29 byte 5 TSET : number of HCLK clock cycles to assert the address before the

12345678910>>...74