Searched refs:syncmode (Results 1 – 3 of 3) 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()
790 par->hw.tt.sync = shifter.syncmode; in tt_get_par()800 shifter.syncmode = par->hw.tt.sync; in tt_set_par()1570 hw->sync = shifter.syncmode & 0x1; in falcon_get_par()1632 shifter.syncmode = hw->sync; in falcon_vbl_switcher()1979 par->hw.st.sync = shifter.syncmode; in stste_get_par()1990 shifter.syncmode = par->hw.st.sync; in stste_set_par()
178 u_char volatile syncmode; member