Home
last modified time | relevance | path

Searched refs:IDMA32C_CFGH_DST_PER_EXT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/dma/dw/
Dregs.h239 #define IDMA32C_CFGH_DST_PER_EXT(x) ((x) << 30) /* dst peripheral extension */ macro
Dcore.c154 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dwc->dws.dst_id >> 4 & 0x3); in dwc_initialize_chan_idma32()