Searched refs:csr_off (Results 1 – 1 of 1) sorted by relevance
640 unsigned long total, csr_off; in debugfs_lcb_read() local658 csr_off = LCB_START + *ppos; in debugfs_lcb_read()659 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_read()660 if (read_lcb_csr(dd, csr_off, (u64 *)&data)) in debugfs_lcb_read()674 unsigned long total, csr_off, data; in debugfs_lcb_write() local691 csr_off = LCB_START + *ppos; in debugfs_lcb_write()692 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_write()695 if (write_lcb_csr(dd, csr_off, data)) in debugfs_lcb_write()