Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
A 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()
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()
A Dchip.h782 #define LCB_END DC_8051_CSRS /* next block is 8051 */ macro

Completed in 15 milliseconds