Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Ddma.h227 char dma_mode, char mem_width, char syncmode, char peri_width) in set_bfin_dma_config2() argument
247 (flow_mode << 12) | (syncmode << 2) | (peri_width << 4); in set_bfin_dma_config2()
253 char intr_mode, char dma_mode, char mem_width, char syncmode) in set_bfin_dma_config() argument
257 mem_width, syncmode, mem_width); in set_bfin_dma_config()
260 (intr_mode << 6) | (flow_mode << 12) | (syncmode << 5); in set_bfin_dma_config()
/arch/m68k/include/asm/
Datarihw.h178 u_char volatile syncmode; member