Searched refs:LCB_END (Results 1 – 2 of 2) sorted by relevance
694 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_read()697 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_read()698 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_read()727 if (*ppos >= (LCB_END - LCB_START) || !count) in debugfs_lcb_write()730 if (*ppos + count > LCB_END - LCB_START) in debugfs_lcb_write()731 count = (LCB_END - LCB_START) - *ppos; in debugfs_lcb_write()
824 #define LCB_END DC_8051_CSRS /* next block is 8051 */ macro827 return (offset >= LCB_START && offset < LCB_END); in is_lcb_offset()