Home
last modified time | relevance | path

Searched refs:LCB_START (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c694 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()
697 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()
698 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()
700 csr_off = LCB_START + *ppos; in debugfs_lcb_read()
727 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()
730 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()
731 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
733 csr_off = LCB_START + *ppos; in debugfs_lcb_write()
H A Dchip.h823 #define LCB_START DC_LCB_CSRS macro
827 return (offset >= LCB_START && offset < LCB_END); in is_lcb_offset()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c652 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()
655 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()
656 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()
658 csr_off = LCB_START + *ppos; in debugfs_lcb_read()
685 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()
688 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()
689 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
691 csr_off = LCB_START + *ppos; in debugfs_lcb_write()
H A Dchip.h781 #define LCB_START DC_LCB_CSRS macro

Completed in 13 milliseconds