Home
last modified time | relevance | path

Searched refs:byte (Results 51 – 75 of 1719) sorted by relevance

12345678910>>...69

/openbmc/linux/arch/powerpc/perf/
H A Dpower5+-pmu.c137 int pmc, byte, unit, sh; in power5p_get_constraint() local
160 if (byte >= 4) { in power5p_get_constraint()
165 byte &= 3; in power5p_get_constraint()
406 int bit, byte, unit; in power5p_marked_instr_event() local
443 byte -= 4; in power5p_marked_instr_event()
489 if (byte >= 4) { in power5p_compute_mmcr()
493 byte &= 3; in power5p_compute_mmcr()
495 if (busbyte[byte] && busbyte[byte] != unit) in power5p_compute_mmcr()
497 busbyte[byte] = unit; in power5p_compute_mmcr()
534 for (byte = 0; byte < 4; ++byte) { in power5p_compute_mmcr()
[all …]
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst238 byte 0::
249 byte 1::
257 byte 2::
264 byte 3::
304 byte 0::
324 byte 1::
340 byte 2::
347 byte 3::
428 byte 0::
436 byte 1::
[all …]
/openbmc/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c127 u32 byte; in pci1xxxx_eeprom_read() local
140 for (byte = 0; byte < count; byte++) { in pci1xxxx_eeprom_read()
156 ret = byte; in pci1xxxx_eeprom_read()
169 u32 byte; in pci1xxxx_eeprom_write() local
182 for (byte = 0; byte < count; byte++) { in pci1xxxx_eeprom_write()
200 ret = byte; in pci1xxxx_eeprom_write()
224 u32 byte; in pci1xxxx_otp_read() local
238 for (byte = 0; byte < count; byte++) { in pci1xxxx_otp_read()
261 ret = byte; in pci1xxxx_otp_read()
274 u32 byte; in pci1xxxx_otp_write() local
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVWML.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
H A DVRML.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
H A DVCEN.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c152 unsigned byte; in yaffs_ecc_correct() local
155 bit = byte = 0; in yaffs_ecc_correct()
158 byte |= 0x80; in yaffs_ecc_correct()
160 byte |= 0x40; in yaffs_ecc_correct()
162 byte |= 0x20; in yaffs_ecc_correct()
164 byte |= 0x10; in yaffs_ecc_correct()
166 byte |= 0x08; in yaffs_ecc_correct()
168 byte |= 0x04; in yaffs_ecc_correct()
170 byte |= 0x02; in yaffs_ecc_correct()
172 byte |= 0x01; in yaffs_ecc_correct()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/
H A DMDR_V2.interface.yaml9 type: byte
14 type: array[byte]
25 type: byte
41 type: byte
45 type: byte
49 type: byte
53 type: byte
84 type: byte
88 type: byte
141 type: byte
[all …]
/openbmc/linux/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S43 .byte 1 /* Version number */
47 .byte 8 /* Return address register column */
49 .byte 0x1b /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */
50 .byte 0 /* DW_CFA_nop */
76 .byte 0x0f; /* DW_CFA_def_cfa_expression */ \
78 0: .byte 0x74; /* DW_OP_breg4 */ \
80 .byte 0x06; /* DW_OP_deref */ \
84 .byte 0x10; /* DW_CFA_expression */ \
87 0: .byte 0x74; /* DW_OP_breg4 */ \
101 .byte 0x42 /* DW_CFA_advance_loc 2 -- nop; popl eax. */
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c33 u8 byte; in rsi_sdio_master_access_msword() local
45 &byte); in rsi_sdio_master_access_msword()
59 &byte); in rsi_sdio_master_access_msword()
151 u8 byte; in rsi_init_sdio_slave_regs() local
159 &byte); in rsi_init_sdio_slave_regs()
170 byte = 0x3; in rsi_init_sdio_slave_regs()
186 byte = 0x24; in rsi_init_sdio_slave_regs()
191 &byte); in rsi_init_sdio_slave_regs()
204 &byte); in rsi_init_sdio_slave_regs()
211 byte = 32; in rsi_init_sdio_slave_regs()
[all …]
/openbmc/linux/drivers/input/serio/
H A Dps2-gpio.c83 unsigned char byte; member
87 unsigned char byte; member
123 drvdata->tx.byte = val; in __ps2_gpio_write()
164 unsigned char byte, cnt; in ps2_gpio_irq_rx() local
169 byte = drvdata->rx.byte; in ps2_gpio_irq_rx()
250 cnt = byte = 0; in ps2_gpio_irq_rx()
262 cnt = byte = 0; in ps2_gpio_irq_rx()
266 drvdata->rx.byte = byte; in ps2_gpio_irq_rx()
272 unsigned char byte, cnt; in ps2_gpio_irq_tx() local
277 byte = drvdata->tx.byte; in ps2_gpio_irq_tx()
[all …]
/openbmc/linux/crypto/
H A Daes_generic.c59 static inline u8 byte(const u32 x, const unsigned n) in byte() function
1148 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \
1149 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1150 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1163 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \
1164 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1165 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1218 bo[n] = crypto_it_tab[0][byte(bi[n], 0)] ^ \
1233 bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^ \
1234 crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
[all …]
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-scs1x.c45 u8 byte) in midi_input_escaped_byte() argument
49 nibbles[0] = byte >> 4; in midi_input_escaped_byte()
50 nibbles[1] = byte & 0x0f; in midi_input_escaped_byte()
64 } else if (byte == 0xf9) { in midi_input_byte()
179 u8 byte; in scs_output_work() local
217 } else if (byte < 0x80) { in scs_output_work()
225 scs->buffer[i++] = byte; in scs_output_work()
238 } else if (byte == 0xf7) { in scs_output_work()
252 } else if (!is_invalid_cmd(byte) && byte < 0xf8) { in scs_output_work()
255 scs->buffer[i++] = byte; in scs_output_work()
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S40 .byte 0x02 /* MajorLinkerVersion */
41 .byte 0x14 /* MinorLinkerVersion */
92 .byte 0
93 .byte 0 /* end of 0 padding of section name */
105 .byte 0
106 .byte 0
107 .byte 0 /* end of 0 padding of section name */
H A Dcrt0_aarch64_efi.S40 .byte 0x02 /* MajorLinkerVersion */
41 .byte 0x14 /* MinorLinkerVersion */
92 .byte 0
93 .byte 0 /* end of 0 padding of section name */
106 .byte 0
107 .byte 0
108 .byte 0 /* end of 0 padding of section name */
/openbmc/linux/include/linux/
H A Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() argument
13 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
14 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
22 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() argument
24 *buf++ = hex_asc_upper_hi(byte); in hex_byte_pack_upper()
25 *buf++ = hex_asc_upper_lo(byte); in hex_byte_pack_upper()
/openbmc/linux/drivers/misc/mei/pxp/
H A Dmei_pxp.c36 ssize_t byte; in mei_pxp_send_message() local
43 byte = mei_cldev_send(cldev, message, size); in mei_pxp_send_message()
44 if (byte < 0) { in mei_pxp_send_message()
45 dev_dbg(dev, "mei_cldev_send failed. %zd\n", byte); in mei_pxp_send_message()
46 return byte; in mei_pxp_send_message()
63 ssize_t byte; in mei_pxp_receive_message() local
70 byte = mei_cldev_recv(cldev, buffer, size); in mei_pxp_receive_message()
71 if (byte < 0) { in mei_pxp_receive_message()
72 dev_dbg(dev, "mei_cldev_recv failed. %zd\n", byte); in mei_pxp_receive_message()
73 return byte; in mei_pxp_receive_message()
[all …]
/openbmc/qemu/tests/tcg/i386/system/
H A Dboot.S153 .byte 0
154 .byte 0x9b
155 .byte 0xCF
156 .byte 0
161 .byte 0
162 .byte 0x93
163 .byte 0xCF
164 .byte 0
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c418 if (byte & BIT(7)) in intel_pt_get_short_tnt()
420 byte <<= 1; in intel_pt_get_short_tnt()
436 byte >>= 2; in intel_pt_get_cyc()
443 byte = buf[offs++]; in intel_pt_get_cyc()
559 unsigned int byte; in intel_pt_do_get_packet() local
566 byte = buf[0]; in intel_pt_do_get_packet()
584 if (byte == 0) in intel_pt_do_get_packet()
586 if (byte == 2) in intel_pt_do_get_packet()
591 if ((byte & 2)) in intel_pt_do_get_packet()
594 switch (byte & 0x1f) { in intel_pt_do_get_packet()
[all …]
/openbmc/u-boot/tools/
H A Dvybridimage.c40 static uint8_t vybridimage_sw_ecc(uint8_t byte) in vybridimage_sw_ecc() argument
42 uint8_t bit0 = (byte & (1 << 0)) ? 1 : 0; in vybridimage_sw_ecc()
43 uint8_t bit1 = (byte & (1 << 1)) ? 1 : 0; in vybridimage_sw_ecc()
44 uint8_t bit2 = (byte & (1 << 2)) ? 1 : 0; in vybridimage_sw_ecc()
45 uint8_t bit3 = (byte & (1 << 3)) ? 1 : 0; in vybridimage_sw_ecc()
46 uint8_t bit4 = (byte & (1 << 4)) ? 1 : 0; in vybridimage_sw_ecc()
47 uint8_t bit5 = (byte & (1 << 5)) ? 1 : 0; in vybridimage_sw_ecc()
48 uint8_t bit6 = (byte & (1 << 6)) ? 1 : 0; in vybridimage_sw_ecc()
49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc()
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch39 + .byte (MC_put_o_16_arm_align0 - 0f)>>2
40 + .byte (MC_put_o_16_arm_align1 - 0f)>>2
41 + .byte (MC_put_o_16_arm_align2 - 0f)>>2
42 + .byte (MC_put_o_16_arm_align3 - 0f)>>2
68 + .byte (MC_put_o_8_arm_align0 - 0f)>>2
69 + .byte (MC_put_o_8_arm_align1 - 0f)>>2
70 + .byte (MC_put_o_8_arm_align2 - 0f)>>2
71 + .byte (MC_put_o_8_arm_align3 - 0f)>>2
138 + .byte (MC_put_x_8_arm_align0 - 0f)>>2
139 + .byte (MC_put_x_8_arm_align1 - 0f)>>2
[all …]
/openbmc/u-boot/arch/riscv/lib/
H A Dcrt0_riscv_efi.S53 .byte 0x02 /* MajorLinkerVersion */
54 .byte 0x14 /* MinorLinkerVersion */
105 .byte 0
106 .byte 0 /* end of 0 padding of section name */
119 .byte 0
120 .byte 0
121 .byte 0 /* end of 0 padding of section name */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DChassisCapabilities.interface.yaml5 type: byte
8 going forward. This common byte representation is deprecated. Chassis
28 type: byte
32 type: byte
36 type: byte
40 type: byte
44 type: byte
/openbmc/linux/drivers/parport/
H A Dieee1284_ops.c42 unsigned char byte; in parport_ieee1284_write_compat() local
117 byte = *addr++; in parport_ieee1284_write_compat()
205 *buf++ = byte; in parport_ieee1284_read_nibble()
207 byte = nibble; in parport_ieee1284_read_nibble()
243 unsigned char byte; in parport_ieee1284_read_byte()
271 *buf++ = byte; in parport_ieee1284_read_byte()
415 unsigned char byte; in parport_ieee1284_ecp_write_data()
417 byte = *buf; in parport_ieee1284_ecp_write_data()
503 unsigned char byte; in parport_ieee1284_ecp_read_data()
606 *buf = byte; in parport_ieee1284_ecp_read_data()
[all …]
/openbmc/estoraged/src/test/erase/
H A Dpattern_test.cpp104 static auto shortData1 = std::vector<std::byte>(shortSize); in TEST()
114 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
119 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
124 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
131 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
138 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
145 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
162 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST()
164 std::byte{0}); in TEST()
203 .WillRepeatedly(Return(std::span<std::byte>{})) in TEST()
[all …]

12345678910>>...69