Searched refs:csr_off (Results 1 – 1 of 1) sorted by relevance
682 unsigned long total, csr_off; in debugfs_lcb_read() local700 csr_off = LCB_START + *ppos; in debugfs_lcb_read()701 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_read()702 if (read_lcb_csr(dd, csr_off, (u64 *)&data)) in debugfs_lcb_read()716 unsigned long total, csr_off, data; in debugfs_lcb_write() local733 csr_off = LCB_START + *ppos; in debugfs_lcb_write()734 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_write()737 if (write_lcb_csr(dd, csr_off, data)) in debugfs_lcb_write()