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