Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/video/fbdev/
Datafb.c790 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()
/linux-4.4.14/arch/m68k/include/asm/
Datarihw.h178 u_char volatile syncmode; member