Searched refs:syncmode (Results 1 – 2 of 2) sorted by relevance
227 char dma_mode, char mem_width, char syncmode, char peri_width) in set_bfin_dma_config2() argument247 (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() argument257 mem_width, syncmode, mem_width); in set_bfin_dma_config()260 (intr_mode << 6) | (flow_mode << 12) | (syncmode << 5); in set_bfin_dma_config()
178 u_char volatile syncmode; member