Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da31_dmac.c358 unsigned int dst_dw, dst_bl, dst_wc, dst_am; in a31dmac_set_config() local
428 dst_wc = cfg->dst_wait_cyc; in a31dmac_set_config()
430 if (dst_wc != src_wc) in a31dmac_set_config()
441 para = (dst_wc << WAIT_CYC_SHIFT); in a31dmac_set_config()
H A Da10_dmac.c238 unsigned int dst_dw, dst_bl, dst_bs, dst_wc, dst_am; in a10dmac_set_config() local
320 dst_wc = cfg->dst_wait_cyc - 1; in a10dmac_set_config()
326 (dst_wc << AWIN_DDMA_PARA_DST_WAIT_CYC_SHIFT) | in a10dmac_set_config()