Lines Matching refs:bytecount
324 size_t bytecount = 0; in virtex2_ssm_load() local
335 while (bytecount < bsize) { in virtex2_ssm_load()
345 __func__, __LINE__, bytecount); in virtex2_ssm_load()
354 bytecount, bsize); in virtex2_ssm_load()
360 (*fn->wdata)(data[bytecount++], true, cookie); in virtex2_ssm_load()
384 if (bytecount % (bsize / 40) == 0) in virtex2_ssm_load()
402 size_t bytecount = 0; in virtex2_ssm_dump() local
410 while (bytecount < bsize) { in virtex2_ssm_dump()
422 (*fn->rdata)(&data[bytecount++], cookie); in virtex2_ssm_dump()
424 if (bytecount % (bsize / 40) == 0) in virtex2_ssm_dump()
462 size_t bytecount = 0; in virtex2_ss_load() local
467 while (bytecount < bsize) { in virtex2_ss_load()
468 unsigned char curr_data = data[bytecount++]; in virtex2_ss_load()
480 __func__, __LINE__, bytecount); in virtex2_ss_load()
489 bytecount, bsize); in virtex2_ss_load()
507 if (bytecount % (bsize / 40) == 0) in virtex2_ss_load()