Lines Matching defs:total
682 unsigned long total, csr_off;
701 for (total = 0; total < count; total += 8, csr_off += 8) {
704 if (put_user(data, (unsigned long __user *)(buf + total)))
707 *ppos += total;
708 return total;
716 unsigned long total, csr_off, data;
734 for (total = 0; total < count; total += 8, csr_off += 8) {
735 if (get_user(data, (unsigned long __user *)(buf + total)))
740 *ppos += total;
741 return total;