Searched refs:LCB_START (Results 1 – 2 of 2) sorted by relevance
624 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()627 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()628 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()630 csr_off = LCB_START + *ppos; in debugfs_lcb_read()657 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()660 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()661 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()663 csr_off = LCB_START + *ppos; in debugfs_lcb_write()
780 #define LCB_START DC_LCB_CSRS macro