Searched refs:curlen (Results 1 – 2 of 2) sorted by relevance
/arch/mips/txx9/rbtx4939/ |
D | setup.c | 331 ssize_t curlen; in rbtx4939_flash_copy_from() local 338 curlen = min_t(unsigned long, len, in rbtx4939_flash_copy_from() 343 curlen); in rbtx4939_flash_copy_from() 344 len -= curlen; in rbtx4939_flash_copy_from() 345 from += curlen; in rbtx4939_flash_copy_from() 346 to += curlen; in rbtx4939_flash_copy_from() 354 curlen = min_t(unsigned long, len, in rbtx4939_flash_copy_from() 356 memcpy(to, (void *)(from ^ 0x400000), curlen); in rbtx4939_flash_copy_from() 357 len -= curlen; in rbtx4939_flash_copy_from() 358 from += curlen; in rbtx4939_flash_copy_from() [all …]
|
/arch/ia64/lib/ |
D | memcpy_mck.S | 271 #define curlen r24 macro 296 and curlen=15,in2 // copy length after iteration 318 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining? 393 (p6) add curlen=-8,curlen // update length 398 mov in2=curlen // remaining length
|