Searched refs:BRST_LEN (Results 1 – 1 of 1) sorted by relevance
237 #define BRST_LEN(ccr) ((((ccr) >> CC_SRCBRSTLEN_SHFT) & 0xf) + 1) macro240 #define BYTE_TO_BURST(b, ccr) ((b) / BRST_SIZE(ccr) / BRST_LEN(ccr))241 #define BURST_TO_BYTE(c, ccr) ((c) * BRST_SIZE(ccr) * BRST_LEN(ccr))242 #define BYTE_MOD_BURST_LEN(b, ccr) (((b) / BRST_SIZE(ccr)) % BRST_LEN(ccr))1248 enum pl330_cond cond = BRST_LEN(pxs->ccr) > 1 ? BURST : SINGLE; in _bursts()1540 bursts = x->bytes / (BRST_SIZE(ccr) * BRST_LEN(ccr) + in _setup_loops()1543 bursts = x->bytes / (BRST_SIZE(ccr) * BRST_LEN(ccr) + in _setup_loops()1590 bursts = x->bytes / (BRST_SIZE(ccr) * BRST_LEN(ccr) in _setup_xfer_cyclic()1593 bursts = x->bytes / (BRST_SIZE(ccr) * BRST_LEN(ccr) in _setup_xfer_cyclic()