Home
last modified time | relevance | path

Searched refs:byte (Results 626 – 650 of 1847) sorted by relevance

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

/openbmc/linux/arch/alpha/lib/
H A Dstrcat.S28 cmpbge $31, $1, $2 # bits set iff byte == 0
H A Dstrlen.S30 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
/openbmc/linux/fs/jffs2/
H A Dcompr_rubin.c230 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() argument
238 rs->bits[i], byte & 1); in out_byte()
244 byte >>= 1 ; in out_byte()
/openbmc/linux/Documentation/driver-api/
H A Dswitchtec.rst24 Commands are submitted to the interface with a 4-byte command
26 respond with a 4-byte return code and up to 1KB of command-specific
48 the 4-byte Command Return Value plus up to 1024 bytes of output
/openbmc/u-boot/drivers/gpio/
H A Dpca953x_gpio.c99 u8 byte; in pca953x_read_single() local
101 ret = dm_i2c_read(dev, (reg << bank_shift) + off, &byte, 1); in pca953x_read_single()
107 *val = byte; in pca953x_read_single()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.h305 u8 byte[FSF_STATUS_QUALIFIER_SIZE]; member
345 u8 byte[FSF_FCP_CMND_SIZE]; member
349 u8 byte[FSF_FCP_RSP_SIZE]; member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1563.c288 outb_p(data->byte, SMB_HST_DAT0); in ali1563_access()
312 data->byte = inb_p(SMB_HST_DAT0); in ali1563_access()
315 data->byte = inb_p(SMB_HST_DAT0); in ali1563_access()
H A Di2c-rk3x.c344 u8 byte; in rk3x_i2c_fill_transmit_buf() local
353 byte = (i2c->addr & 0x7f) << 1; in rk3x_i2c_fill_transmit_buf()
355 byte = i2c->msg->buf[i2c->processed++]; in rk3x_i2c_fill_transmit_buf()
357 val |= byte << (j * 8); in rk3x_i2c_fill_transmit_buf()
425 u8 byte; in rk3x_i2c_handle_read() local
443 byte = (val >> ((i % 4) * 8)) & 0xff; in rk3x_i2c_handle_read()
444 i2c->msg->buf[i2c->processed++] = byte; in rk3x_i2c_handle_read()
H A Di2c-nforce2-s4985.c77 mplxdata.byte = channels; in nforce2_access_channel()
144 ioconfig.byte = 0x00; /* All I/O to output mode */ in nforce2_s4985_init()
H A Di2c-amd756-s4882.c82 mplxdata.byte = channels; in amd756_access_channel()
149 ioconfig.byte = 0x00; /* All I/O to output mode */ in amd756_s4882_init()
H A Di2c-sis96x.c173 sis96x_write(SMB_BYTE, data->byte); in sis96x_access()
205 data->byte = sis96x_read(SMB_BYTE); in sis96x_access()
/openbmc/linux/drivers/input/mouse/
H A Dvsxxxaa.c121 static void vsxxxaa_queue_byte(struct vsxxxaa *mouse, unsigned char byte) in vsxxxaa_queue_byte() argument
129 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte); in vsxxxaa_queue_byte()
131 mouse->buf[mouse->count++] = byte; in vsxxxaa_queue_byte()
/openbmc/linux/arch/sh/lib/
H A Dchecksum.S187 ! This is not common, so simple byte by byte copy will do.
224 ! src and dest equally aligned, but to a two byte boundary.
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/
H A DPEL.interface.yaml31 type: array[byte]
92 byte, byte, unixfd]]
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h368 .4byte \ft_flags
369 .byte \orig_len
370 .byte \alt_len
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_device_id.robot5 ... Response data validated for each and every byte,
42 # Run IPMI Get Device ID command with invalid request data byte.
57 # Split each and every byte and form list.
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-sha256-big-endian.patch4 memset() the digest to the first byte of state instead
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_movum.s11 .byte 5,-11
H A Dcheck_movecr.s4 ; Move constant byte, word, dword to register. Check that no extension is
/openbmc/u-boot/cmd/
H A Di2c.c634 uchar byte; in do_i2c_mw() local
667 byte = simple_strtoul(argv[3], NULL, 16); in do_i2c_mw()
679 ret = dm_i2c_write(dev, addr++, &byte, 1); in do_i2c_mw()
681 ret = i2c_write(chip, addr++, alen, &byte, 1); in do_i2c_mw()
721 uchar byte; in do_i2c_crc() local
766 ret = dm_i2c_read(dev, addr, &byte, 1); in do_i2c_crc()
768 ret = i2c_read(chip, addr, alen, &byte, 1); in do_i2c_crc()
772 crc = crc32 (crc, &byte, 1); in do_i2c_crc()
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst141 written to wbox without blocking. The files can be read only in 4-byte
147 sets errno to EINVAL. Otherwise, a four byte value is placed in
195 ter as a four byte long file. The operations on the fpcr file are:
199 sets errno to EINVAL. Otherwise, a four byte value is placed in
205 sets errno to EINVAL. Otherwise, a four byte value is copied
220 sets errno to EINVAL. Otherwise, a four byte value is placed in
226 sets errno to EINVAL. Otherwise, a four byte value is copied
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c176 asmlinkage void sdram_console_tx_byte(unsigned char byte) in sdram_console_tx_byte() argument
179 putc(byte); in sdram_console_tx_byte()
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S192 .byte 0x9a
224 .byte 0xcd, 0x00 /* This becomes intXX */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DRequester.interface.yaml41 type: byte
47 type: byte
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DCreate.interface.yaml61 type: array[struct[enum[self.FFDCFormat], byte, byte, unixfd]]

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