Home
last modified time | relevance | path

Searched refs:byte (Results 401 – 425 of 1847) sorted by relevance

1...<<11121314151617181920>>...74

/openbmc/linux/arch/sparc/lib/
H A DM7memcpy.S201 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned
299 ! DST is 8-byte aligned, src is not
393 .Llarge_align8_copy: ! Src and dst share 8 byte alignment
394 ! align dst to 64 byte boundary
395 andcc %o0, 0x3f, %o3 ! %o3 == 0 means dst is 64 byte aligned
601 andcc %o0, 0x3f, %o3 ! is dst 64-byte block aligned?
604 neg %o3 ! bytes until dest is 64 byte aligned
608 bnz %xcc, .Lunalignbyte ! check for byte alignment
668 ! Destination is now block (64 byte aligned)
886 EX_LD(LOAD(ldub, %o1, %o3), memcpy_retl_o2_plus_3)! read byte
[all …]
/openbmc/u-boot/drivers/w1-eeprom/
H A DKconfig31 The device may be seen as a 32 byte memory, using the page redirection
32 or as a 128 byte memory, ignoring the page redirection.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAccountPolicy.interface.yaml22 type: byte
33 type: byte
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DIdlePowerSaver.interface.yaml11 type: byte
24 type: byte
/openbmc/linux/include/media/
H A Ddvb_ringbuffer.h177 #define DVB_RINGBUFFER_WRITE_BYTE(rbuf, byte) \ argument
178 { (rbuf)->data[(rbuf)->pwrite] = (byte); \
/openbmc/linux/arch/x86/xen/
H A Dspinlock.c37 static void xen_qlock_wait(u8 *byte, u8 val) in xen_qlock_wait() argument
52 } else if (READ_ONCE(*byte) == val) { in xen_qlock_wait()
/openbmc/u-boot/drivers/spi/
H A Dspi-sunxi.c142 u8 byte; in sun4i_spi_drain_fifo() local
145 byte = readb(SPI_REG(priv, SPI_RXD)); in sun4i_spi_drain_fifo()
147 *priv->rx_buf++ = byte; in sun4i_spi_drain_fifo()
153 u8 byte; in sun4i_spi_fill_fifo() local
156 byte = priv->tx_buf ? *priv->tx_buf++ : 0; in sun4i_spi_fill_fifo()
157 writeb(byte, SPI_REG(priv, SPI_TXD)); in sun4i_spi_fill_fifo()
/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c71 unsigned int bit, byte, mask, val; in build_bit_powermask_table() local
77 for (byte = 0; byte < 256; byte++) { in build_bit_powermask_table()
78 val = (byte & mask); in build_bit_powermask_table()
79 if (byte & bitpower) in build_bit_powermask_table()
/openbmc/linux/net/dsa/
H A DKconfig129 tristate "Tag driver for Realtek 4 byte protocol A tags"
132 Realtek switches with 4 byte protocol A tags, sich as found in
136 tristate "Tag driver for Realtek 8 byte protocol 4 tags"
139 switches with 8 byte protocol 4 tags, such as the Realtek RTL8365MB-VC.
145 Renesas RZ/N1 embedded switch that uses an 8 byte tag located after
173 Arrow SpeedChips XRS700x switches that use a single byte tag trailer.
/openbmc/linux/fs/ntfs/
H A Dlcnalloc.c145 u8 *buf, *byte; in ntfs_cluster_alloc() local
291 byte = buf + (lcn >> 3); in ntfs_cluster_alloc()
300 (unsigned int)*byte); in ntfs_cluster_alloc()
302 if (*byte == 0xff) { in ntfs_cluster_alloc()
310 if (*byte & bit) { in ntfs_cluster_alloc()
344 *byte |= bit; in ntfs_cluster_alloc()
348 (unsigned int)*byte); in ntfs_cluster_alloc()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-i2c.c23 u8 byte) in mxl111sf_i2c_bitbang_sendbyte() argument
28 mxl_i2c("(0x%02x)", byte); in mxl111sf_i2c_bitbang_sendbyte()
36 data = (byte & (0x80 >> i)) ? SW_SDA_OUT : 0; in mxl111sf_i2c_bitbang_sendbyte()
55 if (!(byte & 1)) { in mxl111sf_i2c_bitbang_sendbyte()
88 u8 byte = 0; in mxl111sf_i2c_bitbang_recvbyte() local
112 byte |= (0x80 >> i); in mxl111sf_i2c_bitbang_recvbyte()
119 *pbyte = byte; in mxl111sf_i2c_bitbang_recvbyte()
/openbmc/linux/Documentation/input/devices/
H A Diforce-protocol.rst117 When the whole byte is 0, cancel the previously set trigger
148 04 Level at end of attack. Signed byte.
160 02 Level. Signed byte.
170 02 Magnitude. Signed byte.
171 03 Offset. Signed byte.
206 Val 41: Start and play n times (See byte 02 below)
244 at the same time (one byte)
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dintel,ixp4xx-expansion-bus-controller.yaml92 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
94 intel,ixp4xx-eb-byte-access = <0>;
105 intel,ixp4xx-eb-byte-access = <1>;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-luma.rst14 - In all the tables that follow, bit 7 is the most significant bit in a byte.
16 byte-aligned repeating pattern. `...` indicates repetition of the pattern.
159 leaves the 6 most significant bits of the last byte padded with 0.
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Ddebugfs.c56 u8 byte; in parse_hex_sentence() local
83 if (kstrtou8(tmp, 16, &byte)) in parse_hex_sentence()
85 out[n_parsed++] = byte; in parse_hex_sentence()
/openbmc/linux/arch/alpha/lib/
H A Dmemchr.S46 # below when we find the address of the last byte. Given
85 # Now, determine which byte matched:
114 # At least one byte left to process.
H A Dev6-memcpy.S52 ldbu $1, 0($17) # L : grab a byte
166 ldbu $1, 0($17) # L : fetch a byte
170 stb $1, 0($16) # L : store a byte
189 ldbu $1, 0($17) # L : fetch a byte
/openbmc/linux/Documentation/networking/
H A Dudplite.rst72 checksummed. This is useful for RTP applications which have a 12-byte
184 Packet 1: 1024 payload + 8 byte header + 20 byte IP header = 1052 bytes
185 Packet 2: 512 payload + 8 byte header + 20 byte IP header = 540 bytes
206 The UDP-Lite module generates one 1032 byte packet (1024 + 8 byte
208 packets (280 byte IP payload + 20 byte IP header). The kernel module
/openbmc/linux/include/linux/
H A Dbitrev.h16 static inline u8 __bitrev8(u8 byte) in __bitrev8() argument
18 return byte_rev_table[byte]; in __bitrev8()
/openbmc/u-boot/drivers/pci/
H A Dpci_indirect.c50 INDIRECT_PCI_OP(read, byte, u8 *, in_8, 3)
53 INDIRECT_PCI_OP(write, byte, u8, out_8, 3)
/openbmc/u-boot/include/linux/
H A Dbitrev.h16 static inline u8 __bitrev8(u8 byte) in __bitrev8() argument
18 return byte_rev_table[byte]; in __bitrev8()
/openbmc/linux/drivers/mtd/devices/
H A Dbcm47xxsflash.c179 u32 byte = offset & mask; in bcm47xxsflash_write_at() local
183 if (byte || (len < b47s->blocksize)) { in bcm47xxsflash_write_at()
199 if (byte == b47s->blocksize) in bcm47xxsflash_write_at()
202 b47s->cc_write(b47s, BCMA_CC_FLASHADDR, byte++); in bcm47xxsflash_write_at()
/openbmc/linux/drivers/w1/masters/
H A Dds2482.c186 u8 cmd, u8 byte) in ds2482_send_cmd_data() argument
188 if (i2c_smbus_write_byte_data(pdev->client, cmd, byte) < 0) in ds2482_send_cmd_data()
322 static void ds2482_w1_write_byte(void *data, u8 byte) in ds2482_w1_write_byte() argument
335 ds2482_send_cmd_data(pdev, DS2482_CMD_1WIRE_WRITE_BYTE, byte); in ds2482_w1_write_byte()
/openbmc/linux/arch/arm/mach-orion5x/
H A Ddns323-setup.c228 int byte; in dns323_read_mac_addr() local
230 byte = dns323_parse_hex_byte(mac_page + (i * 3)); in dns323_read_mac_addr()
231 if (byte < 0) { in dns323_read_mac_addr()
235 addr[i] = byte; in dns323_read_mac_addr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c99 uint8_t byte) in write_byte_sw() argument
109 write_bit_to_ddc(ddc_handle, SDA, (byte >> shift) & 1); in write_byte_sw()
156 uint8_t *byte, in read_byte_sw() argument
185 *byte = data; in read_byte_sw()

1...<<11121314151617181920>>...74