Searched refs:IDMA32C_CFGH_DST_PER (Results 1 – 2 of 2) sorted by relevance
130 cfghi |= IDMA32C_CFGH_DST_PER(dst_id & 0xf); in idma32_initialize_chan_xbar()150 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf); in idma32_initialize_chan_generic()
248 #define IDMA32C_CFGH_DST_PER(x) ((x) << 4) macro