Home
last modified time | relevance | path

Searched refs:byte (Results 226 – 250 of 1847) sorted by relevance

12345678910>>...74

/openbmc/linux/drivers/usb/atm/
H A Dxusbatm.c25 XUSBATM_PARM(rx_endpoint, unsigned char, byte, "rx endpoint number");
26 XUSBATM_PARM(tx_endpoint, unsigned char, byte, "tx endpoint number");
27 XUSBATM_PARM(rx_padding, unsigned char, byte, "rx padding (default 0)");
28 XUSBATM_PARM(tx_padding, unsigned char, byte, "tx padding (default 0)");
29 XUSBATM_PARM(rx_altsetting, unsigned char, byte, "rx altsetting (default 0)");
30 XUSBATM_PARM(tx_altsetting, unsigned char, byte, "rx altsetting (default 0)");
/openbmc/linux/drivers/media/pci/dm1105/
H A Ddm1105.c478 int addr, rc, i, j, k, len, byte, data; in dm1105_i2c_xfer() local
489 for (byte = 0; byte < msgs[i].len; byte++) in dm1105_i2c_xfer()
490 dm_writeb(DM1105_I2CDAT + byte + 1, 0); in dm1105_i2c_xfer()
502 for (byte = 0; byte < msgs[i].len; byte++) { in dm1105_i2c_xfer()
503 rc = dm_readb(DM1105_I2CDAT + byte + 1); in dm1105_i2c_xfer()
506 msgs[i].buf[byte] = rc; in dm1105_i2c_xfer()
516 for (byte = 0; byte < (len > 48 ? 48 : len); byte++) { in dm1105_i2c_xfer()
517 data = msgs[i].buf[k + byte]; in dm1105_i2c_xfer()
537 for (byte = 0; byte < msgs[i].len; byte++) { in dm1105_i2c_xfer()
538 data = msgs[i].buf[byte]; in dm1105_i2c_xfer()
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst47 # <op>[,<mode>] rx-add-byte add a spurious byte to the received CEC message
48 # <op>[,<mode>] rx-remove-byte remove the last byte from the received CEC message
61 # <op>[,<mode>] tx-remove-byte drop the last byte from the message
158 keeps transmitting after the first byte was NACKed.
169 ``<op>[,<mode>] rx-add-byte``
170 Add a spurious 0x55 byte to the received CEC message, provided
174 ``<op>[,<mode>] rx-remove-byte``
175 Remove the last byte from the received CEC message, provided it
220 and not for the final byte. The receiver should ignore the last byte in
223 in Idle state after the last byte was transmitted.
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py800 byte = in_bytes[pos]
801 if not isinstance(byte, int):
803 byte = ord(byte)
804 if (byte >= cls.FIRST_MULTIBYTE_MARKER
805 and byte <= cls.LAST_MULTIBYTE_MARKER):
809 if byte >= start and byte <= end:
812 elif byte >= 0x80 and byte in cls.WINDOWS_1252_TO_UTF8:
819 byte_chunks.append(cls.WINDOWS_1252_TO_UTF8[byte])
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/
H A Dddr.h504 register u32 byte; in look_for() local
511 byte = __raw_readb((void __iomem *)MSCC_DDR_TO + bytelane + in look_for()
527 if (byte != training_data[i]) { in look_for()
544 register u32 byte; in look_past() local
550 byte = __raw_readb((void __iomem *)MSCC_DDR_TO + bytelane + in look_past()
565 if (byte != training_data[i]) { in look_past()
612 __maybe_unused register u32 byte; in hal_vcoreiii_init_dqs() local
619 byte = __raw_readb((void __iomem *)MSCC_DDR_TO); in hal_vcoreiii_init_dqs()
620 byte = __raw_readb((void __iomem *)(MSCC_DDR_TO + 1)); in hal_vcoreiii_init_dqs()
676 register u32 byte = __raw_readb((void __iomem *)MSCC_DDR_TO); in look_for() local
[all …]
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_rng.c60 uint8_t byte = 0; in npcm7xx_rng_read() local
62 if (qemu_guest_getrandom(&byte, sizeof(byte), NULL) == 0) { in npcm7xx_rng_read()
63 s->rngd = byte; in npcm7xx_rng_read()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DEvent.interface.yaml24 type: byte
36 type: byte
42 type: byte
48 type: byte
/openbmc/linux/arch/m68k/sun3/
H A Dleds.c6 void sun3_leds(unsigned char byte) in sun3_leds() argument
12 SET_CONTROL_BYTE(AC_LEDS, byte); in sun3_leds()
/openbmc/linux/sound/pci/ice1712/
H A Dhoontech.c28 static void snd_ice1712_stdsp24_gpio_write(struct snd_ice1712 *ice, unsigned char byte) in snd_ice1712_stdsp24_gpio_write() argument
30 byte |= ICE1712_STDSP24_CLOCK_BIT; in snd_ice1712_stdsp24_gpio_write()
32 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, byte); in snd_ice1712_stdsp24_gpio_write()
33 byte &= ~ICE1712_STDSP24_CLOCK_BIT; in snd_ice1712_stdsp24_gpio_write()
35 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, byte); in snd_ice1712_stdsp24_gpio_write()
36 byte |= ICE1712_STDSP24_CLOCK_BIT; in snd_ice1712_stdsp24_gpio_write()
38 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, byte); in snd_ice1712_stdsp24_gpio_write()
/openbmc/qemu/hw/i3c/
H A Dtrace-events10 aspeed_i3c_device_ibi_recv(uint32_t deviceid, uint8_t ibi_byte) "I3C Dev[%u] recv IBI byte 0x%" PRI…
26 i3c_target_send_ibi_bytes(uint8_t byte) "I3C target IBI byte 0x%" PRIx8
33 legacy_i2c_recv(uint8_t byte) "Legacy I2C recv 0x%" PRIx8
34 legacy_i2c_send(uint8_t byte) "Legacy I2C send 0x%" PRIx8
39 mock_target_rx(uint8_t byte) "I3C mock target read 0x%" PRIx8
40 mock_target_tx(uint8_t byte) "I3C mock target write 0x%" PRIx8
/openbmc/linux/include/linux/
H A Dks0108.h15 extern void ks0108_writedata(unsigned char byte);
18 extern void ks0108_writecontrol(unsigned char byte);
/openbmc/linux/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S220 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12
222 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0
224 .byte 0, 1, 2, 3, 4, 5, 6, 7, 11, 10, 9, 8, 15, 14, 13, 12
226 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12
228 .byte 12, 13, 14, 15, 8, 9, 10, 11, 4, 5, 6, 7, 0, 1, 2, 3
230 .byte 12, 13, 14, 15, 8, 9, 10, 11, 7, 6, 5, 4, 3, 2, 1, 0
232 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0
237 .byte 16, 16, 16, 16
242 .byte 32, 0, 0, 0
247 .byte 0x1f, 0, 0, 0
H A Dcamellia-aesni-avx-asm_64.S606 .byte 0x45, 0xe8, 0x40, 0xed, 0x2e, 0x83, 0x2b, 0x86
607 .byte 0x4b, 0xe6, 0x4e, 0xe3, 0x20, 0x8d, 0x25, 0x88
609 .byte 0x00, 0x51, 0xf1, 0xa0, 0x8a, 0xdb, 0x7b, 0x2a
610 .byte 0x09, 0x58, 0xf8, 0xa9, 0x83, 0xd2, 0x72, 0x23
627 .byte 0x45, 0x40, 0x2e, 0x2b, 0x4b, 0x4e, 0x20, 0x25
628 .byte 0x14, 0x11, 0x7f, 0x7a, 0x1a, 0x1f, 0x71, 0x74
630 .byte 0x00, 0xf1, 0x8a, 0x7b, 0x09, 0xf8, 0x83, 0x72
631 .byte 0xad, 0x5c, 0x27, 0xd6, 0xa4, 0x55, 0x2e, 0xdf
650 .byte 0x3c, 0xcc, 0xcf, 0x3f, 0x32, 0xc2, 0xc1, 0x31
651 .byte 0xdc, 0x2c, 0x2f, 0xdf, 0xd2, 0x22, 0x21, 0xd1
[all …]
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst51 On a device which uses numbered reports, the first byte of the returned data
53 byte. For devices which do not use numbered reports, the report data
54 will begin at the first byte.
63 The first byte of the buffer passed to write() should be set to the report
64 number. If the device does not use numbered reports, the first byte should
65 be set to 0. The report data itself should begin at the second byte.
116 Set the first byte of the supplied buffer to the report number. For devices
117 which do not use numbered reports, set the first byte to 0. The report data
118 begins in the second byte. Make sure to set len accordingly, to one more
128 report number in the first byte, followed by the report data read from the
[all …]
/openbmc/linux/drivers/bus/
H A Dts-nbus.c153 static void ts_nbus_write_byte(struct ts_nbus *ts_nbus, u8 byte) in ts_nbus_write_byte() argument
158 values[0] = byte; in ts_nbus_write_byte()
199 u8 byte; in ts_nbus_read() local
216 byte = 0; in ts_nbus_read()
219 ret = ts_nbus_read_bus(ts_nbus, &byte); in ts_nbus_read()
224 *val |= byte << (i * 8); in ts_nbus_read()
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_asc.h18 #define ASC_FREQ(chan,byte) ((0x810)+((chan)<<3)+(byte)) argument
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2413.rst25 The "state" file provides one-byte value which is in the same format as for
41 It is writable, you can write one-byte value to this sysfs file.
42 Similarly the byte format is the same as for the PIO_ACCESS_WRITE command:
56 When writing output, the master must repeat the PIO Output Data byte in
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.lanplus42 * IPMIv2 compliant BMCs are supposed to support 20 byte passwords, as well
43 store metadata describing whether the password was stored as a 16 byte or
44 20 byte class password. We do not currently support 20 byte passwords. It
46 command specification, as it mentions the ability to query for 16/20 byte
70 mistakes. The "start of record" byte is stated to be either 0x30 or 0x31,
72 this byte should really be 0xC0 or 0xC1. Also the description of bits 5:0
73 in the start of record byte should probably be 00_0000 rather than 00_000.
/openbmc/linux/drivers/mtd/maps/
H A Desb2rom.c121 u8 byte; in esb2rom_cleanup() local
124 pci_read_config_byte(window->pdev, BIOS_CNTL, &byte); in esb2rom_cleanup()
126 byte & ~BIOS_WRITE_ENABLE); in esb2rom_cleanup()
155 u8 byte; in esb2rom_init_one() local
226 pci_read_config_byte(pdev, BIOS_CNTL, &byte); in esb2rom_init_one()
227 if (!(byte & BIOS_WRITE_ENABLE) && (byte & (BIOS_LOCK_ENABLE))) { in esb2rom_init_one()
234 pci_write_config_byte(pdev, BIOS_CNTL, byte | BIOS_WRITE_ENABLE); in esb2rom_init_one()
/openbmc/linux/sound/pci/emu10k1/
H A Demumpu401.c64 unsigned char byte; in do_emu10k1_midi_interrupt() local
76 byte = mpu401_read_data(emu, midi); in do_emu10k1_midi_interrupt()
78 snd_rawmidi_receive(midi->substream_input, &byte, 1); in do_emu10k1_midi_interrupt()
86 snd_rawmidi_transmit(midi->substream_output, &byte, 1) == 1) { in do_emu10k1_midi_interrupt()
87 mpu401_write_data(emu, midi, byte); in do_emu10k1_midi_interrupt()
261 unsigned char byte; in snd_emu10k1_midi_output_trigger() local
268 snd_rawmidi_transmit(substream, &byte, 1) != 1) { in snd_emu10k1_midi_output_trigger()
273 mpu401_write_data(emu, midi, byte); in snd_emu10k1_midi_output_trigger()
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c231 unsigned int byte; in comedi_8254_write() local
239 byte = val & 0xff; in comedi_8254_write()
240 __i8254_write(i8254, byte, counter); in comedi_8254_write()
241 byte = (val >> 8) & 0xff; in comedi_8254_write()
242 __i8254_write(i8254, byte, counter); in comedi_8254_write()
255 unsigned int byte; in comedi_8254_set_mode() local
262 byte = I8254_CTRL_SEL_CTR(counter) | /* select counter */ in comedi_8254_set_mode()
265 __i8254_write(i8254, byte, I8254_CTRL_REG); in comedi_8254_set_mode()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Djornada720.h27 extern int jornada_ssp_inout(u8 byte);
28 extern int jornada_ssp_byte(u8 byte);
/openbmc/linux/arch/powerpc/include/asm/
H A Dbug.h15 5001: .4byte \addr - .
16 .4byte 5002f - .
27 5001: .4byte \addr - .
/openbmc/u-boot/cmd/
H A Dtpm-common.c53 char byte[3]; in parse_byte_string() local
67 byte[2] = '\0'; in parse_byte_string()
69 byte[0] = bytes[i]; in parse_byte_string()
70 byte[1] = bytes[i + 1]; in parse_byte_string()
71 data[i / 2] = (u8)simple_strtoul(byte, NULL, 16); in parse_byte_string()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/
H A Dptest.out.expected7 IPv4 (Network byte order - Big): 66.0.0.0
8 IPv4 (Reverwsed byte order - Little): 0.0.0.66

12345678910>>...74