Home
last modified time | relevance | path

Searched refs:LCB_START (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hfi1/
Ddebugfs.c653 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()
656 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()
657 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()
659 csr_off = LCB_START + *ppos; in debugfs_lcb_read()
686 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()
689 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()
690 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
692 csr_off = LCB_START + *ppos; in debugfs_lcb_write()
Dchip.h781 #define LCB_START DC_LCB_CSRS macro