Searched refs:csr_off (Results 1 – 1 of 1) sorted by relevance
612 unsigned long total, csr_off; in debugfs_lcb_read() local630 csr_off = LCB_START + *ppos; in debugfs_lcb_read()631 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_read()632 if (read_lcb_csr(dd, csr_off, (u64 *)&data)) in debugfs_lcb_read()646 unsigned long total, csr_off, data; in debugfs_lcb_write() local663 csr_off = LCB_START + *ppos; in debugfs_lcb_write()664 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_write()667 if (write_lcb_csr(dd, csr_off, data)) in debugfs_lcb_write()