Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Didma64.h68 #define IDMA64C_CFGH_SRC_PER(x) ((x) << 0) /* src peripheral */ macro
H A Didma64.c61 u32 cfghi = IDMA64C_CFGH_SRC_PER(1) | IDMA64C_CFGH_DST_PER(0); in idma64_chan_init()