Searched refs:IDMA32C_CFGH_DST_PER (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/dma/dw/ | ||
D | regs.h | 235 #define IDMA32C_CFGH_DST_PER(x) ((x) << 4) macro |
D | core.c | 150 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf); in dwc_initialize_chan_idma32() |