Searched refs:LCB_START (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()700 csr_off = 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()733 csr_off = LCB_START + *ppos; in debugfs_lcb_write()
823 #define LCB_START DC_LCB_CSRS macro827 return (offset >= LCB_START && offset < LCB_END); in is_lcb_offset()