Home
last modified time | relevance | path

Searched refs:csr_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c682 unsigned long total, csr_off; in debugfs_lcb_read() local
700 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() local
733 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c640 unsigned long total, csr_off; in debugfs_lcb_read() local
658 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() local
691 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()

Completed in 5 milliseconds