Searched refs:IDMA32C_CFGH_SRC_PER_EXT (Results 1 – 2 of 2) sorted by relevance
135 cfghi |= IDMA32C_CFGH_SRC_PER_EXT(src_id >> 4 & 0x3); in idma32_initialize_chan_xbar()155 cfghi |= IDMA32C_CFGH_SRC_PER_EXT(dwc->dws.src_id >> 4 & 0x3); in idma32_initialize_chan_generic()
251 #define IDMA32C_CFGH_SRC_PER_EXT(x) ((x) << 28) /* src peripheral extension */ macro