Searched refs:thislen (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dsbc_gxx.c127 unsigned long thislen = len; local
129 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
133 memcpy_fromio(to, iomapadr + (from & WINDOW_MASK), thislen);
135 to += thislen;
136 from += thislen;
137 len -= thislen;
152 unsigned long thislen = len; local
154 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
158 memcpy_toio(iomapadr + (to & WINDOW_MASK), from, thislen);
160 to += thislen;
[all...]
H A Dvmax301.c68 unsigned long thislen = len; local
70 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
73 memcpy_fromio(to, map->map_priv_2 + from, thislen);
75 to += thislen;
76 from += thislen;
77 len -= thislen;
92 unsigned long thislen = len; local
94 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
98 memcpy_toio(map->map_priv_2 + to, from, thislen);
100 to += thislen;
[all...]
H A Doctagon-5066.c76 unsigned long thislen = len; local
78 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
82 memcpy_fromio(to, iomapadr + from, thislen);
84 to += thislen;
85 from += thislen;
86 len -= thislen;
101 unsigned long thislen = len; local
103 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
107 memcpy_toio(iomapadr + to, from, thislen);
109 to += thislen;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dwritev.c23 size_t totlen = 0, thislen; local
29 ret = mtd->write(mtd, to, vecs[i].iov_len, &thislen, vecs[i].iov_base);
30 totlen += thislen;
31 if (ret || thislen != vecs[i].iov_len)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dnamei.c30 int namelen, thislen; local
47 thislen = strlen( de->di_fname );
48 if ( thislen > namelen )
49 thislen = namelen;
50 if (len != thislen) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c176 size_t prevlen, thislen; local
216 thislen = thisline->length;
217 match = !different (thisfield, prevfield, thislen, prevlen);
229 prevlen = thislen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A Duniq-u.c176 size_t prevlen, thislen; local
216 thislen = thisline->length;
217 match = !different (thisfield, prevfield, thislen, prevlen);
229 prevlen = thislen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c990 * @param thislen oob length to read
993 int thislen)
998 int readend = column + thislen;
1088 int read = 0, column, thislen; local
1117 thislen = min_t(int, writesize, len - read);
1120 if (column + thislen > writesize)
1121 thislen = writesize - column;
1134 this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen);
1148 read += thislen;
1152 from += thislen;
992 onenand_transfer_auto_oob(struct mtd_info *mtd, uint8_t *buf, int column, int thislen) argument
1190 int read = 0, column, thislen; local
1318 int read = 0, thislen, column, oobsize; local
1538 int read = 0, thislen, column; local
1642 int thislen, column; local
1741 int thislen = min_t(int, mtd->writesize - column, len - written); local
1795 onenand_fill_auto_oob(struct mtd_info *mtd, u_char *oob_buf, const u_char *buf, int column, int thislen) argument
1840 int written = 0, column, thislen = 0, subpage = 0; local
2074 int thislen = min_t(int, oobsize, len - written); local
2903 int thislen = min_t(int, oobsize, len - written); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.c132 unsigned int page, thislen, offset; local
140 thislen = 4096 - offset;
142 thislen = length;
148 length -= thislen;
181 : "r" (addr), "r" (thislen), "1" (data));
185 thislen = length;
186 if (thislen > 4096)
187 thislen = 4096;
189 } while (thislen);
195 unsigned int page, thislen, offse local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dxdr.c1051 unsigned page_len, thislen, page_offset; local
1059 thislen = buf->head[0].iov_len - offset;
1060 if (thislen > len)
1061 thislen = len;
1062 sg_set_buf(sg, buf->head[0].iov_base + offset, thislen);
1067 len -= thislen;
1081 thislen = PAGE_CACHE_SIZE - page_offset;
1083 if (thislen > page_len)
1084 thislen = page_len;
1085 sg_set_page(sg, buf->pages[i], thislen, page_offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c393 unsigned long thislen; local
399 thislen = (1<<cfi->chipshift) - ofs;
401 thislen = len;
403 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf);
407 *retlen += thislen;
408 len -= thislen;
409 buf += thislen;
663 size_t totlen = 0, thislen; local
690 ret = mtd->write(mtd, to, ECCBUF_SIZE, &thislen, buffer);
691 totlen += thislen;
[all...]
H A Dcfi_cmdset_0001.c1344 unsigned long thislen; local
1356 thislen = (1<<cfi->chipshift) - ofs;
1358 thislen = len;
1360 ret = do_point_onechip(map, &cfi->chips[chipnum], ofs, thislen);
1364 *retlen += thislen;
1365 len -= thislen;
1388 unsigned long thislen; local
1396 thislen = (1<<cfi->chipshift) - ofs;
1398 thislen = len;
1411 len -= thislen;
1464 unsigned long thislen; local
[all...]
H A Dcfi_cmdset_0002.c984 unsigned long thislen; local
990 thislen = (1<<cfi->chipshift) - ofs;
992 thislen = len;
994 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf);
998 *retlen += thislen;
999 len -= thislen;
1000 buf += thislen;
1071 unsigned long thislen; local
1077 thislen = (1<<3) - ofs;
1079 thislen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dnftlcore.c498 u16 ChainLength = 0, thislen; local
503 thislen = 0;
506 thislen++;
507 //printk("VUC %d reaches len %d with EUN %d\n", chain, thislen, EUN);
509 if (thislen > 0xff00) {
513 if (thislen > 0xff10) {
516 thislen = 0;
521 if (thislen > ChainLength) {
522 //printk("New longest chain is %d with length %d\n", chain, thislen);
523 ChainLength = thislen;
[all...]
H A Dinftlcore.c421 u16 ChainLength = 0, thislen; local
429 thislen = 0;
432 thislen++;
434 if (thislen > 0xff00) {
442 thislen = 0;
447 if (thislen > ChainLength) {
448 ChainLength = thislen;
H A Dmtdcore.c620 size_t totlen = 0, thislen; local
629 ret = mtd->write(mtd, to, vecs[i].iov_len, &thislen, vecs[i].iov_base);
630 totlen += thislen;
631 if (ret || thislen != vecs[i].iov_len)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_fcoe.c158 unsigned int thislen = 0; local
216 thislen = min((bufflen - thisoff), len);
225 * ((i == (dmacount - 1)) && (thislen == len))
228 if (((i != (dmacount - 1)) || (thislen != len))
229 && ((thislen + thisoff) != bufflen))
236 len -= thislen;
237 addr += thislen;
242 lastsize = thisoff + thislen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c406 int thislen = desc->fraglen + sg->length; local
430 fraglen = thislen & (crypto_blkcipher_blocksize(desc->desc.tfm) - 1);
431 thislen -= fraglen;
433 if (thislen == 0)
440 desc->infrags, thislen);
499 int thislen = desc->fraglen + sg->length; local
510 fraglen = thislen & (crypto_blkcipher_blocksize(desc->desc.tfm) - 1);
511 thislen -= fraglen;
513 if (thislen == 0)
519 desc->frags, thislen);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/lpddr/
H A Dlpddr_cmds.c555 unsigned long thislen; local
567 thislen = (1<<lpddr->chipshift) - ofs;
569 thislen = len;
579 *retlen += thislen;
580 len -= thislen;
601 unsigned long thislen; local
609 thislen = (1<<lpddr->chipshift) - ofs;
611 thislen = len;
625 len -= thislen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dspeedtch.c283 int thislen = min_t(int, PAGE_SIZE, fw1->size - offset); local
284 memcpy(buffer, fw1->data + offset, thislen);
287 buffer, thislen, &actual_length, DATA_TIMEOUT);
310 int thislen = min_t(int, PAGE_SIZE, fw2->size - offset); local
311 memcpy(buffer, fw2->data + offset, thislen);
314 buffer, thislen, &actual_length, DATA_TIMEOUT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cd.c531 int dma_error = 0, dma, thislen, uptodate = 0; local
576 thislen = (rq->cmd_type == REQ_TYPE_FS) ? len : cmd->nleft;
577 if (thislen > len)
578 thislen = len;
580 ide_debug_log(IDE_DBG_PC, "DRQ: stat: 0x%x, thislen: %d",
581 stat, thislen);
608 if (!(stat & ATA_ERR) && !uptodate && thislen) {
609 ide_pio_bytes(drive, cmd, write, thislen);
630 while (thislen > 0) {
631 int blen = min_t(int, thislen, cm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rtalloc.c255 xfs_rtblock_t thislen; /* this extent size */ local
257 thislen = next - i;
258 if (thislen >= minlen && thislen > bestlen) {
260 bestlen = thislen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c175 size_t thislen = strlen(thisheader); local
178 if(Curl_raw_nequal(head->data, thisheader, thislen))

Completed in 383 milliseconds