Searched refs:bytes (Results 26 - 50 of 1671) sorted by path

1234567891011>>

/linux-master/arch/sh/lib/
H A Dmemset.S52 ! fill bytes
/linux-master/arch/sparc/lib/
H A DM7memcpy.S12 * Copy s2 to s1, always copy n bytes.
36 * copy bytes; exit with dst addr
42 * copy bytes; exit with dst addr
43 * move enough bytes to get src to word boundary
50 * load words, shift 3 bytes, store words; branch to finish_up
54 * copy bytes; exit with dst addr
55 * } else { More than SMALL_MAX bytes
56 * move bytes until dst is on long word boundary
59 * finish_long: src/dst aligned on 8 bytes
61 * copy final 0-63 bytes; exi
[all...]
H A DM7memset.S32 * For small 6 or fewer bytes stores, bytes will be stored.
34 * For less than 32 bytes stores, align the address on 4 byte boundary.
35 * Then store as many 4-byte chunks, followed by trailing bytes.
37 * For sizes greater than 32 bytes, align the address on 8 byte boundary.
39 * store 8-bytes chunks to align the address on 64 byte boundary
47 * ST_CHUNK cache lines (64 bytes each) before the main
51 * setting the other seven long words (56 bytes) of each
52 * cache line until fewer than ST_CHUNK*64 bytes remain.
57 * 64 bytes remai
[all...]
H A DNG2memcpy.S262 /* 2 blocks (128 bytes) is the minimum we can do the block
266 * to (64 - 1) bytes from the length before we perform the
293 sub %g0, %o4, %o4 ! bytes to align dst
476 /* %o2 contains any final bytes still needed to be copied
/linux-master/drivers/acpi/acpica/
H A Dutmisc.c80 * RETURN: u32 integer with bytes swapped
82 * DESCRIPTION: Convert a 32-bit value to big-endian (swap the bytes)
90 u8 bytes[4]; member in union:__anon1586
94 u8 bytes[4]; member in union:__anon1587
101 out.bytes[0] = in.bytes[3];
102 out.bytes[1] = in.bytes[2];
103 out.bytes[2] = in.bytes[
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c149 /* following bytes */
288 int bytes = both ? 2 : 1; local
295 if (bytes != i2c_master_send(&btv->i2c_client, buffer, bytes))
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h25 u32 bytes; member in struct:sg_dma_descriptor
44 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes);
/linux-master/drivers/media/pci/mantis/
H A Dmantis_common.h83 u32 bytes; member in struct:mantis_hwconfig
H A Dmantis_uart.c59 for (i = 0; i < (config->bytes + 1); i++) {
92 * config->bytes + 1 bytes are in the FIFO.
163 mmwrite((mmread(MANTIS_UART_BAUD) | (config->bytes << 8)), MANTIS_UART_BAUD);
H A Dmantis_vp1033.c195 .bytes = 0,
H A Dmantis_vp1034.c103 .bytes = 0,
H A Dmantis_vp1041.c340 .bytes = 0,
H A Dmantis_vp2033.c171 .bytes = 0,
H A Dmantis_vp2040.c170 .bytes = 0,
H A Dmantis_vp3030.c86 .bytes = 0,
/linux-master/drivers/mfd/
H A D88pm860x-i2c.c84 int bytes, void *dest)
107 msg[1].len = bytes;
110 if (bytes > 0)
113 memcpy(dest, msgbuf1, bytes);
120 int bytes, void *src)
128 memcpy(&buf[1], src, bytes);
131 msg.len = bytes + 1;
83 read_device(struct i2c_client *i2c, int reg, int bytes, void *dest) argument
119 write_device(struct i2c_client *i2c, int reg, int bytes, void *src) argument
/linux-master/drivers/misc/sgi-gru/
H A Dgrukdump.c115 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0; local
137 bytes = sizeof(hdr) + GRU_CACHE_LINE_BYTES;
151 bytes += (3 * cbrcnt + dsrcnt) * GRU_CACHE_LINE_BYTES;
152 if (bytes > ubufend - ubuf)
172 return bytes;
H A Dgrukservices.h45 * Message queue size is the total number of bytes allocated
52 * bytes size of message queue in bytes
62 void *p, unsigned int bytes, int nasid, int vector, int apicid);
74 * bytes size of message in bytes
82 void *mesg, unsigned int bytes);
141 * bytes number of bytes to copy
148 unsigned int bytes);
[all...]
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dpmecc.h46 int bytes; member in struct:atmel_pmecc_user_req::__anon5254
/linux-master/drivers/mtd/ubi/
H A Dupd.c68 * @bytes: new data size in bytes
75 long long bytes)
88 vol->used_bytes = bytes;
89 vol->used_ebs = div_u64_rem(bytes, vol->usable_leb_size,
108 * @bytes: update bytes
110 * This function starts volume update operation. If @bytes is zero, the volume
115 long long bytes)
119 dbg_gen("start update of volume %d, %llu bytes", vo
74 clear_update_marker(struct ubi_device *ubi, struct ubi_volume *vol, long long bytes) argument
114 ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol, long long bytes) argument
[all...]
/linux-master/drivers/net/ethernet/altera/
H A Daltera_sgdmahw.h17 u16 bytes; member in struct:sgdma_descrip
20 u16 bytes_xferred; /* 16 bits, bytes xferred */
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.h51 u64 *packets, u64 *bytes);
/linux-master/drivers/nvmem/
H A Dlpc18xx_eeprom.c35 /* Fixed page size (bytes) */
91 void *val, size_t bytes)
102 (reg + bytes > eeprom->size - LPC18XX_EEPROM_PAGE_SIZE))
112 while (bytes) {
118 bytes -= eeprom->val_bytes;
130 void *val, size_t bytes)
140 while (bytes) {
142 bytes -= eeprom->val_bytes;
90 lpc18xx_eeprom_gather_write(void *context, unsigned int reg, void *val, size_t bytes) argument
129 lpc18xx_eeprom_read(void *context, unsigned int offset, void *val, size_t bytes) argument
/linux-master/drivers/ps3/
H A Dvuart.h65 unsigned int bytes);
67 unsigned int bytes);
68 int ps3_vuart_read_async(struct ps3_system_bus_device *dev, unsigned int bytes);
71 unsigned int bytes);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h164 uint8_t bytes[4]; member in union:ins_formats

Completed in 267 milliseconds

1234567891011>>