Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Didma64.h71 #define IDMA64C_CFGH_DST_PER(x) ((x) << 4) /* dst peripheral */ macro
Didma64.c65 u32 cfghi = IDMA64C_CFGH_SRC_PER(1) | IDMA64C_CFGH_DST_PER(0); in idma64_chan_init()