Searched refs:LCB_START (Results 1 – 2 of 2) sorted by relevance
652 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()
781 #define LCB_START DC_LCB_CSRS macro