LCB_START         821 drivers/infiniband/hw/hfi1/chip.h 	return (offset >= LCB_START && offset < LCB_END);
LCB_START         694 drivers/infiniband/hw/hfi1/debugfs.c 	if (*ppos >= (LCB_END - LCB_START) || !count)
LCB_START         697 drivers/infiniband/hw/hfi1/debugfs.c 	if (*ppos + count > LCB_END - LCB_START)
LCB_START         698 drivers/infiniband/hw/hfi1/debugfs.c 		count = (LCB_END - LCB_START) - *ppos;
LCB_START         700 drivers/infiniband/hw/hfi1/debugfs.c 	csr_off = LCB_START + *ppos;
LCB_START         727 drivers/infiniband/hw/hfi1/debugfs.c 	if (*ppos >= (LCB_END - LCB_START) || !count)
LCB_START         730 drivers/infiniband/hw/hfi1/debugfs.c 	if (*ppos + count > LCB_END - LCB_START)
LCB_START         731 drivers/infiniband/hw/hfi1/debugfs.c 		count = (LCB_END - LCB_START) - *ppos;
LCB_START         733 drivers/infiniband/hw/hfi1/debugfs.c 	csr_off = LCB_START + *ppos;