Home
last modified time | relevance | path

Searched refs:byte (Results 526 – 550 of 1847) sorted by relevance

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

/openbmc/linux/sound/isa/opti9xx/
H A Dmiro.c148 unsigned char byte; in aci_busy_wait() local
151 byte = inb(aci->aci_port + ACI_REG_BUSY); in aci_busy_wait()
152 if ((byte & 1) == 0) { in aci_busy_wait()
156 return byte; in aci_busy_wait()
181 static inline int aci_write(struct snd_miro_aci *aci, unsigned char byte) in aci_write() argument
184 outb(byte, aci->aci_port + ACI_REG_COMMAND); in aci_write()
187 snd_printk(KERN_ERR "aci busy, aci_write(0x%x) stopped.\n", byte); in aci_write()
194 unsigned char byte; in aci_read() local
197 byte = inb(aci->aci_port + ACI_REG_STATUS); in aci_read()
198 return byte; in aci_read()
/openbmc/google-ipmi-sys/
H A DREADME.md38 | 0x01 | CPLD ID | A one-byte identifier for the CPLD file to read, unsigned byte. |
50 **Per the above, if the version number doesn't fit in a byte it'll be cast to
270 valid ASCII strings (1 byte/character).
273 byte which is not included as part of the length.
275 The length field (byte 5) is the number of bytes in the name string (not
276 including the trailing NULL terminator byte).
316 The token is an arbitrary byte that gets echoed back in the reply; it is not
418 | 0x02..0x02 + N - 1 | Lanes per device | Each byte represents the number of lanes bonded together…
491 The settings value parameter is a 2 byte value and is expected in little endian
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DActivationProgress.interface.yaml6 type: byte
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0003-Fix-version-parsing-update-AUX-revision-info.patch14 the AUX info. For officially released versions the lower byte
17 For development versions, bits [7:1] of the fourth byte will
22 In any case the bit 0 of byte 4 is a dirtyness indicator.
103 -/* Firmware Revision Information 4th byte to 1 indicating the build was */
159 + // Non-release indicator is byte 3 (bits 7..1 of AUX F/W Revision Info)
169 + // The least significant bit of byte 3 is the dirty flag
/openbmc/linux/drivers/spi/
H A Dspi-sun6i.c152 u8 byte; in sun6i_spi_drain_fifo() local
158 byte = readb(sspi->base_addr + SUN6I_RXDATA_REG); in sun6i_spi_drain_fifo()
160 *sspi->rx_buf++ = byte; in sun6i_spi_drain_fifo()
168 u8 byte; in sun6i_spi_fill_fifo() local
176 byte = sspi->tx_buf ? *sspi->tx_buf++ : 0; in sun6i_spi_fill_fifo()
177 writeb(byte, sspi->base_addr + SUN6I_TXDATA_REG); in sun6i_spi_fill_fifo()
/openbmc/linux/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S190 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12
194 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0
198 .byte 7, 6, 5, 4, 3, 2, 1, 0, 7, 6, 5, 4, 3, 2, 1, 0
203 .byte 16, 16, 16, 16
207 .byte 32, 0, 0, 0
211 .byte 0x1f, 0, 0, 0
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmsgbuf.h39 # error processor byte order undefined!
/openbmc/linux/arch/arc/lib/
H A Dstrcmp.S35 xor r0,r5,r1 ; mask for least significant difference byte
52 xor r0,r5,r1 ; mask for least significant difference byte
/openbmc/linux/drivers/pci/hotplug/
H A Dcpcihp_generic.c200 module_param(first_slot, byte, 0);
202 module_param(last_slot, byte, 0);
/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py112 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big'))
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py93 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big'))
/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py186 byte = int(byte_list[0], 16)
187 byte_list[0] = '%x' % (byte + 1)
/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c183 int w1_write_byte(struct udevice *dev, u8 byte) in w1_write_byte() argument
191 ops->write_byte(bus, byte); in w1_write_byte()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-sibyte.c62 csr_out32(V_SMB_LB(data->byte), in smbus_xfer()
98 data->byte = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xff; in smbus_xfer()
/openbmc/linux/arch/arm/boot/compressed/
H A Defi-header.S64 .byte 0x02 @ MajorLinkerVersion
65 .byte 0x14 @ MinorLinkerVersion
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb10p.rst25 of the pixels, and the 5th byte contains the 2 least significants
34 Each cell is one byte.
H A Dpixfmt-srggb12p.rst23 the pixels, and the third byte contains the four least significants
32 Each cell is one byte.
H A Dmetafmt-uvc.rst39 - system timestamp in host byte order, measured by the driver upon
42 - USB Frame Number in host byte order, also obtained by the driver as
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dti,bluetooth.yaml67 Nvmem data cell that contains a 6 byte BD address with the most
68 significant byte first (big-endian).
/openbmc/linux/lib/xz/
H A DKconfig46 MicroLZMA is a header format variant where the first byte
49 properties byte. MicroLZMA was created to be used in EROFS
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst78 /* Encode 512 byte in data8. Store parity in buffer par */
115 /* Decode 512 byte in data8.*/
134 /* Decode 512 byte in data8.*/
156 /* Decode 512 byte in data8.*/
/openbmc/linux/arch/ia64/kernel/
H A Dunwind_decoder.c70 unw_word byte, result = 0; in unw_decode_uleb128() local
75 byte = *bp++; in unw_decode_uleb128()
76 result |= (byte & 0x7f) << shift; in unw_decode_uleb128()
77 if ((byte & 0x80) == 0) in unw_decode_uleb128()
/openbmc/u-boot/board/freescale/common/
H A Dvid.c60 u8 byte; in find_ir_chip_on_i2c() local
68 IR36021_MFR_ID_OFFSET, 1, (void *)&byte, in find_ir_chip_on_i2c()
69 sizeof(byte)); in find_ir_chip_on_i2c()
70 if ((ret >= 0) && (byte == IR36021_MFR_ID)) in find_ir_chip_on_i2c()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c100 int byte; in jpeg_next_marker() local
103 while ((byte = jpeg_get_byte(stream)) >= 0) { in jpeg_next_marker()
104 marker = (marker << 8) | byte; in jpeg_next_marker()
110 return byte; in jpeg_next_marker()
/openbmc/linux/drivers/platform/chrome/
H A DKconfig83 EC through an I2C bus. This uses a simple byte-level protocol with
92 through rpmsg. This uses a simple byte-level protocol with a
94 use a byte in message to distinguish host event from host command.
106 ISH Transport protocol (ISH-TP). This uses a simple byte-level
118 through a SPI bus, using a byte-level protocol. Since the EC's
127 through a UART, using a byte-level protocol.
138 This uses a simple byte-level protocol with a checksum. This is

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