Home
last modified time | relevance | path

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

/drivers/dma/
Didma64.h63 #define IDMA64C_CFGL_SRC_BURST_ALIGN (1 << 1) /* src burst align */ macro
Didma64.c69 cfglo |= IDMA64C_CFGL_DST_BURST_ALIGN | IDMA64C_CFGL_SRC_BURST_ALIGN; in idma64_chan_init()