Searched refs:LCB_END (Results 1 – 2 of 2) sorted by relevance
646 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()649 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()650 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()679 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()682 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()683 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
804 #define LCB_END DC_8051_CSRS /* next block is 8051 */ macro807 return (offset >= LCB_START && offset < LCB_END); in is_lcb_offset()