Searched refs:csr_off (Results 1 – 1 of 1) sorted by relevance
641 unsigned long total, csr_off; in debugfs_lcb_read() local659 csr_off = LCB_START + *ppos; in debugfs_lcb_read()660 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_read()661 if (read_lcb_csr(dd, csr_off, (u64 *)&data)) in debugfs_lcb_read()675 unsigned long total, csr_off, data; in debugfs_lcb_write() local692 csr_off = LCB_START + *ppos; in debugfs_lcb_write()693 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_write()696 if (write_lcb_csr(dd, csr_off, data)) in debugfs_lcb_write()