Searched refs:csr_off (Results 1 – 1 of 1) sorted by relevance
634 unsigned long total, csr_off; in debugfs_lcb_read() local652 csr_off = LCB_START + *ppos; in debugfs_lcb_read()653 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_read()654 if (read_lcb_csr(dd, csr_off, (u64 *)&data)) in debugfs_lcb_read()668 unsigned long total, csr_off, data; in debugfs_lcb_write() local685 csr_off = LCB_START + *ppos; in debugfs_lcb_write()686 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_write()689 if (write_lcb_csr(dd, csr_off, data)) in debugfs_lcb_write()