BRST_LEN          239 drivers/dma/pl330.c #define BYTE_TO_BURST(b, ccr)	((b) / BRST_SIZE(ccr) / BRST_LEN(ccr))
BRST_LEN          240 drivers/dma/pl330.c #define BURST_TO_BYTE(c, ccr)	((c) * BRST_SIZE(ccr) * BRST_LEN(ccr))
BRST_LEN         1210 drivers/dma/pl330.c 	enum pl330_cond cond = BRST_LEN(pxs->ccr) > 1 ? BURST : SINGLE;