CC_SRCBRSTSIZE_SHFT
ccr |= (rqc->brst_size << CC_SRCBRSTSIZE_SHFT);
#define BRST_SIZE(ccr) (1 << (((ccr) >> CC_SRCBRSTSIZE_SHFT) & 0x7))